Skip to content

Commit 3461fc1

Browse files
authored
chore: update PR template (#366)
1 parent 63c7a42 commit 3461fc1

File tree

1 file changed

+13
-24
lines changed

1 file changed

+13
-24
lines changed

.github/pull_request_template.md

Lines changed: 13 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,23 @@
1-
🎉 Thanks for sending this pull request! 🎉
1+
<!--Please tag yourself as the Assignee and netlify/frameworks as the Reviewer -->
22

3-
Please make sure the title is clear and descriptive.
3+
### Summary
44

5-
If you are fixing a typo or documentation, please skip these instructions.
5+
<!-- Provide a brief summary of the change. -->
66

7-
Otherwise please fill in the sections below.
7+
### Test plan
88

9-
**Which problem is this pull request solving?**
9+
1. Visit the Deploy Preview ([insert link to specific page]()) ...
1010

11-
Example: I'm always frustrated when [...]
11+
### Relevant links (GitHub issues, Notion docs, etc.) or a picture of cute animal
1212

13-
**List other issues or pull requests related to this problem**
13+
### Standard checks:
1414

15-
Example: This fixes #5012
15+
<!-- Please delete any options that reviewers shouldn't check. -->
1616

17-
**Describe the solution you've chosen**
17+
- [ ] Check the Deploy Preview's Demo site for your PR's functionality
18+
- [ ] Add docs when necessary
1819

19-
Example: I've fixed this by [...]
20+
---
2021

21-
**Describe alternatives you've considered**
22-
23-
Example: Another solution would be [...]
24-
25-
**Checklist**
26-
27-
Please add a `x` inside each checkbox:
28-
29-
- [ ] I have read the [contribution guidelines](../blob/master/CONTRIBUTING.md).
30-
- [ ] I have added tests (we are enforcing 100% test coverage).
31-
- [ ] I have added documentation in the `README.md`, the `docs` directory (if
32-
any) and the `examples` directory (if any).
33-
- [ ] The status checks are successful (continuous integration). Those can be
34-
seen below.
22+
🧪 Once merged, make sure to update the version if needed and that it was
23+
published correctly.

0 commit comments

Comments
 (0)