diff options
| author | Paul Wise <pabs3@bonedaddy.net> | 2022-10-26 04:00:31 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-10-25 20:00:31 +0000 |
| commit | ac9190cf3f4f698bd9ba403cc1a27f5bc7dde7b1 (patch) | |
| tree | 54981a4be937c96eb5f9f214107d68c55ee1e9dd /.gitea/issue_template | |
| parent | Moved some configs to package.json, removed an unnecessary dependency, added ... (diff) | |
| download | libredirect-ac9190cf3f4f698bd9ba403cc1a27f5bc7dde7b1.zip | |
Clean up various minor issues (#506)
* Fix spelling and capitalisation errors Suggested-by: codespell & spellintian * Drop inkscape:export-filename attributes from svg elements in SVG files These paths represent privacy leaks and are incorrect on other systems.
Diffstat (limited to '.gitea/issue_template')
| -rw-r--r-- | .gitea/issue_template/bug.md | 2 | ||||
| -rw-r--r-- | .gitea/issue_template/feature.md | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/.gitea/issue_template/bug.md b/.gitea/issue_template/bug.md index 3dfb0b73..c4016d46 100644 --- a/.gitea/issue_template/bug.md +++ b/.gitea/issue_template/bug.md @@ -27,6 +27,6 @@ Libredirect version: <!--Just drag and drop any screenshots or videos you have of the issue below--> <br> -<!--Put an "x" inbetween the brackets to confirm--> +<!--Put an "x" between the brackets to confirm--> - [ ] I have checked on codeberg and github and can confirm this issue is not a duplicate. diff --git a/.gitea/issue_template/feature.md b/.gitea/issue_template/feature.md index 6993b6d4..0e13c21c 100644 --- a/.gitea/issue_template/feature.md +++ b/.gitea/issue_template/feature.md @@ -5,11 +5,11 @@ labels: - "Kind: Feature" --- -## Describe your current issue/inconvinience +## Describe your current issue/inconvenience ## Explain how this new feature will solve this <br> -<!--Put an "x" inbetween the brackets to confirm--> +<!--Put an "x" between the brackets to confirm--> - [ ] I have checked on codeberg and github and can confirm this issue is not a duplicate. |
