diff options
author | Alexandre Alapetite <alexandre@alapetite.fr> | 2022-01-08 21:58:55 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-08 21:58:55 +0100 |
commit | 1acd3ab09be1b65bfd6122ee351490c3b5527bb8 (patch) | |
tree | f11de558e7a09522a45d1c155d9707ecda6bf1eb /.github | |
parent | 916df412f5b6f7fb9bcfb705a3c8c23e35304410 (diff) | |
download | freshrss-1acd3ab09be1b65bfd6122ee351490c3b5527bb8.tar.gz freshrss-1acd3ab09be1b65bfd6122ee351490c3b5527bb8.zip |
Use typographic quotes (#4133)
* Use typographic quotes
* A few fixes
* Fix
* Fix not saved
* Implement feedback
* Detail
* Revert spoken English fixes
Left for a future dedicated discussion
* More reverts
* Final reverts
* Final minor
Diffstat (limited to '.github')
-rw-r--r-- | .github/ISSUE_TEMPLATE/bug_report.md | 6 | ||||
-rw-r--r-- | .github/ISSUE_TEMPLATE/feature_request.md | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 387be3543..dd509d7c4 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -12,9 +12,9 @@ A clear and concise description of what the bug is. **To Reproduce** Steps to reproduce the behavior: -1. Go to '...' -2. Click on '....' -3. Scroll down to '....' +1. Go to '…' +2. Click on '…' +3. Scroll down to '…' 4. See error **Expected behavior** diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index f9acdb30b..516e632ce 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -8,13 +8,13 @@ assignees: '' --- **Is your feature request related to a problem? Please describe.** -A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] +A clear and concise description of what the problem is. Ex. I’m always frustrated when […] -**Describe the solution you'd like** +**Describe the solution you’d like** A clear and concise description of what you want to happen. -**Describe alternatives you've considered** -A clear and concise description of any alternative solutions or features you've considered. +**Describe alternatives you’ve considered** +A clear and concise description of any alternative solutions or features you’ve considered. **Additional context** Add any other context or screenshots about the feature request here. |