diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..6e4ccb0 --- /dev/null +++ b/CONTRIBUTING.md @@ -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)