Skip to content

Commit

Permalink
Adding issue templates
Browse files Browse the repository at this point in the history
This makes it easier to create bugs and proposals (i.e., issues not yet assigned as "good first issue", "more involved issue", or "maintainer issue").
  • Loading branch information
danbugs authored Jul 4, 2022
1 parent 608c1eb commit 09239e3
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
name: Bug report
about: Create a report to help us improve
title: ''
labels: "\U0001F41B bug, \U0001F6A7 maintainer issue"
assignees: ''

---

**Description of the bug**


**To Reproduce**


**Additional context**
13 changes: 13 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
name: Feature request
about: Suggest an idea for this project
title: "[UNCATEGORIZED ISSUE]"
labels: "\U0001F4D0 proposal"
assignees: ''

---

**Describe the solution you'd like**


**Additional context**

0 comments on commit 09239e3

Please sign in to comment.