mirror of
https://github.com/zhigang1992/firebase-tools.git
synced 2026-01-12 22:47:24 +08:00
Update PULL_REQUEST_TEMPLATE.md (#633)
This commit is contained in:
20
.github/PULL_REQUEST_TEMPLATE.md
vendored
20
.github/PULL_REQUEST_TEMPLATE.md
vendored
@@ -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. -->
|
||||
|
||||
Reference in New Issue
Block a user