Create CONTRIBUTING.md
parent
48a1d4a27f
commit
21a2a36846
|
|
@ -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)
|
||||
Loading…
Reference in New Issue