generated from kieran-ryan/python-package-template
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7454a42
commit 954df44
Showing
1 changed file
with
41 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,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. |