diff options
author | Simon Ser <contact@emersion.fr> | 2023-10-05 17:34:06 +0200 |
---|---|---|
committer | Simon Ser <contact@emersion.fr> | 2023-10-08 11:29:13 +0000 |
commit | 96690d638019e9bf3f275f9e17eb1bb26d47eebe (patch) | |
tree | e16e6167118008b0689dd0919deddb817fc52c74 /.gitlab/issue_templates | |
parent | 2c33a1c2de1a675d84ede6b0d751cb28abeb7e44 (diff) |
Add GitLab issue template
Add recommendations for the most common mistakes when reporting an
issue.
Diffstat (limited to '.gitlab/issue_templates')
-rw-r--r-- | .gitlab/issue_templates/Default.md | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/.gitlab/issue_templates/Default.md b/.gitlab/issue_templates/Default.md new file mode 100644 index 00000000..68044e15 --- /dev/null +++ b/.gitlab/issue_templates/Default.md @@ -0,0 +1,15 @@ +<!-- + +Please read the following before submitting: + +- If you are a user of a wlroots-based compositor, please report first your + issue to your compositor's issue tracker. The issue you are experiencing + might be a compositor bug rather than a wlroots bug. +- Do not open issues related to proprietary drivers. +- Do not use this issue tracker for questions. Instead, use the IRC channel + (#wlroots on Libera Chat). +- Please attach full debug logs of your compositor (redact information you + might consider sensitive). For crashes, please attach a full stack trace with + debug symbols. + +--> |