diff --git a/.github/ISSUE_TEMPLATE/documentation.md b/.github/ISSUE_TEMPLATE/documentation.md index 597757df8a..7a1a71b53e 100644 --- a/.github/ISSUE_TEMPLATE/documentation.md +++ b/.github/ISSUE_TEMPLATE/documentation.md @@ -1,6 +1,6 @@ --- name: Documentation -about: Describe this issue template's purpose here. +about: Describe the missing/wrong information in the documentation. title: "[Docs]" labels: documentation assignees: '' diff --git a/.github/ISSUE_TEMPLATE/failing-test.md b/.github/ISSUE_TEMPLATE/failing-test.md index 252723f267..7e51b93a1f 100644 --- a/.github/ISSUE_TEMPLATE/failing-test.md +++ b/.github/ISSUE_TEMPLATE/failing-test.md @@ -1,6 +1,6 @@ --- name: Failing test -about: Describe this issue template's purpose here. +about: Describe the scenario you have as a unit test. title: "[Failing test]" labels: failing test case assignees: '' diff --git a/.github/ISSUE_TEMPLATE/improvement-request.md b/.github/ISSUE_TEMPLATE/improvement-request.md index eb0b004e01..20cb160417 100644 --- a/.github/ISSUE_TEMPLATE/improvement-request.md +++ b/.github/ISSUE_TEMPLATE/improvement-request.md @@ -1,6 +1,6 @@ --- name: Improvement request -about: Describe this issue template's purpose here. +about: Describe the change you want to request. title: "[Improvement]" labels: improvement assignees: ''