From 21a2a36846607a064965e2c3667c860d311c0cc5 Mon Sep 17 00:00:00 2001 From: Thu Trang Pham Date: Wed, 26 May 2021 11:14:11 -0700 Subject: [PATCH] Create CONTRIBUTING.md --- CONTRIBUTING.md | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 CONTRIBUTING.md 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)