- Adds issue type to each template - Differentiates user-submitted "Change Request" from internal "Planned Feature". This allows us to separate user-submitted ideas from work we've planned through the new feature workflow, and automatically set the github project. - Adds template for docs change - Makes additional context section optional, I noticed many issues put "n/a" or similar in this section anyway. - Disables blank issue adds generic "Task" issue template
16 lines
927 B
YAML
16 lines
927 B
YAML
blank_issues_enabled: false
|
|
|
|
contact_links:
|
|
- name: Report a replay issue
|
|
about: Issues related to an archived item or collection not replaying 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 email security@webrecorder.org directly. 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!
|
|
- name: Check out the docs
|
|
url: https://docs.browsertrix.com
|
|
about: Find solutions to common questions, such as how to install, develop, and deploy Browsertrix.
|