-
Notifications
You must be signed in to change notification settings - Fork 2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4c11574
commit f2c73de
Showing
5 changed files
with
72 additions
and
7 deletions.
There are no files selected for viewing
File renamed without changes.
15 changes: 8 additions & 7 deletions
15
.github/ISSUE_TEMPLATE.md → .github/ISSUE_TEMPLATE/bug_report.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
Add compact, short information about your PR for easier understanding: | ||
|
||
- Goal of the PR | ||
- How does the PR work? | ||
- Does it resolve any reported issue? | ||
- If not a bug fix, why is this PR needed? What usecases does it solve? | ||
|
||
## To do | ||
|
||
This PR is a Work in Progress / Ready for Review. | ||
<!-- ^ delete one --> | ||
|
||
- [ ] List | ||
- [ ] Things | ||
- [ ] To do | ||
|
||
## How to test | ||
|
||
<!-- Example code or instructions --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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). |