Create PULL_REQUEST_TEMPLATE.md

Dieser Commit ist enthalten in:
NotMyFault 2019-11-26 17:50:40 +01:00 committet von GitHub
Ursprung 058730c341
Commit a44800659e
Es konnte kein GPG-Schlüssel zu dieser Signatur gefunden werden
GPG-Schlüssel-ID: 4AEE18F83AFDEB23

18
.github/PULL_REQUEST_TEMPLATE.md vendored Normale Datei
Datei anzeigen

@ -0,0 +1,18 @@
## Overview
<!-- Please describe which issue this Pull Request targets
If there is no issue, please create one so we can look into it before approving your PR.
You can do so here: https://github.com/IntellectualSites/FastAsyncWorldEdit-1.13/issues
-->
<!-- Remove the brackets around the issue to connect your pull request with the issue it resolves -->
**Fixes #{issue number}**
## Description
## Checklist
<!-- Make sure you have completed the following steps (put an "X" between of brackets): -->
- [] I included all information required in the sections above
- [] I tested my changes and approved their functionality
- [] I ensured my changes do not break other parts of the code
- [] I read and followed the [contribution guidelines](https://github.com/IntellectualSites/FastAsyncWorldEdit-1.13/blob/breaking/CONTRIBUTING.md)