Join our community: https://t.me/+DOylgFv1jyJlNzM0
Why this matters
ISSUE_134_SUMMARY.md, PR_DESCRIPTION.md, issue.md, and pr.md sit at the repo root alongside real project docs like README.md and ARCHITECTURE.md. These look like scratch files a contributor used to draft a specific past PR/issue and forgot to remove, similar to pr_102_diff.txt already flagged elsewhere. They add noise for anyone browsing the root directory and can be mistaken for current documentation.
Acceptance criteria
Files to touch
ISSUE_134_SUMMARY.md
PR_DESCRIPTION.md
issue.md
pr.md
.gitignore
Out of scope
- Removing
pr_102_diff.txt (already tracked in a separate issue)
- Rewriting CONTRIBUTING.md
Why this matters
ISSUE_134_SUMMARY.md,PR_DESCRIPTION.md,issue.md, andpr.mdsit at the repo root alongside real project docs likeREADME.mdandARCHITECTURE.md. These look like scratch files a contributor used to draft a specific past PR/issue and forgot to remove, similar topr_102_diff.txtalready flagged elsewhere. They add noise for anyone browsing the root directory and can be mistaken for current documentation.Acceptance criteria
.gitignorepattern to prevent similar scratch files from being committed in the futureFiles to touch
ISSUE_134_SUMMARY.mdPR_DESCRIPTION.mdissue.mdpr.md.gitignoreOut of scope
pr_102_diff.txt(already tracked in a separate issue)