Added github template files.

This commit is contained in:
photonstorm 2016-02-26 17:51:10 +00:00
parent ede6806e41
commit 763557af5d
3 changed files with 23 additions and 0 deletions

12
.github/ISSUE_TEMPLATE.md vendored Normal file
View file

@ -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.**

11
.github/PULL_REQUEST_TEMPLATE.md vendored Normal file
View file

@ -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: