Skip to content
This repository has been archived by the owner on Oct 10, 2022. It is now read-only.

chore(docs-pr-template): update PR submission steps #666

Merged
merged 2 commits into from
Jan 17, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
41 changes: 15 additions & 26 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,35 +1,24 @@
<!--
Thanks for submitting a pull request!

Please make sure you've read and understood our contributing guidelines;
https://github.com/netlify/js-client/blob/main/CONTRIBUTING.md
🎉 Thanks for submitting a pull request! 🎉

If this is a bug fix, make sure your description includes "fixes #xxxx", or
"closes #xxxx", where #xxxx is the issue number.
#### Summary

Please provide enough information so that others can review your pull request.
The first three fields are mandatory:
-->

**- Summary**
Fixes #<replace_with_issue_number>

<!--
Explain the **motivation** for making this change.
What existing problem does the pull request solve?
Explain the **motivation** for making this change. What existing problem does the pull request solve and how?
-->

**- Test plan**
---

<!--
Demonstrate the code is solid.
Example: The exact commands you ran and their output, screenshots / videos if the pull request changes UI.
-->

**- Description for the changelog**
For us to review and ship your PR efficiently, please perform the following steps:

<!--
Write a short (one line) summary that describes the changes in this
pull request for inclusion in the changelog:
-->
- [ ] Open a [bug/issue](https://github.com/netlify/js-client/issues/new/choose) before writing your code 🧑‍💻. This
ensures we can discuss the changes and get feedback from everyone that should be involved. If you\`re fixing a
typo or something that\`s on fire 🔥 (e.g. incident related), you can skip this step.
- [ ] Read the [contribution guidelines](../CONTRIBUTING.md) 📖. This ensures your code follows our style guide and
passes our tests.
- [ ] Update or add tests (if any source code was changed or added) 🧪
- [ ] Update or add documentation (if features were changed or added) 📝
- [ ] Make sure the status checks below are successful ✅

**- A picture of a cute animal (not mandatory but encouraged)**
**A picture of a cute animal (not mandatory, but encouraged)**