Skip to content

Commit 763557a

Browse files
committed
Added github template files.
1 parent ede6806 commit 763557a

3 files changed

Lines changed: 23 additions & 0 deletions

File tree

File renamed without changes.

.github/ISSUE_TEMPLATE.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
This Issue is about (delete as applicable)
2+
3+
* A bug in the API
4+
* An error in the documentation
5+
* An error in the TypeScript defs
6+
* An error on the web site
7+
* A problem with my own code
8+
9+
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.
10+
11+
If your Issue contains _any_ form of hostility it will be instantly closed.
12+
**Be nice or go away.**

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
**Important:** Pull Requests should _only_ be issued against the `dev` branch. PRs against the master branch will always be closed.
2+
3+
This PR changes (delete as applicable)
4+
5+
* Documentation
6+
* TypeScript Defs
7+
* The public-facing API
8+
* Nothing, it's a bug fix
9+
10+
Describe the changes below:
11+

0 commit comments

Comments
 (0)