e594258cf3
Cleanup pass after the v1.4.3 cutover. Five files still carried gitea.com hosts or dead github.com security-advisory links because they were not touched in the prior URL sweep. - forge-announce.yml: Discord embed avatar and tag link - release-footer.md: custom-repo URL plus six doc/license links - bug_report.yml, config.yml, PULL_REQUEST_TEMPLATE.md: replace github.com/.../security/advisories/new with mailto:kontakt@ hellion-media.de. Gitea has no privately-reportable advisory feature; e-mail is the closest functional equivalent. Pure string replacement, no logic change.
15 lines
623 B
YAML
15 lines
623 B
YAML
blank_issues_enabled: false
|
|
|
|
contact_links:
|
|
- name: Security vulnerability
|
|
url: mailto:kontakt@hellion-media.de?subject=%5BHellionChat%20Security%5D
|
|
about: Do not open a public issue for security problems. Report by e-mail instead.
|
|
|
|
- name: Upstream Chat 2 issue
|
|
url: https://github.com/Infiziert90/ChatTwo/issues
|
|
about: If the issue exists in upstream Chat 2 too, please report it there so the original maintainers see it as well.
|
|
|
|
- name: Discord
|
|
url: https://discord.com/users/j.j_kazama
|
|
about: Quick questions, casual feedback. Bug reports still go through the issue tracker for tracking.
|