Skip to content

Commit

Permalink
Update issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
decorkkmc authored Mar 25, 2023
1 parent 926f442 commit e49f43a
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .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 bug report
title: ''
labels: bug, needs triage
labels: bug
assignees: ''

---
Expand All @@ -29,4 +29,4 @@ A description with steps to reproduce the issue. If your have a public example o
A description of what you expected to happen.

**Actual behavior:**
A description of what is actually happening.
A description of what is actually happening.
10 changes: 10 additions & 0 deletions .github/ISSUE_TEMPLATE/custom.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
name: Custom issue template
about: Describe this issue template's purpose here.
title: ''
labels: ''
assignees: ''

---


5 changes: 3 additions & 2 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@
name: Feature request
about: Suggest an idea for this project
title: ''
labels: feature request, needs triage
labels: ''
assignees: ''

---

**Description:**
Expand All @@ -13,4 +14,4 @@ Describe your proposal.
Justification or a use case for your proposal.

**Are you willing to submit a PR?**
<!--- We accept contributions! -->
<!--- We accept contributions! -->

0 comments on commit e49f43a

Please sign in to comment.