Skip to content

Commit be5cec0

Browse files
authored
Prepare issue templates and other github specific files (#379)
1 parent 0a05454 commit be5cec0

File tree

3 files changed

+63
-0
lines changed

3 files changed

+63
-0
lines changed
+50
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
name: Bug Report
2+
description: Report an issue you encountered.
3+
labels:
4+
- bug
5+
6+
body:
7+
- type: markdown
8+
attributes:
9+
value: Before filing this bug, [please check if it hasn't already been reported](https://github.com/TheSuperHackers/GeneralsGamePatch/issues?q=is%3Aissue%20state%3Aopen%20label%3ABug). If it has, please add useful information to the existing issue instead.
10+
11+
- type: dropdown
12+
attributes:
13+
label: Area(s) with this issue?
14+
description: What things had an issue? Check all that apply.
15+
multiple: true
16+
options:
17+
- The bug also exists in the original C&C Generals (Not Zero Hour)
18+
- The bug also exists in the Zero Hour Expansion Pack
19+
- This bug is a graphical glitch or error
20+
- This is a development issue
21+
validations:
22+
required: false
23+
24+
- type: textarea
25+
attributes:
26+
label: Describe the issue
27+
description: Please describe the issue you are experiencing here.
28+
validations:
29+
required: true
30+
31+
32+
- type: textarea
33+
attributes:
34+
label: Steps to reproduce
35+
description: Outline the steps you took to reproduce this bug.
36+
placeholder: |
37+
Tell us the steps required to trigger your bug. Example:
38+
1. Open the attached save file
39+
2. Click on the command center
40+
3. The game crashes
41+
validations:
42+
required: true
43+
44+
- type: textarea
45+
attributes:
46+
label: Attachments
47+
description: Please add any screenshots, save files and/or videos here that may help us fix the issue.
48+
placeholder: Drag and drop files here to add them
49+
validations:
50+
required: false

.github/ISSUE_TEMPLATE/config.yml

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
blank_issues_enabled: false
2+
contact_links:
3+
- name: Ideas & Feature Requests
4+
url: https://github.com/TheSuperHackers/GeneralsGameCode/discussions/categories/ideas
5+
about: Request an idea or feature request to be added to the game.
6+
- name: Community Outpost Discord Server
7+
url: https://discord.gg/WzxQDZersE
8+
about: For help with miscelleneous things, join our discord server!

SECURITY.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Security Policy
2+
3+
## Reporting a Vulnerability
4+
5+
If you have been informed of or discovered a security vulnerability, exploit or other flaw, please contact a developer of TheSuperHackers to report it privately. Public channels on Discord or the GitHub should be avoided, as the exploit may be taken from a public post and used before it can be patched. The best method is to contact xezon on discord. He can be reached in the [Community Outpost Discord](https://discord.gg/WzxQDZersE).

0 commit comments

Comments
 (0)