Skip to content

Commit

Permalink
Merge 7f28d35 into 45390b9
Browse files Browse the repository at this point in the history
  • Loading branch information
TOFarmer committed Sep 16, 2019
2 parents 45390b9 + 7f28d35 commit bffa8ec
Show file tree
Hide file tree
Showing 3 changed files with 59 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
---
name: Bug report
about: Report an error which requires fixing
title: ''
labels: bug

---

**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 FitBenchmarking 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.
19 changes: 19 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
name: Feature request
about: Suggest an idea for this project
title: ''
labels: enhancement

---

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

---

**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 bffa8ec

Please sign in to comment.