Summary
Found a few small issues in the GitHub templates worth fixing:
1. Grammar error in feature_request.yml
Line 8: Please make sure that no duplicated issues has already been delivered.
→ Should be: Please make sure that no duplicate issues have already been reported.
(subject-verb disagreement + wrong verb)
2. Inconsistent example notation in feature_request.yml
Line 14: Uses Ex. while bug_report.yml uses e.g. throughout.
→ Change Ex. to e.g. for consistency.
3. Broken link in SUPPORT.md
Line 8: References CONTRIBUTING.md which does not exist in the repo — dead link for anyone who clicks it.
→ Remove the line or point to the README instead.
The fixes are ready on a fork branch if a maintainer wants to pull them in:
https://github.com/josephdscs/OpenCut/tree/fix/github-template-typos
Summary
Found a few small issues in the GitHub templates worth fixing:
1. Grammar error in
feature_request.ymlLine 8:
Please make sure that no duplicated issues has already been delivered.→ Should be:
Please make sure that no duplicate issues have already been reported.(subject-verb disagreement + wrong verb)
2. Inconsistent example notation in
feature_request.ymlLine 14: Uses
Ex.whilebug_report.ymlusese.g.throughout.→ Change
Ex.toe.g.for consistency.3. Broken link in
SUPPORT.mdLine 8: References
CONTRIBUTING.mdwhich does not exist in the repo — dead link for anyone who clicks it.→ Remove the line or point to the README instead.
The fixes are ready on a fork branch if a maintainer wants to pull them in:
https://github.com/josephdscs/OpenCut/tree/fix/github-template-typos