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