-
-
Notifications
You must be signed in to change notification settings - Fork 313
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Create PULL_REQUEST_TEMPLATE.md (#906)
- Loading branch information
1 parent
bac35ab
commit ac5e89d
Showing
1 changed file
with
23 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
<!-- | ||
Thanks for filing a pull request on Apollo Angular! | ||
A few automated bots may chime in on your PR. They are here to help | ||
with reviewing and ensuring Apollo Angular is production ready after each | ||
pull request merge. | ||
- meteor-bot will respond asking you to sign the CLA if this is your first PR. | ||
It may also respond with warnings, messages, or fail the build if something is off. | ||
Don't worry, it'll help you to fix what is broken! | ||
- travis-ci will run tests, checking style of code, and generally make | ||
sure everything is working as expected | ||
Please look at the following checklist to ensure that your PR | ||
can be accepted quickly: | ||
--> | ||
|
||
### Checklist: | ||
|
||
- [ ] If this PR is a new feature, please reference an issue where a consensus about the design was reached (not necessary for small changes) | ||
- [ ] Make sure all of the significant new logic is covered by tests | ||
- [ ] Try to include the Pull Request inside of CHANGELOG.md |