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
This commit is contained in:
Oliver Gugger 2022-10-03 18:23:40 +02:00
parent bc5638428e
commit bd507c4c37
No known key found for this signature in database
GPG key ID: 8E4256593F177720
2 changed files with 19 additions and 0 deletions

View file

@ -1,3 +1,11 @@
---
name: Bug report
about: Create a bug report. Please use the discussions section for general or troubleshooting questions.
title: '[bug]: '
labels: ["bug", "needs triage"]
assignees: ''
---
### Background
Describe your issue here.

11
.github/ISSUE_TEMPLATE/config.yml vendored Normal file
View file

@ -0,0 +1,11 @@
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.