Some of our Python packages require the user to add some release notes to each PR
There must be some way we can enshrine this in ci
- Fail if there's no release notes file?
- Fail if a release notes file is added, but it doesn't have any contributors?
- Fail if the contributors list doesn't include the user's github username?
Some of our Python packages require the user to add some release notes to each PR
There must be some way we can enshrine this in ci