Skip to content
This repository has been archived by the owner on Jan 25, 2023. It is now read-only.

Commit

Permalink
Merge pull request #649 from netlify/chore/add_pr_template
Browse files Browse the repository at this point in the history
chore: add PR template
  • Loading branch information
kodiakhq[bot] authored Oct 14, 2021
2 parents 653fdc8 + ae81783 commit e074d68
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/pull_request_template.md
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)**

0 comments on commit e074d68

Please sign in to comment.