ctfs / ctfs/write-ups-tools

README checker is case sensitive and ignores lowercase filenames.

Open Beginner friendly
#18 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
238
Forks
85
PR merge metrics
No merged PRs in 30d

Description

Line 22 of the script accepts only files specifically named `README.md` ignoring the various `readme.md` files in the repositories.

https://github.com/ctfs/write-ups-tools/blob/master/checkreadme.py#L22

Contributor guide

No contributing guide indexed for this repository

Research direction

Open checkreadme.py at line 22 and inspect how filenames are compared. Run the checker against a repository containing a lowercase readme.md file, then verify that the checker recognizes the file while continuing to handle README.md.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
tooling
Issue type
Bug
Difficulty
1/5
Estimated time
Under an hour
Activity status
Stale
Clarity
Clearly specified
Newbie friendliness
65/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.