|
1 | | -_Thanks for submitting a pull request. Please include the following information._ |
| 1 | +**DO NOT HIT SUBMIT WITHOUT READING THESE INSTRUCTIONS** |
2 | 2 |
|
3 | | -**What I have done and why** |
| 3 | +## Instructions |
| 4 | +Thanks for submitting a pull request. To accept your pull request we need you do a few things: |
| 5 | + |
| 6 | +**If this is your first pull request** |
4 | 7 |
|
5 | | -_Include a summary of what your pull request contains, and why you have made these changes._ |
| 8 | +- [Sign the contributors license agreement](https://cla.developers.google.com/) |
6 | 9 |
|
7 | | -Fixes #<issue_number_goes_here> |
| 10 | +**Ensure tests pass and code is formatted correctly** |
8 | 11 |
|
9 | | -**How I'm testing it** |
| 12 | +- Run local tests on the `DemoDebug` variant by running `./gradlew testDemoDebug` |
| 13 | +- Fix code formatting: `./gradlew --init-script gradle/init.gradle.kts spotlessApply` |
10 | 14 |
|
11 | | -_Choose at least one:_ |
12 | | -- Unit tests |
13 | | -- UI tests |
14 | | -- Screenshot tests |
15 | | -- N/A _(provide justification)_ |
| 15 | +**Add a description** |
16 | 16 |
|
17 | | -**Do tests pass?** |
18 | | -- [ ] Run local tests on `DemoDebug` variant: `./gradlew testDemoDebug` |
19 | | -- [ ] Check formatting: `./gradlew --init-script gradle/init.gradle.kts spotlessApply` |
| 17 | +We need to know what you've done and why you've done it. Include a summary of what your pull request contains, and why you have made these changes. Include links to any relevant issues which it fixes. |
20 | 18 |
|
21 | | -**Is this your first pull request?** |
22 | | -- [ ] [Sign the CLA](https://cla.developers.google.com/) |
23 | | -- [ ] Run `./tools/setup.sh` |
24 | | -- [ ] Import the code formatting style as explained in [the setup script](/tools/setup.sh#L40). |
| 19 | +[Here's an example](https://github.com/android/nowinandroid/pull/1257). |
25 | 20 |
|
| 21 | +**NOW DELETE THIS LINE AND EVERYTHING ABOVE IT** |
| 22 | + |
| 23 | +**What I have done and why** |
26 | 24 |
|
| 25 | +\<add your PR description here\> |
0 commit comments