From 5b06071fcf471a357f9c9da14f453278167b9006 Mon Sep 17 00:00:00 2001 From: hiroakit Date: Sat, 14 Mar 2020 14:51:52 +0900 Subject: [PATCH 1/2] Add bug report template --- .github/ISSUE_TEMPLATE/bug_report.md | 36 ++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 00000000..6a8aa5a5 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,36 @@ +--- +name: Bug report +about: Create a report to help us improve +title: "[BUG]" +labels: bug +assignees: '' + +--- + +## Describe the bug + +A clear and concise description of what the bug is. + +## To Reproduce + +Steps to reproduce the behavior: +1. Run '...' +2. Do something '....' +3. Catch the error + +## Expected behavior + +A clear and concise description of what you expected to happen. + +## Screenshots + +If applicable, add screenshots to help explain your problem. + +## Environment your desktop (please complete the following information) + + - OS: [e.g. Windows 10 Pro version 1909 64bit] + - Pacman [e.g. Pacman v5.2.1 - libalpm v12.0.1 (`pacman --version`)] + +## Additional context + +Add any other context about the problem here. From 1fcc65b1ebcb66f9dd015ada93013c22b1c559bd Mon Sep 17 00:00:00 2001 From: Hiroaki ENDOH Date: Thu, 19 Mar 2020 00:11:12 +0900 Subject: [PATCH 2/2] Reflect review https://github.com/msys2/MSYS2-packages/pull/1891#issuecomment-600471708 --- .github/ISSUE_TEMPLATE/bug_report.md | 19 +++++-------------- 1 file changed, 5 insertions(+), 14 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 6a8aa5a5..14a9c3f2 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -11,26 +11,17 @@ assignees: '' A clear and concise description of what the bug is. -## To Reproduce +## Steps to Reproduce the Problem -Steps to reproduce the behavior: 1. Run '...' 2. Do something '....' 3. Catch the error -## Expected behavior +Expected behavior: A clear and concise description of what you expected to happen instead. -A clear and concise description of what you expected to happen. - -## Screenshots +## Additional Context: Operating System, Screenshots If applicable, add screenshots to help explain your problem. -## Environment your desktop (please complete the following information) - - - OS: [e.g. Windows 10 Pro version 1909 64bit] - - Pacman [e.g. Pacman v5.2.1 - libalpm v12.0.1 (`pacman --version`)] - -## Additional context - -Add any other context about the problem here. +- OS: [e.g. Windows 10 Pro version 1909 64bit] +- '...'