Skip to content

Commit da99391

Browse files
authored
chore(docs-pr-template): update PR submission steps (#266)
1 parent 02cda1c commit da99391

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

.github/PULL_REQUEST_TEMPLATE.md

+24
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
🎉 Thanks for submitting a pull request! 🎉
2+
3+
#### Summary
4+
5+
Fixes #<replace_with_issue_number>
6+
7+
<!--
8+
Explain the **motivation** for making this change. What existing problem does the pull request solve and how?
9+
-->
10+
11+
---
12+
13+
For us to review and ship your PR efficiently, please perform the following steps:
14+
15+
- [ ] Open a [bug/issue](https://github.com/netlify/build-plugin-template/issues/new/choose) before writing your code 🧑‍💻. This
16+
ensures we can discuss the changes and get feedback from everyone that should be involved. If you\`re fixing a
17+
typo or something that\`s on fire 🔥 (e.g. incident related), you can skip this step.
18+
- [ ] Read the [contribution guidelines](../CONTRIBUTING.md) 📖. This ensures your code follows our style guide and
19+
passes our tests.
20+
- [ ] Update or add tests (if any source code was changed or added) 🧪
21+
- [ ] Update or add documentation (if features were changed or added) 📝
22+
- [ ] Make sure the status checks below are successful ✅
23+
24+
**A picture of a cute animal (not mandatory, but encouraged)**

0 commit comments

Comments
 (0)