diff options
| author | Christian Marangi | 2024-04-21 16:23:30 +0000 |
|---|---|---|
| committer | Christian Marangi | 2024-04-21 17:37:01 +0000 |
| commit | d4c583a2baaa3289171337cc9d2b4b2da670629e (patch) | |
| tree | 92aa2489b999eccf380c597baa18581114623eaa | |
| parent | 9c9362fa31b6f0c8172b08618cce7ae6aadf8108 (diff) | |
| download | openwrt-d4c583a2baaa3289171337cc9d2b4b2da670629e.tar.gz | |
github: add labels to bug-report issue to better identify type
Add labels to bug-report issue to better identify type.
Also introduce label to-triage to better handle issue by CI actions.
Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
| -rw-r--r-- | .github/ISSUE_TEMPLATE/bug-report.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index 2ec7b7d7d8..59109dbc5f 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -2,6 +2,8 @@ name: Bug report description: Create a bug report to help us improve labels: - bug + - bug-report + - to-triage body: - type: textarea id: description |