Create CONTRIBUTING.md

main
Thu Trang Pham 2021-05-26 11:14:11 -07:00 committed by GitHub
parent 48a1d4a27f
commit 21a2a36846
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 27 additions and 0 deletions

27
CONTRIBUTING.md 100644
View File

@ -0,0 +1,27 @@
### Welcome!
Super happy that you're interested in contributing :)
To learn how to work with the project check out our [Development Process](https://github.com/TrangPham/django-admin-confirm/blob/main/docs/development_process.md)
#
### Found a Bug?
- Check if there's already an issue open.
- If there is one, please comment on it so that we know the bug is affecting more people and/or versions.
- If there isn't one open, feel free to open a bug report
### Have a Feature Request?
- Check if there's already an issue open.
- Comment or +1 on the issue so we can prioritize this feature
- If there isn't one open, feel free to open a feature request
### Looking for ways to contribute?
- Check out issues tagged `good first issue` for a good place to start
- Feel free to contribute to our documentation
- Or help improve our testing. Check out our [testing notes](https://github.com/TrangPham/django-admin-confirm/blob/main/docs/testing_notes.md)