diff options
author | Joe Chen <jc@unknwon.io> | 2021-12-17 18:15:52 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-17 18:15:52 +0800 |
commit | 6ec001f944358155ddcf1d39d4d35cfe9193f6e1 (patch) | |
tree | f39debad9f50a0241570f9eeb30917276ea7990f /.github | |
parent | 55070da23956752f19985fb5e06bae8cd9d977db (diff) |
github: fix grammar in the documentation issue form
Diffstat (limited to '.github')
-rw-r--r-- | .github/ISSUE_TEMPLATE/documentation.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/ISSUE_TEMPLATE/documentation.yml b/.github/ISSUE_TEMPLATE/documentation.yml index 8481d3de..d95b743a 100644 --- a/.github/ISSUE_TEMPLATE/documentation.yml +++ b/.github/ISSUE_TEMPLATE/documentation.yml @@ -12,7 +12,7 @@ body: - Check to make sure someone hasn't already opened a similar [issue](https://github.com/gogs/gogs/issues). - type: textarea attributes: - label: What needs to improved? Please describe + label: What needs to be improved? Please describe description: A clear and concise description of what is wrong or missing. validations: required: true |