diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 2dac4076006..af4fc99a344 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,6 +1,9 @@ --- name: "\U0001F41B Bug report" about: Report a problem encountered while using GitHub Desktop +title: '' +labels: '' +assignees: '' --- diff --git a/.github/ISSUE_TEMPLATE/installation-issue.md b/.github/ISSUE_TEMPLATE/installation-issue.md new file mode 100644 index 00000000000..0d2175f7faa --- /dev/null +++ b/.github/ISSUE_TEMPLATE/installation-issue.md @@ -0,0 +1,21 @@ +--- +name: "\U0001F4BB Installation issue" +about: Report a problem when installing the application +title: '' +labels: '' +assignees: '' + +--- + +### Operating System/Distribution + +Which distribution of Linux are you using? + +### Installer + +Which version of the app? +Which installer type? + +### What happened? + +Provide as much detail as possible. Error messages or output are extremely useful. diff --git a/.github/ISSUE_TEMPLATE/problem-to-raise.md b/.github/ISSUE_TEMPLATE/problem-to-raise.md index 00006edd465..c87979c5bf1 100644 --- a/.github/ISSUE_TEMPLATE/problem-to-raise.md +++ b/.github/ISSUE_TEMPLATE/problem-to-raise.md @@ -1,6 +1,9 @@ --- -name: "\U00002B50 Submit a request or solve a problem" +name: "⭐ Submit a request or solve a problem" about: Surface a problem that you think should be solved +title: '' +labels: '' +assignees: '' ---