Skip to content

Add extra information for contributors #143

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 9, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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