Skip to content

Commit

Permalink
Add extra information for contributors (#143)
Browse files Browse the repository at this point in the history
This commit adds templates for pull requests and issues.
The goal is to help those contributing to the project to
get their issues handled quicker and their pull requests
reviewed and merged quicker and more efficiently.
  • Loading branch information
claydiffrient committed Apr 9, 2016
1 parent 4e2447a commit e4be332
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 1 deletion.
12 changes: 12 additions & 0 deletions .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
### Summary:

### Steps to reproduce:

1.
2.
3.

### Expected behavior:

### Additional notes:

16 changes: 16 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
Fixes #[issue number].

Changes proposed:
-
-
-

Upgrade Path (for changed or removed APIs):


Acceptance Checklist:
[ ] All commits have been squashed to one.
[ ] The commit message follows the guidlines in `CONTRIBUTING.md`.
[ ] Documentation (README.md) and examples have been updated as needed.
[ ] If this is a code change, a spec testing the functionality has been added.
[ ] If the commit message has [changed] or [removed], there is an upgrade path above.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ always be in sync.
### Development

- `npm start` runs the dev server to run/develop examples
- `npm test` will run the test.
- `npm test` will run the tests.
- `scripts/test` same as `npm test` but keeps karma running and watches
for changes

Expand Down

0 comments on commit e4be332

Please sign in to comment.