Skip to content

Commit

Permalink
Update issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
tchamberlin authored Dec 5, 2023
1 parent ab608b3 commit 90acc9a
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
name: Bug report
about: Create a report to help us improve
title: ''
labels: bug
assignees: ''

---

**Describe the bug**
What is the bug? What did you expect to happen vs. what actually happened?

**How to Reproduce**
Include a minimal example that reproduces your issue. This should probably be a brief snippet of Python code along with a traceback. Please format [using triple backticks](https://docs.github.com/en/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax#quoting-code).

**Environment**
- Dysh version
- Python version
- OS
17 changes: 17 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
name: Feature request
about: Suggest an idea for this project
title: ''
labels: enhancement
assignees: ''

---

**Feature description**
What problem are you trying to solve that you currently can't? What

**Solution**
If you have an idea of how to solve the problem, please describe it!

**Additional context**
Add any other context or screenshots about the feature request here. For example, if you can do the same thing in GBTIDL or another pipeline tool, tell us how it works there

0 comments on commit 90acc9a

Please sign in to comment.