Create CONTRIBUTING.md

This commit is contained in:
Atomixe 2026-03-01 15:45:56 -07:00 committed by GitHub
parent f33918019a
commit c9a663d860
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

14
CONTRIBUTING.md Normal file
View file

@ -0,0 +1,14 @@
# Contributing Guidelines
*Pull requests and bug reports are highly encouraged, don't hesitate to create an issue if you're experiencing any bugs.*
## Contents
- [Issues](#issues)
- [Pull Requests](#pull-requests)
# Issues
Before creating an issue, make sure you are using the latest available version of the project. If you have not yet updated, check if updating fixes your issue(s) first.
# Pull Requests
- **Make sure you describe your changes clearly.** Its easier and much faster for everyone involved.
- **Test your changes properly.** If your changes introduce any new bugs that you know of, make sure to include them in the description of your pull request.