Skip to content

Commit 7d06939

Browse files
authored
[ci skip] chore: update bug issue template & remove exploit report link (CloudNetService#1090)
### Motivation We got some bug reports which have stacktraces from hastebin attached. These links are no longer working as they get removed after some time. ### Modification * Explicitly mention that the stacktrace should either be posted directly into the issue or via github gist instead of using any other third party paste provider * Remove the "Exploit Report" link from the new issue page as github now allows private issues to report security vulnerabilities ### Result Hopefully no more dead stacktrace links.
1 parent 6372439 commit 7d06939

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,9 @@ body:
1616
label: Stacktrace
1717
description: |
1818
Attach your stack trace here (if any). Ensure that the stack trace is related to CloudNet
19-
and do not cut off any parts of it. We're prefering pastes over raw stack traces, for exaple
20-
via https://gist.new. DO NOT use attachments for posting logs or exceptions.
19+
and do not cut off any parts of it. Please put your stacktrace either directly into the text
20+
field or use https://gist.new for stack traces. Some providers are deleting pastes after some
21+
time, so please stick to raw logs or gists. DO NOT use attachments for posting logs or exceptions.
2122
value: |
2223
```
2324
Paste your paste link or the raw stack trace here. DO NOT REMOVE THE BACKTICKS!

.github/ISSUE_TEMPLATE/config.yml

-5
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,3 @@ contact_links:
55
about: |
66
If you need general support on CloudNet, you should use our Discord server. We and the community can help you
77
help you there faster and more targeted.
8-
- name: Exploit Report
9-
url: https://discord.cloudnetservice.eu
10-
about: |
11-
GitHub has currently no way for private issues. Please join our discord server and open a ticket there if you
12-
found a securitly vulnerability.

0 commit comments

Comments
 (0)