-
Notifications
You must be signed in to change notification settings - Fork 56
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
7307f24
commit b8d7eae
Showing
3 changed files
with
58 additions
and
0 deletions.
There are no files selected for viewing
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 @@ | ||
.idea/ |
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,33 @@ | ||
**Note: for support questions, please use the [Discord](https://revenact.io/discord)**. This repository's issues are reserved for feature requests and bug reports. | ||
|
||
* **I'm submitting a ...** | ||
- [ ] Bug Report | ||
- [ ] Feature Request | ||
- [ ] Support Request => Please do not submit support request here, see note at the top of this template. | ||
|
||
|
||
* **Do you want to request a *feature* or report a *bug*?** | ||
|
||
|
||
|
||
* **[Pastebin](https://pastebin.com) link of the error** | ||
|
||
|
||
|
||
* **What is the expected behavior?** | ||
|
||
|
||
|
||
* **What is the motivation / use case for changing the behavior?** | ||
|
||
|
||
|
||
* **Please tell us about your environment:** | ||
|
||
``` | ||
- Version: vX.X.X | ||
- OS: [all | Ubuntu XX.XX | Debian XX | CentOS XX | Fedora XX | RedHat XX ] | ||
- Install Options: [1-22 | Apache, Nginx | Theme ] | ||
``` | ||
|
||
* **Other information** (e.g. detailed explanation, related issues, suggestions how to fix, links for us to have context, eg. stackoverflow, gitter, etc) |
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,24 @@ | ||
* **Please check if the PR fulfills these requirements** | ||
- [ ] The commit message follows our [guidelines](https://github.com/Revenact/Pterodactyl-Script/blob/master/CONTRIBUTING.md) | ||
- [ ] Tests have been made. | ||
- [ ] [Readme](https://github.com/Revenact/Pterodactyl-Script/blob/master/README.md) have been updated (for bug fixes / features) | ||
- [ ] [Changelog](https://github.com/Revenact/Pterodactyl-Script/blob/master/CHANGELOG.md) has be updated, and a version made | ||
|
||
|
||
* **What kind of change does this PR introduce?** (Bug fix, feature, OS support, ...) | ||
|
||
|
||
|
||
* **What is the current behavior?** (You can also link to an open issue here) | ||
|
||
|
||
|
||
* **What is the new behavior (if this is a feature change)?** | ||
|
||
|
||
|
||
* **Does this PR introduce a breaking change?** (What changes might users need to make in their application due to this PR?) | ||
|
||
|
||
|
||
* **Other information**: |