diff options
author | vaxerski <[email protected]> | 2022-03-20 18:07:20 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2022-03-20 18:07:20 +0100 |
commit | 8dd48025ad84dd562039e1f2fbc21722dc3f8bcd (patch) | |
tree | 9417a50e62de5d36b48dd20a090a7f552319ca10 /.github | |
parent | 382189b84bb9be62776568077388de81a9522c76 (diff) | |
download | Hyprland-8dd48025ad84dd562039e1f2fbc21722dc3f8bcd.tar.gz Hyprland-8dd48025ad84dd562039e1f2fbc21722dc3f8bcd.zip |
Update issue templates
Diffstat (limited to '.github')
-rw-r--r-- | .github/ISSUE_TEMPLATE/bug_report.md | 16 | ||||
-rw-r--r-- | .github/ISSUE_TEMPLATE/feature_request.md | 10 |
2 files changed, 26 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..213d1935 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,16 @@ +--- +name: Bug report +about: Found a bug? Report it here! +title: '' +labels: bug +assignees: vaxerski + +--- + +**Describe the bug** + + +**Images/videos/anything that would help** + + +Please attach a log (it's in /tmp/hypr/hyprland.log) and, if crashing, a crashdump (coredumpctl, then coredumpctl info <pid>) diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 00000000..7b6fe826 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,10 @@ +--- +name: Feature request +about: Suggest a feature/change/idea +title: '' +labels: enhancement +assignees: vaxerski + +--- + +**Describe in detail your idea.** |