Skip to content

Commit

Permalink
GitHub - Add templates for feature and bug reports
Browse files Browse the repository at this point in the history
  • Loading branch information
jomey authored Jul 11, 2024
1 parent 90c93c4 commit e3ec5a1
Show file tree
Hide file tree
Showing 2 changed files with 53 additions and 0 deletions.
30 changes: 30 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
---
name: Bug report
about: Create a report to help us improve
title: ''
labels: bug
assignees: ''

---

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

**To Reproduce**
Sample code that produces the behavior
```
Your code here
```

**Error Message**
Any error messages you get

**Expected behavior**
A clear and concise description of what you expected to happen.

**Desktop (please complete the following information):**
- OS: [e.g. Mac, Linux, Windows]
- Package Version

**Additional context**
Add any other context about the problem here.
23 changes: 23 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
---
name: Feature request
about: Suggest an idea for this project
title: ''
labels: enhancement
assignees: ''

---

**Is your feature request related to a problem? Please describe.**
A clear and concise description of what the challenge is.
Ex. It would makes things easier/better when [...]
Or is this a data request?

**Describe the solution you'd like**
A clear and concise description of what you want to happen.
Have some sample syntax?
```
Some code here?
```

**Additional context**
Add any other context that helps understand the intention.

0 comments on commit e3ec5a1

Please sign in to comment.