From e5cd098d445930efa8783dedbc0e18f08ae06fef Mon Sep 17 00:00:00 2001 From: Jamie Hardt Date: Thu, 24 Nov 2022 23:15:47 -0800 Subject: [PATCH] Create CONTRIBUTING.md --- CONTRIBUTING.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 CONTRIBUTING.md 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. +