aboutsummaryrefslogtreecommitdiff
path: root/.github/ISSUE_TEMPLATE
Commit message (Collapse)AuthorAge
* github: add labels to bug-report issue to better identify typeChristian Marangi2024-04-21
| | | | | | | 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>
* github: permits blank issueChristian Marangi2024-04-21
| | | | | | | | | | Blank issue might be used by devs to create tracking issue or by advanced user to report more strange issue. These kind of issue won't be parsed and won't be tagged. Normally bBug report should be used for 99% of the cases. Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
* github: add release info to BUG templateChristian Marangi2023-11-15
| | | | | | | | | | Add release info to BUG template. Having the reported release is an additional info to better bisect the bug and what release is affected. This is also useful in preparation for action that will parse BUG template and add tag and do validations. Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
* github: add command for deviceChristian Schmidbauer2023-01-06
| | | | | | This adds a command to the issue template to simplify the "device" name reporting. Signed-off-by: Christian Schmidbauer <github@grische.xyz>
* github: point to forum feature request categoryStijn Tintel2022-12-21
| | | | | | | This should have been amended in the previous commit. Fixes: 65e72f8e380e ("github: add issue template") Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
* github: add issue templateStijn Tintel2022-12-21
Add an issue template with required fields, instructions how to easily get some of that required data from the device. Aside from that, also add some links to the OpenWrt contact page, and for feature requests, link to the forum. Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>