From f2c73def4b0c7fcfab521c0c54ada82a94b065c5 Mon Sep 17 00:00:00 2001 From: rubenwardy Date: Thu, 13 Jun 2019 15:09:15 +0100 Subject: [PATCH] Update Github templates (#8593) --- CONTRIBUTING.md => .github/CONTRIBUTING.md | 0 .../bug_report.md} | 15 +++++------ .github/ISSUE_TEMPLATE/feature_request.md | 25 +++++++++++++++++++ .github/PULL_REQUEST_TEMPLATE.md | 19 ++++++++++++++ .github/SECURITY.md | 20 +++++++++++++++ 5 files changed, 72 insertions(+), 7 deletions(-) rename CONTRIBUTING.md => .github/CONTRIBUTING.md (100%) rename .github/{ISSUE_TEMPLATE.md => ISSUE_TEMPLATE/bug_report.md} (79%) create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md create mode 100644 .github/PULL_REQUEST_TEMPLATE.md create mode 100644 .github/SECURITY.md diff --git a/CONTRIBUTING.md b/.github/CONTRIBUTING.md similarity index 100% rename from CONTRIBUTING.md rename to .github/CONTRIBUTING.md diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE/bug_report.md similarity index 79% rename from .github/ISSUE_TEMPLATE.md rename to .github/ISSUE_TEMPLATE/bug_report.md index f6fc9ab0d..b6f351c15 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,10 +1,11 @@ -##### Issue type - - - Bug report - - Feature request - - Documentation issue - - Build issue - +--- +name: Bug report +about: Create a report to help us improve +title: '' +labels: Unconfirmed bug +assignees: '' +--- + ##### Minetest version + +- [ ] List +- [ ] Things +- [ ] To do + +## How to test + + diff --git a/.github/SECURITY.md b/.github/SECURITY.md new file mode 100644 index 000000000..e2dd0432f --- /dev/null +++ b/.github/SECURITY.md @@ -0,0 +1,20 @@ +# Security Policy + +## Supported Versions + +We only support the latest stable version for security issues. +See the [releases page](https://github.com/minetest/minetest/releases). + +## Reporting a Vulnerability + +We ask that you report vulnerabilities privately, by contacting a core developer, +to give us time to fix them. You can do that by emailing one of the following addresses: + +* celeron55@gmail.com +* rubenwardy@minetest.net + +Depending on severity, we will either create a private issue for the vulnerability +and release a patch version of Minetest, or give you permission to file the issue publicly. + +For more information on the justification of this policy, see +[Responsible Disclosure](https://en.wikipedia.org/wiki/Responsible_disclosure).