diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..22541b4 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,15 @@ +# Contributing + +Contributions to this project are very welcome! + +If you discover a bug or would like better support for a feature, please do the following: + +1. Submit an Issue. + + I'm actively developing this project and will review incoming issues. +1. Check out the source code and submit a PR. + + If you're facile with Python and understand what you'd like to fix, submit a PR and I'll + review it as soon as I can. There's a `.devcontainer` available for you to work on this + project so you can creates commits on this project in a GitHub codespace. +