Skip to content

Commit

Permalink
meta: add feature request template (#63)
Browse files Browse the repository at this point in the history
  • Loading branch information
qexat committed Apr 24, 2024
1 parent 43aeddd commit ee099de
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name: Bug report
about: Create a report to help us improve
title: ''
labels: bug
labels: ''
assignees: ''

---
Expand Down
26 changes: 26 additions & 0 deletions .github/ISSUE_TEMPLATE/feature-request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
---
name: Feature request
about: Suggest a feature for this project
title: 'feat: <Feature request>'
labels: feat
assignees: ''

---

# Feature request

| Title | Revision |
|-----------------------|--------------|
| <Feature title> | 1 |

## Initial problem
A clear and concise description of what the problem is.

## Proposed solution
A clear and concise description of what you want to happen. Please specify if it has consequences on already existing features (e.g. a breaking change).

## Rejected ideas
A clear and concise description of any alternative solutions or features you've considered.

## Considerations and technicalities
Details that you think matter, and some ideas on how to implement the solution more concretely.

0 comments on commit ee099de

Please sign in to comment.