Add Issue Template for Minecraft

This commit is contained in:
Martijn Verburg 2021-06-16 12:42:38 +01:00
Родитель f89e43bfd7
Коммит 216274b7c7
5 изменённых файлов: 37 добавлений и 16 удалений

17
.github/ISSUE_TEMPLATE/bug_report.md поставляемый
Просмотреть файл

@ -12,6 +12,7 @@ A clear and concise description of what the bug is.
**To Reproduce**
Steps to reproduce the behavior:
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
@ -24,15 +25,17 @@ A clear and concise description of what you expected to happen.
If applicable, add screenshots to help explain your problem.
**Desktop (please complete the following information):**
- OS: [e.g. iOS]
- Browser [e.g. chrome, safari]
- Version [e.g. 22]
- OS: [e.g. iOS]
- Browser [e.g. chrome, safari]
- Version [e.g. 22]
**Smartphone (please complete the following information):**
- Device: [e.g. iPhone6]
- OS: [e.g. iOS8.1]
- Browser [e.g. stock browser, safari]
- Version [e.g. 22]
- Device: [e.g. iPhone6]
- OS: [e.g. iOS8.1]
- Browser [e.g. stock browser, safari]
- Version [e.g. 22]
**Additional context**
Add any other context about the problem here.

16
.github/ISSUE_TEMPLATE/minecraft_bug_report.md поставляемый Normal file
Просмотреть файл

@ -0,0 +1,16 @@
---
name: Minecraft Java Edition Bug Report
about: Please submit Minecraft related issues over at https://bugs.mojang.com/projects/MC/issues/ - the Mojang folks will take the first pass at Triage :-).
title: ''
labels: ''
assignees: ''
---
## Reporting an issue to do with Minecraft Java Edition? Please report your issue in Mojang Bug Tracker
Welcome! We love Minecraft and would love to help, but this probably isn't quite the right place :-).
Please submit Minecraft related issues over at [https://bugs.mojang.com/projects/MC/issues/](https://bugs.mojang.com/projects/MC/issues/). The Mojang folks will take the first pass at triaging the issue. If it is a genuine Microsoft Build of OpenJDK (Java/JVM) issue, then they'll open an issue with us.
For context, most Java crash reports with Minecraft are the result of Java calling a buggy native library, O/S driver or similar. So although you'll see a _Java_ crash report, the root cause is typically elsewhere.

1
.gitignore поставляемый Normal file
Просмотреть файл

@ -0,0 +1 @@
.vscode/

Просмотреть файл

@ -3,8 +3,9 @@
To learn more about this distribution, visit [microsoft.com/openjdk](https://www.microsoft.com/openjdk).
## License
General Public License 2.0 with Classpath Exception (GPLv2+CE). See [LICENSE](./LICENSE) file.
# Feedback
## Feedback
If you have any thoughts about our binaries, please [share them here](https://github.com/microsoft/openjdk/discussions).

Просмотреть файл

@ -1,6 +1,6 @@
<!-- BEGIN MICROSOFT SECURITY.MD V0.0.3 BLOCK -->
## Security
# Security
Microsoft takes the security of our software products and services seriously, which includes all source code repositories managed through our GitHub organizations, which include [Microsoft](https://github.com/Microsoft), [Azure](https://github.com/Azure), [DotNet](https://github.com/dotnet), [AspNet](https://github.com/aspnet), [Xamarin](https://github.com/xamarin), and [our GitHub organizations](https://opensource.microsoft.com/).
@ -18,13 +18,13 @@ You should receive a response within 24 hours. If for some reason you do not, pl
Please include the requested information listed below (as much as you can provide) to help us better understand the nature and scope of the possible issue:
* Type of issue (e.g. buffer overflow, SQL injection, cross-site scripting, etc.)
* Full paths of source file(s) related to the manifestation of the issue
* The location of the affected source code (tag/branch/commit or direct URL)
* Any special configuration required to reproduce the issue
* Step-by-step instructions to reproduce the issue
* Proof-of-concept or exploit code (if possible)
* Impact of the issue, including how an attacker might exploit the issue
* Type of issue (e.g. buffer overflow, SQL injection, cross-site scripting, etc.)
* Full paths of source file(s) related to the manifestation of the issue
* The location of the affected source code (tag/branch/commit or direct URL)
* Any special configuration required to reproduce the issue
* Step-by-step instructions to reproduce the issue
* Proof-of-concept or exploit code (if possible)
* Impact of the issue, including how an attacker might exploit the issue
This information will help us triage your report more quickly.