diff options
| author | Ja.KooLit <ejhay.games@gmail.com> | 2023-12-29 15:38:18 +0900 |
|---|---|---|
| committer | Ja.KooLit <ejhay.games@gmail.com> | 2023-12-29 15:38:18 +0900 |
| commit | 69772de8b00a85a7da8e3d56c802fcfd01affe1c (patch) | |
| tree | ab297f40d72eab1dad7506e005cec1654f942ff6 /.github/ISSUE_TEMPLATE/bug_report.md | |
| parent | 203249972fd499909a2f81dfad64d7c9abe7b191 (diff) | |
Update for contributing
Diffstat (limited to '.github/ISSUE_TEMPLATE/bug_report.md')
| -rw-r--r-- | .github/ISSUE_TEMPLATE/bug_report.md | 46 |
1 files changed, 46 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..5581581a --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,46 @@ +--- +name: Bug report +about: Create a report to help us improve +title: "[Bug]: Short description of the issue" +labels: "Something isn't working" +--- + +## Bug Report + +### Description + +[Provide a clear and concise description of the bug.] + +### Steps to Reproduce + +1. [First Step] +2. [Second Step] +3. [and so on...] + +### Expected Behavior + +[What did you expect to happen?] + +### Actual Behavior + +[What actually happened?] + +### Screenshots + +[If applicable, add screenshots to help explain your problem.] + +### Environment + +[Please add any other relevant information about the bug and remove the unnecessary lines.] + +e.g., + +- Linux Distro: [e.g., ArchLinux, Debian, Fedora 39, OpenSuse] +- Linux Version, output of `uname -a`: +- Hyprland Version, output of `hyprctl version`: +- Installation Environment: [e.g., On The Main Hardware, On A Virtual Machine] +- Other info: [e.g., Display Resolution, Resolution, etc] + +### Additional Information + +[Add any other information about the problem here. For example, you might include the error message, any recent changes that you made to the project, or any other relevant details.] |
