diff options
| author | Ivan Molodetskikh <yalterz@gmail.com> | 2024-01-23 05:34:38 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-01-23 05:34:38 -0800 |
| commit | adfbfdffb3cb0bab42388a138691a9f286d1c6cc (patch) | |
| tree | a6f91bde97dff68653044b82372890bde143dbc4 /.github | |
| parent | 087ed260c5dd3fda12ebf1e39c0502af2da5d812 (diff) | |
| download | niri-adfbfdffb3cb0bab42388a138691a9f286d1c6cc.tar.gz niri-adfbfdffb3cb0bab42388a138691a9f286d1c6cc.tar.bz2 niri-adfbfdffb3cb0bab42388a138691a9f286d1c6cc.zip | |
Create a bug report template
Diffstat (limited to '.github')
| -rw-r--r-- | .github/ISSUE_TEMPLATE/bug_report.md | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 00000000..4f2b19d2 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,21 @@ +--- +name: Bug report +about: Create a report to help us improve +title: '' +labels: bug +assignees: '' + +--- + +<!-- Please describe the issue here at the top, then fill in the system information below. --> + +### System Information + +<!-- Paste the output of `niri -V`, e.g. niri 0.1.0-beta.1 (v0.1.0-beta.1) --> +* niri version: + +<!-- Write your GPU vendor and model, e.g. AMD RX 6700M --> +* GPU: + +<!-- Write your CPU vendor and model, e.g. AMD Ryzen 7 6800H --> +* CPU: |
