Skip to content

Commit

Permalink
Pull request template
Browse files Browse the repository at this point in the history
  • Loading branch information
kieran-ryan committed Mar 18, 2024
1 parent 7454a42 commit 954df44
Showing 1 changed file with 41 additions and 0 deletions.
41 changes: 41 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
### 🤔 What's changed?

<!-- Describe your changes in detail -->

### ⚡️ What's your motivation?

<!--
What motivated you to propose this change? Does it fix a bug? Add a new feature?
If it fixes an open issue, you can link to the issue here, e.g. "Fixes #99"
-->

### 🏷️ What kind of change is this?

<!--- Delete any options that are not relevant -->

- :bank: Refactoring/debt/DX (improvement to code design, tooling, documentation etc. without changing behaviour)
- :bug: Bug fix (non-breaking change which fixes a defect)
- :zap: New feature (non-breaking change which adds new behaviour)
- :boom: Breaking change (incompatible changes to the API)

### ♻️ Anything particular you want feedback on?

<!--
Is there anything in this change you're unsure about, or would
particularly like reviewers to give you feedback on?
-->

### 📋 Checklist

<!---
This is to help you remember all the little things we often forget to do!
Feel free to delete any tasks that are not relevant, or add new ones.
-->

- [ ] I've changed the behaviour of the code
- [ ] I have added/updated tests to cover my changes.
- [ ] My change requires a change to the documentation.
- [ ] I have updated the documentation accordingly.
- [ ] Users should know about my change
- [ ] I have added an entry to the "Unreleased" section of the [**CHANGELOG**](../blob/main/CHANGELOG.md), linking to this pull request.

0 comments on commit 954df44

Please sign in to comment.