diff options
author | rubenwardy <rw@rubenwardy.com> | 2019-06-13 15:09:15 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-06-13 15:09:15 +0100 |
commit | f2c73def4b0c7fcfab521c0c54ada82a94b065c5 (patch) | |
tree | aaa733995f8e84d2069f9a380fa615ec6e92b0b5 /.github/ISSUE_TEMPLATE | |
parent | 4c11574e9deeb583f00e8b890f21d87f0d81d816 (diff) | |
download | minetest-f2c73def4b0c7fcfab521c0c54ada82a94b065c5.tar.gz minetest-f2c73def4b0c7fcfab521c0c54ada82a94b065c5.tar.bz2 minetest-f2c73def4b0c7fcfab521c0c54ada82a94b065c5.zip |
Update Github templates (#8593)
Diffstat (limited to '.github/ISSUE_TEMPLATE')
-rw-r--r-- | .github/ISSUE_TEMPLATE/bug_report.md | 32 | ||||
-rw-r--r-- | .github/ISSUE_TEMPLATE/feature_request.md | 25 |
2 files changed, 57 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 000000000..b6f351c15 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,32 @@ +--- +name: Bug report +about: Create a report to help us improve +title: '' +labels: Unconfirmed bug +assignees: '' +--- + +##### Minetest version +<!-- +Paste Minetest version between quotes below +If you are on a devel version, please add git commit hash +You can use `minetest --version` to find it. +--> +``` + +``` + +##### OS / Hardware +<!-- General information about your hardware and operating system --> +Operating system: +CPU: + +<!-- For graphical issues only --> +GPU model: +OpenGL version: + +##### Summary +<!-- Describe your problem here --> + +##### Steps to reproduce +<!-- For bug reports or build issues, explain how the problem happened --> diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 000000000..ebcfa98ee --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,25 @@ +--- +name: Feature request +about: Suggest an idea for this project +title: '' +labels: Feature request +assignees: '' +--- + +## Problem + +A clear and concise description of what the problem is. +ie: Why is this needed? +Ex. I'm always frustrated when [...] + +## Solutions + +A clear and concise description of what you want to happen. + +## Alternatives + +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. |