diff --git a/contributing.md b/.github/contributing.md similarity index 100% rename from contributing.md rename to .github/contributing.md diff --git a/.github/issue_template.md b/.github/issue_template.md new file mode 100644 index 0000000..dd24310 --- /dev/null +++ b/.github/issue_template.md @@ -0,0 +1,14 @@ +### Steps to reproduce: +1. .. +2. .. + +### Information: +Movie(s) I have this with: ... +Quality of the movie being searched: ... +Providers I use: ... +Version of CouchPotato: ... +Running on: ... + +### Logs: +``` +``` diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 0000000..fe31e26 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,5 @@ +### Description of what this fixes: +... + +### Related issues: +...