Welcome to the NoiseNullifier contribution guide! We're delighted you're interested in lending a hand to improve this tool.
We have a code of conduct; please follow it in all your interactions with the project.
-
Ensure the bug was not already reported by searching on GitHub under Issues.
-
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.
-
Open a new issue detailing your suggestion under Issues.
-
Use a clear and descriptive title.
-
Provide a detailed description of the suggested enhancement.
-
Fork the repository and create your branch from
main
. -
Make your changes.
-
Submit a pull request, targeting our
main
branch.
-
Fill in the required template if applicable.
-
Follow the coding style consistent with the codebase.
-
After you submit your pull request, verify that all status checks are passing.