Skip to content

Commit

Permalink
Add issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
DrYak committed Jun 10, 2024
1 parent 3f3292e commit e8360b8
Show file tree
Hide file tree
Showing 5 changed files with 56 additions and 0 deletions.
28 changes: 28 additions & 0 deletions .github/ISSUE_TEMPLATE/01_report_bug.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
---
name: 🐛 Report a bug
about: Tell us if something is broken or needs attention
labels: t:bug, help wanted, good first issue, needs triage
---

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

**To Reproduce**
Steps to reproduce the behavior, e.g.:
1. V-pipe configuration file used '...'
2. Samples TSV file used '....'
3. Commands executed '.vpipe --core 4 ...'
4. See error

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

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

**Desktop (please complete the following information):**
- OS: [e.g. Linux, Mac OS]
- Version [e.g. v3.0.0, master branch]

**Additional context**
Add any other context about the problem here.
17 changes: 17 additions & 0 deletions .github/ISSUE_TEMPLATE/02_request_feature.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
name: 🙋 Request a feature
about: Suggest an improvement, tell about your idea
labels: t:feat, help wanted, good first issue, needs triage
---

**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.

**Describe alternatives you've considered**
A clear and concise description of any alternative solutions or features you've considered.

**Additional context**
Add any other context or screenshots about the feature request here.
5 changes: 5 additions & 0 deletions .github/ISSUE_TEMPLATE/03_ask.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
name: ❓ Ask
about: Ask a question about this project
labels: t:ask, needs triage
---
5 changes: 5 additions & 0 deletions .github/ISSUE_TEMPLATE/04_discuss.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
name: 💬 Discuss
about: Talk to the team
labels: t:talk, needs triage
---
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
blank_issues_enabled: false

0 comments on commit e8360b8

Please sign in to comment.