From be30f364060a4bdf776529bdd90d4422627efa9e Mon Sep 17 00:00:00 2001 From: DEATHB4DEFEAT Date: Fri, 15 Mar 2024 17:03:38 -0700 Subject: [PATCH 1/4] remove misinformation --- .github/ISSUE_TEMPLATE/config.yml | 8 ++++---- .../ISSUE_TEMPLATE/toolshed-feature-request.md | 18 ------------------ 2 files changed, 4 insertions(+), 22 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/toolshed-feature-request.md diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 09c9e76b19..2dc3757588 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,7 +1,7 @@ contact_links: - name: Report a Security Vulnerability url: https://github.com/space-wizards/space-station-14/blob/master/SECURITY.md - about: Please report security vulnerabilities privately so we can fix them before they are publicly disclosed. - - name: Request a Feature - url: https://discord.gg/rGvu9hKffJ - about: Submit feature requests on our Discord server (https://discord.gg/rGvu9hKffJ). + about: Please report security vulnerabilities to the Space Wizards privately so they can fix them before they are publicly disclosed. + - name: Toolshed Feature Request + url: https://github.com/space-wizards/space-station-14/issues/new?assignees=moonheart08&labels=Toolshed&projects=&template=toolshed-feature-request.md&title=%5BTOOLSHED+REQUEST%5D + about: Suggest a feature for Toolshed (for game admins/developers) diff --git a/.github/ISSUE_TEMPLATE/toolshed-feature-request.md b/.github/ISSUE_TEMPLATE/toolshed-feature-request.md deleted file mode 100644 index dae84c3e25..0000000000 --- a/.github/ISSUE_TEMPLATE/toolshed-feature-request.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -name: Toolshed feature request -about: Suggest a feature for Toolshed (for game admins/developers) -title: "[TOOLSHED REQUEST]" -labels: Toolshed -assignees: moonheart08 - ---- - -**Is your feature request related to a problem/bug? Please describe.** -A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] - -**Describe the command you'd like** -A clear and concise description of what you want and what it should do. -If you're a technical user (i.e. programmer) including type signatures is helpful. - -**Additional context** -Add any other context or screenshots about the feature request here. From 66892e56f5c86c92f1110f4e8d98f6dec6f2f246 Mon Sep 17 00:00:00 2001 From: DEATHB4DEFEAT Date: Fri, 15 Mar 2024 17:04:52 -0700 Subject: [PATCH 2/4] add some comments to the pull request template --- .github/PULL_REQUEST_TEMPLATE.md | 40 ++++++++++++++++++++++++++++---- 1 file changed, 35 insertions(+), 5 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index bb0ae5066a..5d3ce070bc 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,20 +1,46 @@ + + # Description + + Description. --- # TODO + + - [ ] Task - [x] Completed Task --- + +

Media

- +![Example Media Embed](https://example.com/thisimageisntreal.png)

@@ -23,10 +49,14 @@ Description. # Changelog - + :cl: -- add: Added fun! -- tweak: Tweaked fun! +- add: Added fun :D +- tweak: Tweaked fun - fix: Fixed fun! -- remove: Removed fun! +- remove: Removed fun :( From a6abc2ca21f20c87bd13e86cb8469cc753eb0d3e Mon Sep 17 00:00:00 2001 From: DEATHB4DEFEAT Date: Fri, 15 Mar 2024 17:05:11 -0700 Subject: [PATCH 3/4] add feature request template and improve general issue report --- .github/ISSUE_TEMPLATE/feature-request.md | 27 +++++++++++++++ .github/ISSUE_TEMPLATE/issue_report.md | 41 ++++++++++++++++++----- 2 files changed, 59 insertions(+), 9 deletions(-) create mode 100644 .github/ISSUE_TEMPLATE/feature-request.md diff --git a/.github/ISSUE_TEMPLATE/feature-request.md b/.github/ISSUE_TEMPLATE/feature-request.md new file mode 100644 index 0000000000..c30e6ba46e --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature-request.md @@ -0,0 +1,27 @@ +--- +name: Request a Feature +about: "Template for noting future planned features. Please ask for approval in the Discord if you aren't an organization Member before posting a feature request" +title: '' +labels: '' +assignees: '' + +--- + + + +# Description + + +I want Goldfish crackers + +# Screenshots + + +![Example Screenshot](https://example.com/thisimageisntreal.png) diff --git a/.github/ISSUE_TEMPLATE/issue_report.md b/.github/ISSUE_TEMPLATE/issue_report.md index f18221e055..a462dd3a19 100644 --- a/.github/ISSUE_TEMPLATE/issue_report.md +++ b/.github/ISSUE_TEMPLATE/issue_report.md @@ -1,32 +1,55 @@ --- name: Report an Issue -about: "..." +about: "Any general issues you have during play or with the codebase" title: '' labels: '' assignees: '' --- + + # Description +Description + # Reproduction +1. Open game +2. Game doesn't open + +# Expected behavior + + +1. Open game +2. Game opens + # Screenshots +![Example Screenshot](https://example.com/thisimageisntreal.png) + # Additional context + +There's a ghost in my computer From faa0ab7918c077da5fd027797bcf65f6cf1e7b7f Mon Sep 17 00:00:00 2001 From: DEATHB4DEFEAT Date: Fri, 15 Mar 2024 17:10:50 -0700 Subject: [PATCH 4/4] screenshots are now media --- .github/ISSUE_TEMPLATE/feature-request.md | 2 +- .github/ISSUE_TEMPLATE/issue_report.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/feature-request.md b/.github/ISSUE_TEMPLATE/feature-request.md index c30e6ba46e..aba549332f 100644 --- a/.github/ISSUE_TEMPLATE/feature-request.md +++ b/.github/ISSUE_TEMPLATE/feature-request.md @@ -19,7 +19,7 @@ Explain your request in as much detail as you can I want Goldfish crackers -# Screenshots +# Media diff --git a/.github/ISSUE_TEMPLATE/issue_report.md b/.github/ISSUE_TEMPLATE/issue_report.md index a462dd3a19..ab82181197 100644 --- a/.github/ISSUE_TEMPLATE/issue_report.md +++ b/.github/ISSUE_TEMPLATE/issue_report.md @@ -38,7 +38,7 @@ Why might this not be happening? / Possible solutions (if you know) 1. Open game 2. Game opens -# Screenshots +# Media