diff options
author | vaxerski <[email protected]> | 2022-05-30 14:21:33 +0200 |
---|---|---|
committer | GitHub <[email protected]> | 2022-05-30 14:21:33 +0200 |
commit | da63503d5fc1fecf1b1c4e18061ac0f6d9a3221c (patch) | |
tree | cbf1b761b80e4a6fc1aebe72c051665ddce12561 /.github | |
parent | 7167be9c482760c81f70153f4457f60cca4e9c80 (diff) | |
download | Hyprland-da63503d5fc1fecf1b1c4e18061ac0f6d9a3221c.tar.gz Hyprland-da63503d5fc1fecf1b1c4e18061ac0f6d9a3221c.zip |
updated issue templates
dont submit aur coredumps plox
Diffstat (limited to '.github')
-rw-r--r-- | .github/ISSUE_TEMPLATE/bug_report.md | 3 | ||||
-rw-r--r-- | .github/ISSUE_TEMPLATE/feature_request.md | 1 |
2 files changed, 4 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index e318168d..3fea489a 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -3,6 +3,7 @@ name: Bug report about: Found a bug? Report it here! title: '' labels: bug +assignees: '' --- @@ -13,3 +14,5 @@ labels: bug Please attach a log (it's in /tmp/hypr/hyprland.log) and, if crashing, a crashdump (coredumpctl, then coredumpctl info <pid>) + +*Please do NOT attach coredumps from any packaged version of Hyprland (AUR, etc.). Compile manually, and THEN attach a coredump of that.* diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 6780aa6b..00fc4811 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -3,6 +3,7 @@ name: Feature request about: Suggest a feature/change/idea title: '' labels: enhancement +assignees: '' --- |