]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
New GitHub issue templates (#39979)
authorKowlin <10947836+Kowlin@users.noreply.github.com>
Sat, 27 Sep 2025 18:36:47 +0000 (20:36 +0200)
committerGitHub <noreply@github.com>
Sat, 27 Sep 2025 18:36:47 +0000 (20:36 +0200)
* Remove the duplicate security issue link.
Since there is a security.md file present in the repo GitHub will automatically link to that when someone tries to create a new issue.

* Remove a practically unused issue template

* Initial commit of the new yml issue template

* delete the older issue template.

* Initial commit for the mapping issue template

* Fix the template names... potato...

* And the description...

* Removed the automatic labeling

.github/ISSUE_TEMPLATE/01_report_issue.yml [new file with mode: 0644]
.github/ISSUE_TEMPLATE/02_mapping_issue.yml [new file with mode: 0644]
.github/ISSUE_TEMPLATE/config.yml
.github/ISSUE_TEMPLATE/issue_report.md [deleted file]
.github/ISSUE_TEMPLATE/toolshed-feature-request.md [deleted file]

diff --git a/.github/ISSUE_TEMPLATE/01_report_issue.yml b/.github/ISSUE_TEMPLATE/01_report_issue.yml
new file mode 100644 (file)
index 0000000..0c70d75
--- /dev/null
@@ -0,0 +1,41 @@
+name: Report an issue
+description: For issues that are not related to any other issue form.
+body:
+  - type: markdown
+    attributes:
+      value: |
+        Thank you for taking the time to fill out an issue. This template is intended for any issues that do not fit other issue templates.
+        For feedback or help running Space Station 14, please join our [Discord](https://discord.gg/rGvu9hKffJ).
+  - type: input
+    attributes:
+      label: What version did the issue occur in?
+      description: You can find the version by opening the changelog in-game and looking at the bottom right corner of the changelog window.
+      placeholder: wizards/aa1337b
+    validations:
+      required: false
+  - type: textarea
+    attributes:
+      label: Description
+      description: |
+        A clear and concise description of what the issue is.
+        If the issue is visual in nature, consider posting a screenshot.
+    validations:
+      required: true
+  - type: textarea
+    attributes:
+      label: Reproduction
+      description: List the steps required to reproduce the issue.
+      placeholder: |
+        1.
+        2.
+        3.
+        ...
+    validations:
+      required: true
+  - type: textarea
+    attributes:
+      label: Additional Context
+      description: Add any other additional context about the issue here.
+    validations:
+      required: false
+
diff --git a/.github/ISSUE_TEMPLATE/02_mapping_issue.yml b/.github/ISSUE_TEMPLATE/02_mapping_issue.yml
new file mode 100644 (file)
index 0000000..36fe96c
--- /dev/null
@@ -0,0 +1,48 @@
+name: Report an mapping issue
+description: For issues regarding mapping.
+body:
+  - type: markdown
+    attributes:
+      value: |
+        Thank you for taking the time to fill out an issue. This template is intended for any issues related to mapping.
+        For feedback or help running Space Station 14, please join our [Discord](https://discord.gg/rGvu9hKffJ).
+  - type: input
+    attributes:
+      label: What version did the issue occur in?
+      description: You can find the version by opening the changelog in-game and looking at the bottom right corner of the changelog window.
+      placeholder: wizards/aa1337b
+    validations:
+      required: false
+  - type: input
+    attributes:
+      label: On what station, shuttle, or grid did the issue occur on?
+      description: The name of the station, shuttle, or grid. If you do not know the name, try to describe it.
+      placeholder: Bagel
+    validations:
+      required: true
+  - type: textarea
+    attributes:
+      label: Description
+      description: |
+        A clear and concise description of what the issue is.
+        If the issue is visual in nature, consider posting a screenshot.
+    validations:
+      required: true
+  - type: textarea
+    attributes:
+      label: Reproduction
+      description: List the steps required to reproduce the issue.
+      placeholder: |
+        1.
+        2.
+        3.
+        ...
+    validations:
+      required: true
+  - type: textarea
+    attributes:
+      label: Additional Context
+      description: Add any other additional context about the issue here.
+    validations:
+      required: false
+
index 09c9e76b19301de6a87b08867af2fb578cdf02fd..501625bd2f3bb6d2aed380b815248118c9074f6b 100644 (file)
@@ -1,7 +1,5 @@
+blank_issues_enabled: true
 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).
diff --git a/.github/ISSUE_TEMPLATE/issue_report.md b/.github/ISSUE_TEMPLATE/issue_report.md
deleted file mode 100644 (file)
index 9bc805b..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
----
-name: Report an Issue
-about: "..."
-title: ''
-labels: ''
-assignees: ''
-
----
-
-## Description
-<!-- Explain your issue in detail. Issues without proper explanation are liable to be closed by maintainers. -->
-
-**Reproduction**
-<!-- Include the steps to reproduce if applicable. -->
-
-**Screenshots**
-<!-- If applicable, add screenshots to help explain your problem. -->
-
-**Additional context**
-<!-- Add any other context about the problem here. Anything you think is related to the issue. -->
diff --git a/.github/ISSUE_TEMPLATE/toolshed-feature-request.md b/.github/ISSUE_TEMPLATE/toolshed-feature-request.md
deleted file mode 100644 (file)
index dae84c3..0000000
+++ /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.