diff options
author | Nicolas Werner <nicolas.werner@hotmail.de> | 2021-08-08 01:41:59 +0200 |
---|---|---|
committer | Nicolas Werner <nicolas.werner@hotmail.de> | 2021-08-08 01:41:59 +0200 |
commit | 35b36e24c18bde404d713e88170d93a0901a4476 (patch) | |
tree | f756974f1f7e08ed6b051d1b8fa3c1f66f2c924a /.github | |
parent | Don't set a title in the template (diff) | |
download | nheko-35b36e24c18bde404d713e88170d93a0901a4476.tar.xz |
Fix typo in template
Diffstat (limited to '.github')
-rw-r--r-- | .github/ISSUE_TEMPLATE/feature_request.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/ISSUE_TEMPLATE/feature_request.yaml b/.github/ISSUE_TEMPLATE/feature_request.yaml index 5b6fe7a1..a07eff86 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yaml +++ b/.github/ISSUE_TEMPLATE/feature_request.yaml @@ -42,7 +42,7 @@ body: id: version-check attributes: label: Happens in the latest version - description: Please verified, that this is still missing in the latest version. + description: Please verify that this is still missing in the latest version. options: - label: Yes, this feature is still missing. required: true |