-
Notifications
You must be signed in to change notification settings - Fork 943
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update PULL_REQUEST_TEMPLATE.md (#633)
- Loading branch information
1 parent
c808de6
commit 6f7b883
Showing
1 changed file
with
8 additions
and
12 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 |
---|---|---|
@@ -1,26 +1,22 @@ | ||
<!-- | ||
Thank you for contributing to the Firebase community! Please fill out the pull request form below | ||
and make note of the following: | ||
Thank you for contributing to the Firebase community! Please fill out the form below. | ||
Run the linter and test suite | ||
============================== | ||
Run `npm test` to make sure your changes compile properly and the tests all pass on your local machine. | ||
We've hooked up this repo with continuous integration to double check those things for you. | ||
Sign our CLA | ||
============================== | ||
Please sign our Contributor License Agreement (https://cla.developers.google.com/about/google-individual) | ||
before sending PRs. We cannot accept code without this. | ||
Run `npm test` to make sure your changes compile properly and the tests all pass on your local machine. We've hooked up this repo with continuous integration to double check those things for you. | ||
--> | ||
|
||
|
||
### Description | ||
|
||
<!-- Are you fixing a bug? Implementing a new feature? Make sure we have the context around your change. | ||
Link to other relevant issues or pull requests. --> | ||
<!-- Are you fixing a bug? Implementing a new feature? Make sure we have the context around your change. Link to other relevant issues or pull requests. --> | ||
### Scenarios Tested | ||
|
||
<!-- Write a list of all the user journeys and edge cases you've tested. Instructions for manual testing can be found at https://github.com/firebase/firebase-tools/blob/master/.github/CONTRIBUTING.md#development-setup --> | ||
|
||
### Sample Commands | ||
|
||
<!-- Proposing a change to commands or flags? Provide examples of how they will be used. --> | ||
<!-- Proposing a change to commands or flags? Provide examples of how they will be used. --> |