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
fffe888
commit 1968da4
Showing
1 changed file
with
27 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,27 @@ | ||
name: Developer Experience | ||
description: > | ||
Refactoring or technical debt payback that makes the codebase more | ||
pleasant to work on | ||
labels: [":bank: debt"] | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: Thanks for suggesting an improvement to the code! | ||
- type: textarea | ||
id: problem | ||
attributes: | ||
label: 🤔 What's the problem you've observed? | ||
placeholder: Add your observations here... | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: proposal | ||
attributes: | ||
label: ✨ Do you have a proposal for making it better? | ||
placeholder: Add your suggestions here... | ||
- type: textarea | ||
id: context | ||
attributes: | ||
label: 📚 Any additional context? | ||
placeholder: > | ||
Add any other context, references or screenshots here. |