Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 909 Bytes

File metadata and controls

25 lines (15 loc) · 909 Bytes

Contributing to Perspicacity

First off, thank you for considering contributing to Perspicacity. It's people like you that make such a project a reality.

How Can I Contribute?

Reporting Bugs

If you find a bug, please open an issue and provide as much detail as possible, including steps to reproduce, your browser, and any console errors.

Suggesting Enhancements

If you have an idea for a new feature or an improvement to an existing one, please open an issue to discuss it.

Pull Requests

  1. Fork the repository.
  2. Create a new branch (git checkout -b feature/AmazingFeature).
  3. Commit your changes (git commit -m 'Add some AmazingFeature').
  4. Push to the branch (git push origin feature/AmazingFeature).
  5. Open a pull request.

Code of Conduct

Please note we have a code of conduct, please follow it in all your interactions with the project.