From 2a811de5c5da930b62c406d9526a907e4cd38a7c Mon Sep 17 00:00:00 2001 From: Oliver Akins Date: Thu, 9 Jun 2022 20:35:47 -0600 Subject: [PATCH] Add a contributing file that has style guidelines --- .github/contributing.md | 59 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 59 insertions(+) create mode 100644 .github/contributing.md diff --git a/.github/contributing.md b/.github/contributing.md new file mode 100644 index 0000000..3575579 --- /dev/null +++ b/.github/contributing.md @@ -0,0 +1,59 @@ +# Contributing Guidelines + +## General Overview +Code can be edited and changed on the `main` branch, any large features or + +## Code Style + + + +## Extras +If there's anything you think was missed please open a [new discussion](https://github.com/Oliver-Akins/file-hider/discussions/new?category=general) +on GitHub so it can be discussed. \ No newline at end of file