diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index e5406c3..cf174cb 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -1,7 +1,6 @@ name: Report a bug description: | You detected something wrong on the application. -title: "[Bug]: " labels: ["bug"] body: - type: textarea diff --git a/.github/ISSUE_TEMPLATE/feature_request_agh.yml b/.github/ISSUE_TEMPLATE/feature_request_agh.yml index aeaf999..55972db 100644 --- a/.github/ISSUE_TEMPLATE/feature_request_agh.yml +++ b/.github/ISSUE_TEMPLATE/feature_request_agh.yml @@ -1,8 +1,7 @@ name: Request a new feature that has been added to AdGuard Home description: | The AdGuard Home team added recently a new feature that you want on the app. -title: "[AGH Feature Request]: " -labels: ["feature request"] +labels: ["agh feature request"] body: - type: textarea id: description diff --git a/.github/ISSUE_TEMPLATE/feature_request_app.yml b/.github/ISSUE_TEMPLATE/feature_request_app.yml index b558105..3cf08e6 100644 --- a/.github/ISSUE_TEMPLATE/feature_request_app.yml +++ b/.github/ISSUE_TEMPLATE/feature_request_app.yml @@ -1,8 +1,7 @@ name: Request a new feature or an improvement for the app itself description: | You want a new feature for the application, or an improvement for an existing one. -title: "[App Feature Request]: " -labels: ["feature request"] +labels: ["app feature request"] body: - type: markdown id: important-info diff --git a/.github/ISSUE_TEMPLATE/question.yml b/.github/ISSUE_TEMPLATE/question.yml new file mode 100644 index 0000000..805783f --- /dev/null +++ b/.github/ISSUE_TEMPLATE/question.yml @@ -0,0 +1,19 @@ +name: You have a question about the app +description: | + You want ask something that's not related with a feature request or a bug. +labels: ["question"] +body: + - type: markdown + id: important-info + attributes: + value: | + Having problems while adding a connection to a server? Check out [this guide](https://github.com/JGeek00/adguard-home-manager/wiki/Create-a-connection). + - type: textarea + id: question + attributes: + label: Question + description: Write your question here giving the maximum detail possible. + placeholder: | + Write your question here... + validations: + required: true \ No newline at end of file