chore(github): complete issue/PR templates and wire in-app bug report to them

Add a feature request template and a config.yml (blank issues disabled,
security reports routed to SECURITY.md) alongside the existing bug report
template, plus a PR template with a checklist matching the project's
security rules. Point the app's "Report a bug" button at the new GitHub
template now that the repo is hosted there instead of the old self-hosted
tracker.
This commit is contained in:
2026-07-02 21:18:46 +02:00
parent e7797017f6
commit 2d017231eb
5 changed files with 87 additions and 14 deletions
-11
View File
@@ -28,17 +28,6 @@ body:
validations:
required: true
- type: dropdown
id: network
attributes:
label: Network
options:
- Mainnet
- Testnet
- Regtest
validations:
required: true
- type: textarea
id: description
attributes: