Skip to content

Commit

Permalink
Update issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
byorgey authored Oct 6, 2023
1 parent d17c02a commit 44c179a
Show file tree
Hide file tree
Showing 3 changed files with 47 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
---
name: Bug report
about: Create a bug report to help us improve Disco.
title: ''
labels: ''
assignees: ''

---

**Describe the bug**
A clear and concise description of what the bug is.

**To Reproduce**
Steps to reproduce the behavior, *e.g.* what Disco code produces the error, or what to enter at the Disco REPL prompt to produce the error.

**Expected vs actual behavior**
What did you expect to happen? What actually happened instead?

**Screenshots**
If applicable, you can add screenshots to help explain your problem.

**Additional context**
Add any other context about the problem here.
10 changes: 10 additions & 0 deletions .github/ISSUE_TEMPLATE/confusion-report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
name: Confusion report
about: Report something that you found confusing!
title: ''
labels: ''
assignees: ''

---

If you found something confusing---for example, the behavior of a Disco function, the wording of a Disco error message *etc.*, please report it here! It's super helpful to learn what is confusing so that we can make Disco better and easier to understand. This is also a good place to report something that you think might be a bug, but you're not sure if it's really a bug or just something that you are misunderstanding.
14 changes: 14 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
name: Feature request
about: Suggest an idea for making Disco better!
title: ''
labels: ''
assignees: ''

---

**Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

**Describe the solution you'd like**
A clear and concise description of what you want to happen.

0 comments on commit 44c179a

Please sign in to comment.