-
Notifications
You must be signed in to change notification settings - Fork 581
Open
Labels
good first issueGood for newcomersGood for newcomers
Description
We currently have triage files that differ only by case: TRIAGE.json and triage.json. This was almost certainly a mistake, and it's causing problems for people using non-case sensitive file systems on windows and needs to be fixed.
To fix it:
- See if the data in
TRIAGE.jsonneeds to also include what's intriage.json. It may not; the file may have been checked in completely accidentally. If it does, add any missing information to TRAIGE.json and be careful not to break the json data structure (as in, you can't justcatthe files together) - Delete
triage.json - Double-check to make sure we weren't using triage.json in any of the github actions jobs (e.g. run
grep -r triage.jsonand see if any of the results are jobs actually using it. The docs will likely refer to it but that's ok because they don't mean that specific file. If anythign needs to be changed, do that.
Should be doable by a beginner so I'll mark it as a good first issue.
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomers