Skip to content

Commit

Permalink
Merge 89befcd into 45390b9
Browse files Browse the repository at this point in the history
  • Loading branch information
TOFarmer committed Sep 16, 2019
2 parents 45390b9 + 89befcd commit 9e5930d
Show file tree
Hide file tree
Showing 4 changed files with 76 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/ISSUE_TEMPLATE/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: TOFarmer

---

**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.
14 changes: 14 additions & 0 deletions .github/ISSUE_TEMPLATE/documentation.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
name: Tutorials/Documentation
about: Suggest a topic which requires a tutorial or additional documentation
title: ''
labels: documentation
assignees: TOFarmer

---

**Description of the tutorial or documentation**
A clear and concise description of what subject area (e.g. Running a Simulation), class, function or method requires clarification, and whether a tutorial or more documentation is preferred.

**Additional details**
Add any other context or screenshots about the feature request here.
20 changes: 20 additions & 0 deletions .github/ISSUE_TEMPLATE/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: TOFarmer

---

**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.
20 changes: 20 additions & 0 deletions .github/ISSUE_TEMPLATE/testing.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
name: Test
about: Specify a test that needs to be implemented
title: ''
labels: testing
assignees: TOFarmer

---

**Which module and class/method/function does this relate to?**
Please provide the module and class, method or function name(s) that the tests will apply to.

**What aspect requires additional tests?**
Please provide a description of the specifics of the test - what is the behaviour that the tests will inspect. Ideally this will include a description of the setup (e.g. Pytest fixtures) and the expected results.

**Is this a unit, system or functional test?**
Simply state what type of test you are expecting is required.

**Additional context**
Add any other context about the tests here.

0 comments on commit 9e5930d

Please sign in to comment.