Skip to content

Commit

Permalink
Add issue templates (smith-chem-wisc#2105)
Browse files Browse the repository at this point in the history
* add issue templates

* feedback integration

* Update issue_report.md
  • Loading branch information
Anthony authored Dec 9, 2021
1 parent 0a8df46 commit 78d5e88
Show file tree
Hide file tree
Showing 3 changed files with 62 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
name: Feature request
about: Suggest an idea for MetaMorpheus
title: ''
labels: ''
assignees: ''

---

**What would you like to see done in MetaMorpheus?**
We love to create new features for our users. Please send us your great ideas and explain why they would be useful. Let us know if you have data (real or synthetic) that we could use to test if our solution is achieving the desired result.

**Please describe any alternatives you've considered**
Are there any alternative solutions or features, including other tools, you've considered? Sometimes other tool features can be integrated into MetaMorpheus.

**Additional context**
Add any other context or screenshots about the feature request here.

33 changes: 33 additions & 0 deletions .github/ISSUE_TEMPLATE/issue_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
---
name: Report an Issue, Bug, Crash, or Unexpected Result
about: Create a report to help us improve MetaMorpheus
title: ''
labels: ''
assignees: ''

---

**Describing the issue**
What issue did you encounter?

**Reproducing the error**
Please provide some information to help us reproduce the error and fix the issue:
- Which protein database did you use?
- What type of mass spectrometry data files did you use?
- Did you use any special settings, or just the defaults? Please provide the `.toml` methods file(s) generated by the GUI or used to run the commandline version.
- If possible, please provide examples of the datafiles that reproduce the error. We can provide a folder that you can use to upload the data. Please let us know if the data needs to remain private.

**Expected behavior**
If the issue has to do with interacting with the GUI, what did you expected to happen instead?

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

**Desktop information**
Please provide the autogenerated `prose.txt` file (can drag-and-drop it into this window) that contains the following information:
- OS: [e.g. Windows 10]
- MetaMorpheus Version: [e.g. 0.0.320]
- Available RAM: [e.g. 32 GB]

**Additional context**
Add any other context about the problem here.
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
name: More of an open ended question - blank template
about: Describe this issue template's purpose here.
title: ''
labels: ''
assignees: ''

---



0 comments on commit 78d5e88

Please sign in to comment.