Skip to content

Commit

Permalink
Merge pull request #244 from ISISNeutronMuon/clean-up-branches
Browse files Browse the repository at this point in the history
While I am not sure that this will work, it is _likely_ to be harmless even if it does not.
  • Loading branch information
MBartkowiakSTFC authored Nov 14, 2023
2 parents f9e4a11 + 1c24327 commit 32bd1c1
Show file tree
Hide file tree
Showing 3 changed files with 50 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/ISSUE_TEMPLATES/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
---
name: Bug report
about: Report an error which requires fixing
title: ''
labels: bug
assignees:

---

**Description of the error**
A clear and concise description of what the problem is, including steps to reproduce it and the environment you are running MDMC in.

**Describe the expected result**
What is the result you expect from running the steps described above?

**Describe the actual result**
What was the actual result.

**Suggested fix**

**Additional details**
Add any other context or screenshots about the feature request here.
20 changes: 20 additions & 0 deletions .github/ISSUE_TEMPLATES/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
name: Feature request
about: Suggest an idea for this project
title: ''
labels: enhancement
assignees:

---

**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.
8 changes: 8 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
**Description of work**
A clear and concise description of the change. Please include motivation and context.

**Fixes**
A list of fixes.

**To test**
Please describe the tests that were run to verify the changes.

0 comments on commit 32bd1c1

Please sign in to comment.