From a2e6d0645de610e1bb61ebc926e1840959b0e8ad Mon Sep 17 00:00:00 2001 From: Jared Nance Date: Tue, 14 Aug 2018 21:40:54 -0700 Subject: [PATCH] chore(#368): add isues template and move files to .github --- CONTRIBUTING.MD => .github/CONTRIBUTING.MD | 0 .github/ISSUE_TEMPLATE.md | 8 ++++++++ .../PULL_REQUEST_TEMPLATE.md | 0 3 files changed, 8 insertions(+) rename CONTRIBUTING.MD => .github/CONTRIBUTING.MD (100%) create mode 100644 .github/ISSUE_TEMPLATE.md rename PULL_REQUEST_TEMPLATE.md => .github/PULL_REQUEST_TEMPLATE.md (100%) 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 0000000000..08a871288a --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,8 @@ +## Description + +... + +## Environment + +- JsonApiDotNetCore Version: +- Other Relevant Package Versions: \ No newline at end of file diff --git a/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md similarity index 100% rename from PULL_REQUEST_TEMPLATE.md rename to .github/PULL_REQUEST_TEMPLATE.md