You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Mark PRs as invalid which have no description (body) at all.
Unit tests will be required.
This needs to be an optional flag as a feature so that people can turn it off / opt-out.
Non-goal: analysing templates to see if they are filled in or not. That is handled via #40
Current Behaviour
Maintainers have to step in to comment and ask for details of the change which is really quite frustrating especially when there is a contribution guide.
The text was updated successfully, but these errors were encountered:
It will be a bit more involved than just if len(pr.Body) < 1 since there can be Pull Request templates that have some amount of text filled in automatically.
Thinking out loud, may need to take the PULL_REQUEST_TEMPLATE.md and compare it to the created PR to find if the user has put any additional text.
Should there be a minimum length of the description that needs to be added? Without some sort of limit, it would be possible to submit a PR with Done in it...
Expected Behaviour
Mark PRs as invalid which have no description (body) at all.
Non-goal: analysing templates to see if they are filled in or not. That is handled via #40
Current Behaviour
Maintainers have to step in to comment and ask for details of the change which is really quite frustrating especially when there is a contribution guide.
The text was updated successfully, but these errors were encountered: