Skip to content

Commit

Permalink
Add issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelm authored Jan 23, 2025
1 parent 9ad1da7 commit 65e183b
Show file tree
Hide file tree
Showing 2 changed files with 33 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: Crashes, unexpected trimming behavior etc.
title: ''
labels: ''
assignees: ''

---

Please provide enough information so that the issue can be reproduced.

Include this information:
- Cutadapt and Python version
- How you installed the tool (e.g., Conda or pip)
- Which command-line parameters you used

If you report unexpected trimming behavior, this is also helpful:

- An example input read (or read pair)
- The output that Cutadapt produces
- The output that you would have expected

Feel free to delete this text before submitting your issue.
10 changes: 10 additions & 0 deletions .github/ISSUE_TEMPLATE/feature-suggestion.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
name: Feature suggestion
about: Suggest an idea for this project
title: ''
labels: ''
assignees: ''

---


0 comments on commit 65e183b

Please sign in to comment.