Browse Source

Merge pull request #842 from gaby/issue-form-updates

Update the wording used when reporting an Issue via Forms
pull/835/merge
Louis Lam 3 years ago
committed by GitHub
parent
commit
b5d6e96b1d
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      .github/ISSUE_TEMPLATE/ask-for-help.yaml
  2. 4
      .github/ISSUE_TEMPLATE/bug_report.yaml
  3. 4
      .github/ISSUE_TEMPLATE/feature_request.yaml

4
.github/ISSUE_TEMPLATE/ask-for-help.yaml

@ -62,8 +62,8 @@ body:
- type: checkboxes - type: checkboxes
id: no-duplicate-issues id: no-duplicate-issues
attributes: attributes:
label: "👀 Have you spent some time to check if this question has been raised before?" label: "⚠️ Please verify that this question has NOT been raised before."
description: "Please search in the issues without filters [here](https://github.com/louislam/uptime-kuma/issues?q=)" description: "Search in the issues sections by clicking [HERE](https://github.com/louislam/uptime-kuma/issues?q=)"
options: options:
- label: "I checked and didn't find similar question" - label: "I checked and didn't find similar question"
required: true required: true

4
.github/ISSUE_TEMPLATE/bug_report.yaml

@ -86,8 +86,8 @@ body:
- type: checkboxes - type: checkboxes
id: no-duplicate-issues id: no-duplicate-issues
attributes: attributes:
label: "👀 Have you spent some time to check if this issue has been raised before?" label: "⚠️ Please verify that this bug has NOT been raised before."
description: "Please search in the issues without filters [here](https://github.com/louislam/uptime-kuma/issues?q=)" description: "Search in the issues sections by clicking [HERE](https://github.com/louislam/uptime-kuma/issues?q=)"
options: options:
- label: "I checked and didn't find similar issue" - label: "I checked and didn't find similar issue"
required: true required: true

4
.github/ISSUE_TEMPLATE/feature_request.yaml

@ -52,8 +52,8 @@ body:
- type: checkboxes - type: checkboxes
id: no-duplicate-issues id: no-duplicate-issues
attributes: attributes:
label: "👀 Have you spent some time to check if this feature request has been raised before?" label: "⚠️ Please verify that this feature request has NOT been suggested before."
description: "Please search in the issues without filters [here](https://github.com/louislam/uptime-kuma/issues?q=)" description: "Search in the issues sections by clicking [HERE](https://github.com/louislam/uptime-kuma/issues?q=)"
options: options:
- label: "I checked and didn't find similar feature request" - label: "I checked and didn't find similar feature request"
required: true required: true

Loading…
Cancel
Save