diff --git a/.github/ISSUE_TEMPLATES/bug_report.md b/.github/ISSUE_TEMPLATES/bug_report.md new file mode 100644 index 0000000000..4f6545a883 --- /dev/null +++ b/.github/ISSUE_TEMPLATES/bug_report.md @@ -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. diff --git a/.github/ISSUE_TEMPLATES/feature_request.md b/.github/ISSUE_TEMPLATES/feature_request.md new file mode 100644 index 0000000000..f89a20b430 --- /dev/null +++ b/.github/ISSUE_TEMPLATES/feature_request.md @@ -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. diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 0000000000..57a40a0182 --- /dev/null +++ b/.github/pull_request_template.md @@ -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.