Contributing guidelines
Currently we only have a short note in jobs-api and jobs-cli:
### Contributing Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change. Please make sure to update tests as appropriate.
I propose creating a separated file CONTRIBUTING.md instead of embedding in the readme (so it's easier to copy-paste/diff/etc.), with just a link to the wiki:
## Contributing See https://wikitech.wikimedia.org/wiki/Portal:Toolforge/Contributing
And expand the wiki to explicitly mention the code of conduct (currently linked only at the bottom, done), and the coding standards once we have them (see T408782: Decision request - Update and expand on coding standards for toolforge).
License
For licenses, we have some repos with agpl-3, and some with gpl-3, I lean towards making them all agpl, but have no strong opinion.
Note that some special repos like buildpacks have their own license as they are forks from upstream, so those should retain what they have.