go-task new: Automatically add the MAINTAINERS.md file from data in packager file
Open
Nobody has claimed this yet.
Topic: Tooling
- Dominant language
- Python
- Stars
- 141
- Forks
- 146
- Avg merge
- 11h 7m
- Merged PRs (30d)
- 407
Description
Automatically add the MAINTAINERS.md file from data in packager file
This would make adding a new packager more automated and easier.
David Notes:
- Would probably need two operations
maintain-addto add yourself to the existing MAINTAINERS file, below any existing entrymaintain-newto replace the existing file with one containing only your own info
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
Start by locating the packager file and the existing MAINTAINERS.md file, then inspect how go-task new operations are defined. Clarify how packager metadata maps to maintainer entries and how the proposed maintain-add and maintain-new operations should behave. Done means both operations generate the expected MAINTAINERS.md content without manual editing.
Written by the indexing model from the issue text.
Assessment
- Domain
- build-system, tooling
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100