From e70b7152a831819c9cf6a2b4682564b4e1c5da5d Mon Sep 17 00:00:00 2001 From: Tommy Date: Wed, 7 Dec 2022 12:04:19 -0500 Subject: [PATCH] Remove legacy workflows Signed-off-by: Tommy --- ISSUE_TEMPLATE.md | 33 --------------------------------- PULL_REQUEST_TEMPLATE.md | 24 ------------------------ 2 files changed, 57 deletions(-) delete mode 100644 ISSUE_TEMPLATE.md delete mode 100644 PULL_REQUEST_TEMPLATE.md diff --git a/ISSUE_TEMPLATE.md b/ISSUE_TEMPLATE.md deleted file mode 100644 index 8113e9f..0000000 --- a/ISSUE_TEMPLATE.md +++ /dev/null @@ -1,33 +0,0 @@ -**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) \ No newline at end of file diff --git a/PULL_REQUEST_TEMPLATE.md b/PULL_REQUEST_TEMPLATE.md deleted file mode 100644 index 5b3491f..0000000 --- a/PULL_REQUEST_TEMPLATE.md +++ /dev/null @@ -1,24 +0,0 @@ -* **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**: \ No newline at end of file