|
1 |
| -<!-- |
2 |
| -Thanks for opening a pull request to prefect-gcp 🎉! |
| 1 | +<!-- Thanks for contributing 🎉! Please ensure the title neatly summarizes the proposed changes. --> |
3 | 2 |
|
4 |
| -We've got a few requests to help us review contributions: |
| 3 | +<!-- Overview --> |
5 | 4 |
|
6 |
| -- Make sure that your title neatly summarizes the proposed changes. |
7 |
| -- Provide a short overview of the change and the value it adds. |
8 |
| -- Share an example to help us understand the change in user experience. |
9 |
| -- Run `pre-commit install && pre-commit run --all` for linting. |
10 |
| -
|
11 |
| -Happy engineering! |
12 |
| ---> |
13 |
| - |
14 |
| -<!-- Include an overview here --> |
15 |
| - |
16 |
| -<!-- Link to issue --> |
17 |
| -Closes # |
| 5 | +Closes |
18 | 6 |
|
19 | 7 | ### Example
|
20 |
| -<!-- |
21 |
| -Share an example of the change in action. |
22 |
| -
|
23 |
| -A code blurb is best. Changes to features should include an example that is executable by a new user. |
| 8 | +<!-- A code blurb is best. Changes to features should include an example that is executable by a new user. --> |
| 9 | + |
| 10 | +### Screenshots |
| 11 | +<!-- |
| 12 | +Any relevant screenshots |
| 13 | + - The updated docs page from `mkdocs serve`. |
| 14 | + - Output from running the example. |
| 15 | + - Service integration test results. |
24 | 16 | -->
|
25 | 17 |
|
26 | 18 | ### Checklist
|
27 | 19 | <!-- These boxes may be checked after opening the pull request. -->
|
28 | 20 |
|
29 |
| -- [ ] This pull request references any related issue by including "Closes #<ISSUE_NUMBER>" |
30 |
| - - If no issue exists and your change is not a small fix, please [create an issue](https://github.com/PrefectHQ/prefect-gcp/issues/new/choose) first. |
31 |
| -- [ ] This pull request includes tests or only affects documentation. |
32 |
| -- [ ] Summarized PR's changes in [CHANGELOG.md](https://github.com/PrefectHQ/prefect-gcp/blob/main/CHANGELOG.md) |
| 21 | +- [ ] References any related issue by including "Closes #<Issue Number>" or "Closes <Issue URL>". |
| 22 | + - If no issue exists and your change is not a small fix, please [create an issue](https://github.com/PrefectHQ/prefect-gcp/issues/new/choose) first. |
| 23 | +- [ ] Includes tests or only affects documentation. |
| 24 | +- [ ] Passes `pre-commit` checks. |
| 25 | + - Run `pre-commit install && pre-commit run --all` locally for formatting and linting. |
| 26 | +- [ ] Includes screenshots of documentation updates. |
| 27 | + - Run `mkdocs serve` view documentation locally. |
| 28 | +- [ ] Summarizes PR's changes in [CHANGELOG.md](https://github.com/PrefectHQ/prefect-gcp/blob/main/CHANGELOG.md) |
0 commit comments