From e175360682b993f5155a6dd646c18fe33f568d73 Mon Sep 17 00:00:00 2001 From: Mike Young Date: Thu, 19 Dec 2019 12:23:55 -0500 Subject: [PATCH] restructure github files --- .github/ISSUE_TEMPLATE.md | 0 .github/PULL_REQUEST_TEMPLATE.md | 0 .github/SUPPORT | 10 ++++++++++ contributing.md => .github/contributing.md | 0 4 files changed, 10 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE.md create mode 100644 .github/PULL_REQUEST_TEMPLATE.md create mode 100644 .github/SUPPORT rename contributing.md => .github/contributing.md (100%) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md new file mode 100644 index 0000000..e69de29 diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000..e69de29 diff --git a/.github/SUPPORT b/.github/SUPPORT new file mode 100644 index 0000000..326447c --- /dev/null +++ b/.github/SUPPORT @@ -0,0 +1,10 @@ +## Getting Help With **pyShelf** + +If you have issues during initial setup please make sure you have a working Web Server (the pyShelf team recommends Nginx) + +### Via Email +* Support Email: [support@pyshelf.com](mailto://support@pyshelf.com) + +### Live Support Options +* Discord: [https://discord.gg/H9TbNJS](https://discord.gg/H9TbNJS) +* IRC: [irc.freenode.net/pyShelf](irc://freenode.net/pyshelf) diff --git a/contributing.md b/.github/contributing.md similarity index 100% rename from contributing.md rename to .github/contributing.md