This repository has been archived by the owner on Jan 25, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 195
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #649 from netlify/chore/add_pr_template
chore: add PR template
- Loading branch information
Showing
1 changed file
with
17 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
🎉 Thanks for submitting a pull request! 🎉 | ||
|
||
For us to review and ship your PR efficiently, please perform the following steps: | ||
|
||
- [ ] Open a [bug/issue](https://github.com/netlify/build-image/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 the [included software doc](../included_software.md) (if you updated included software) 📄 | ||
- [ ] Update or add documentation (if features were changed or added) 📝 | ||
- [ ] Make sure the status checks below are successful ✅ | ||
|
||
Fixes #<replace_with_issue_number> | ||
|
||
**A picture of a cute animal (not mandatory, but encouraged)** |