Skip to content

Commit

Permalink
Update issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
thattil authored Mar 1, 2022
1 parent da8e006 commit cee286b
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 11 deletions.
27 changes: 18 additions & 9 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -1,42 +1,51 @@
---
name: Bug Report
about: Create a report to help us improve
about: Create a report to help us improve
title: New Bug Report
labels: action - Bug, priority - Unclassified, status - Pending
template: bug_report.md
assignees: ''

---

<!-- Preview changes before submitting -->
<!-- Please fill out everything with an *, as this report will be discarded otherwise -->
<!-- Please fill out everything that is applicable and edit title to match -->
<!-- This is a comment, the syntax is a bit different from c++ or bash -->

##### *Distribution:
##### *Describe the bug
<!-- A clear and concise description of what the bug is -->


##### Distribution:
<!-- RHEL7, RHEL6, Fedora, etc -->


##### *Detector type:
<!-- If applicable, Eiger, Jungfrau, Mythen3, Gotthard2, Gotthard, Moench, ChipTestBoard -->
##### Detector type or Receiver:
<!-- If applicable, Eiger, Jungfrau, Mythen3, Gotthard2, Gotthard, Moench, ChipTestBoard, Receiver -->


##### *Software Package Version:
##### Software Package Version:
<!-- developer, 4.2.0, 4.1.1, etc -->


##### Priority:
<!-- Super Low, Low, Medium, High, Super High -->

##### *Describe the bug
<!-- A clear and concise description of what the bug is -->

##### Expected behavior
<!-- A clear and concise description of what you expected to happen. -->


##### To Reproduce
<!-- Steps to reproduce the behavior: -->
<!-- 1. Go to '...' -->
<!-- 2. Click on '....' -->
<!-- 3. Scroll down to '....' -->
<!-- 4. See error -->


##### Screenshots
<!-- If applicable, add screenshots to help explain your problem. -->


##### Additional context
<!-- Add any other context about the problem here. -->
4 changes: 3 additions & 1 deletion .github/ISSUE_TEMPLATE/change_request.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,10 @@ name: Change Request
about: Suggest a change to an existing feature
title: New Change Request
labels: action - Change, priority - Unclassified, status - Pending
template: change_request.md
assignees: ''

---

<!-- Preview changes before submitting -->
<!-- Please fill out everything with an *, as this report will be discarded otherwise -->
<!-- This is a comment, the syntax is a bit different from c++ or bash -->
Expand Down
4 changes: 3 additions & 1 deletion .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,10 @@ name: Feature Request
about: Suggest a feature, documentation or submit a question
title: New Feature Request
labels: action - Enhancement, priority - Unclassified, status - Pending
template: feature_request.md
assignees: ''

---

<!-- Preview changes before submitting -->
<!-- Please fill out everything with an *, as this report will be discarded otherwise -->
<!-- This is a comment, the syntax is a bit different from c++ or bash -->
Expand Down

0 comments on commit cee286b

Please sign in to comment.