OpenCut-app / OpenCut-app/OpenCut
fix: correct typos and broken link in GitHub templates
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 89.8k
- Forks
- 8.9k
- PR merge metrics
- No merged PRs in 30d
Description
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
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Review feature_request.yml lines 8 and 14, bug_report.yml for the existing example notation, and SUPPORT.md line 8. Confirm the wording, notation, and link changes against the issue, then verify that the templates and support documentation no longer contain the reported typo or broken reference.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- github
- Domain
- documentation
- Issue type
- Documentation
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Quiet
- Clarity
- Clearly specified
- Newbie friendliness
- 68/100