From 978fa6a313ed8de3960c49fff51ddcf81232a069 Mon Sep 17 00:00:00 2001 From: TechnicallyOffbeat <90878868+TechnicallyOffbeat@users.noreply.github.com> Date: Sun, 19 Sep 2021 22:43:31 -0400 Subject: [PATCH] Added CONTRIBUTING.md (#22) Basic CONTRIBUTING.md file. --- CONTRIBUTING.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..1c33536 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,13 @@ +## Contributing to Tube Archivist + +Welcome, and thanks for showing interest in improving Tube Archivist! +If you haven't already, the best place to start is the README. This will give you an overview on what the project is all about. + +## Report a bug + +If you notice something is not working as expected, check to see if it has been previously reported in the [open issues](https://github.com/bbilly1/tubearchivist/issues). +If it has not yet been disclosed, go ahead and create an issue. + +## Making changes + +To fix a bug or implement a feature, fork the repository and make all changes to the testing branch. When ready, create a pull request.