Skip to content

Latest commit

 

History

History
41 lines (27 loc) · 1.42 KB

File metadata and controls

41 lines (27 loc) · 1.42 KB

Contributing

Thanks for considering a contribution — whether it is a typo fix, a workflow suggestion, or a reuse report from your own repository, every bit helps improve the kit for the next maintainer.

Good first contribution

Not sure where to start? The single most useful contribution is a reuse report: try the kit in a real repository and tell us what you kept, cut, or rewrote. That kind of field feedback shapes the next release more than anything else.

You can open a reuse report directly from the issue templates.

Before opening a pull request

  1. Run npm test.
  2. Run npm run validate:repo.
  3. Update documentation when repository behavior or templates change.

Contribution scope

Good contributions include:

  • improving maintainer-facing documentation
  • strengthening validation or release workflows
  • improving repository templates
  • clarifying issue intake or review rules
  • improving support routing or maintainer help paths
  • expanding examples with real OSS maintenance scenarios
  • making the maintainer-layer value easier to understand for small public projects

Out of scope by default:

  • product features unrelated to OSS maintenance
  • opaque automation with no public explanation
  • changes that weaken repository transparency

Pull request expectations

  • keep changes focused
  • explain maintainer impact
  • call out follow-up tasks if the work is partial
  • update CHANGELOG.md when behavior changes