From a1e42b0cf3e8bbca99325eeeeb593174f7b7809b Mon Sep 17 00:00:00 2001 From: Henry Wilkinson Date: Tue, 5 Dec 2023 17:28:50 -0500 Subject: [PATCH] Adds a link to the new ReplayWebpage replay issue form in GitHub (#1404) - Adds a link to the new ReplayWeb.page issue type selection list where users can file replay specific bugs. - Updates security email URL now that we have one so this actually gets shown! --- .github/ISSUE_TEMPLATE/config.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 62df921e..4eda5b88 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -2,8 +2,12 @@ blank_issues_enabled: true contact_links: + - name: Report a replay issue + about: Issues related to archived content not displaying properly should be reported in the ReplayWeb.page repo. + url: https://github.com/webrecorder/replayweb.page/issues/new?&labels=replay+bug%2Cbug&projects=&template=replay-bug.yml&title=[Replay+Bug]%3A+ - name: Report a security vulnerability about: Please do not file an issue and instead email security@webrecorder.org. We will follow up with you there! + url: https://webrecorder.net/.well-known/security.txt - name: Get help on our forum url: https://forum.webrecorder.net/ about: Have a ("how do I...?") question? Not sure if your issue is reproducible? The best way to get help is on our community forum!