Skip to content

Latest commit

 

History

History
39 lines (20 loc) · 1.41 KB

CONTRIBUTING.md

File metadata and controls

39 lines (20 loc) · 1.41 KB

Contributing to NoiseNullifier

Welcome to the NoiseNullifier contribution guide! We're delighted you're interested in lending a hand to improve this tool.

Code of Conduct

We have a code of conduct; please follow it in all your interactions with the project.

How Can I Contribute?

Reporting Bugs

  1. Ensure the bug was not already reported by searching on GitHub under Issues.

  2. If you're unable to find an open issue addressing the problem, open a new one. Be sure to include a title and clear description, as much relevant information as possible, and a code sample or an executable test case demonstrating the expected behavior that is not occurring.

Suggesting Enhancements

  1. Open a new issue detailing your suggestion under Issues.

  2. Use a clear and descriptive title.

  3. Provide a detailed description of the suggested enhancement.

Your First Code Contribution

  1. Fork the repository and create your branch from main.

  2. Make your changes.

  3. Submit a pull request, targeting our main branch.

Pull Requests

  1. Fill in the required template if applicable.

  2. Follow the coding style consistent with the codebase.

  3. After you submit your pull request, verify that all status checks are passing.