Skip to content

Commit

Permalink
Update issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
olttwa authored Dec 28, 2023
1 parent 5ca7c61 commit f204f5c
Show file tree
Hide file tree
Showing 2 changed files with 47 additions and 0 deletions.
27 changes: 27 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
---
name: Bug report
about: Bug-report template
title: "[Bug]"
labels: bug
assignees: ''

---

Describe the bug
--------
A clear and concise description of the bug is, and the behavior you expected.

To Reproduce
--------
Steps to reproduce the behavior.
1. Foo
2. Bar

Versions
--------
1. Goose: 0.4.0
2. Clojure: 1.11.0

Screenshots
--------
If applicable, add screenshots to help explain your problem.
20 changes: 20 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
name: Feature request
about: Suggest an idea for this project
title: ''
labels: feature
assignees: ''

---

Feature description
--------
A clear and concise description of what the problem is, and the solution you propose.

Describe alternatives you've considered
--------
A clear and concise description of any alternative solutions or features you've considered.

Additional context
--------
Add any other context or screenshots about the feature request here.

0 comments on commit f204f5c

Please sign in to comment.