Skip to content

Commit

Permalink
issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
robstoll committed Jan 23, 2024
1 parent 3bc2f81 commit 13530a9
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 0 deletions.
34 changes: 34 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
name: 🐛 Bug Report
description: File a bug report to help us improve
labels: [ bug ]
body:
- type: markdown
attributes:
value: |
Thanks for taking the time to fill out this bug report!
- type: input
id: version
attributes:
label: Affected Version
description: What version of minimalist are you running?
placeholder: "v1.1.0"
validations:
required: true
- type: textarea
id: reproduce
attributes:
label: How to reproduce the problem?
validations:
required: false
- type: textarea
id: describe-bug
attributes:
label: Describe the bug
validations:
required: true
- type: textarea
id: expected-behaviour
attributes:
label: Expected behaviour
validations:
required: true
11 changes: 11 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
name: 🚀 Feature Request
about: Suggest an idea for this project

---

Please head over to

https://github.com/tegonal/minimalist/discussions/new?category=ideas

and write down your idea there

0 comments on commit 13530a9

Please sign in to comment.