lnd/.github/ISSUE_TEMPLATE/config.yml
Oliver Gugger bd507c4c37
GitHub: move default template to bug_report.md, add config
With this commit we prepare for adding multiple issue templates to
GitHub that will be shown when the user clicks on the "New Issue" button
on GitHub.
The config.yml will also add a bunch of useful links to the page that
shows the different issue templates.
An example of how this template selection page looks like can be found
here: https://github.com/lightninglabs/lightning-terminal/issues/new/choose
2022-10-03 18:41:36 +02:00

11 lines
541 B
YAML

blank_issues_enabled: false
contact_links:
- name: Documentation for lnd and lightning-terminal
url: https://docs.lightning.engineering/
about: Please make sure the documentation cannot answer your question first.
- name: Lightning Community Slack
url: https://lightning.engineering/slack.html
about: Please ask and answer questions here.
- name: Security issue disclosure policy
url: https://github.com/lightningnetwork/lnd#security
about: Please refer to this document when reporting security related issues.