Skip to content

Commit

Permalink
Developer experience issue form
Browse files Browse the repository at this point in the history
  • Loading branch information
kieran-ryan committed Mar 17, 2024
1 parent fffe888 commit 1968da4
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions .github/ISSUE_TEMPLATE/developer_experience.yaml
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.

0 comments on commit 1968da4

Please sign in to comment.