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 000000000..7a3d9f0c1 --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,12 @@ +This Issue is about (delete as applicable) + +* A bug in the API +* An error in the documentation +* An error in the TypeScript defs +* An error on the web site +* A problem with my own code + +If this is an API error please provide example code showing what happens, and why you don't believe this is the expected behavior. Issues posted without code take _far_ longer to get resolved, sometimes not ever. + +If your Issue contains _any_ form of hostility it will be instantly closed. +**Be nice or go away.** \ No newline at end of file diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 000000000..3eaffb5b5 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,11 @@ +**Important:** Pull Requests should _only_ be issued against the `dev` branch. PRs against the master branch will always be closed. + +This PR changes (delete as applicable) + +* Documentation +* TypeScript Defs +* The public-facing API +* Nothing, it's a bug fix + +Describe the changes below: +