Why we are not using any PR template? #1898
Replies: 2 comments 2 replies
-
What problems would using a template solve? Also note that we already use conventional commits. See: https://www.conventionalcommits.org/en/v1.0.0/ Also see our dev standards document for guidance on PR messages: https://github.com/world-federation-of-advertisers/cross-media-measurement/blob/main/docs/dev-standards.md |
Beta Was this translation helpful? Give feedback.
-
PR template is a sure way to help new contributors to follow the conventions. For example, we have odd cases where the name of the PR starts in a non-standard way, or does not apply a name (e.g. fix) at all. While this is minor in our case, it is an unnecessary leak. So for example, we could start by adding a single checkbox with a truth statement Generally, I find that having a PR template is a good way to have the engineer stop, and ask a few key questions from themselves. Truth statements and checkboxes are a wonderful way to achieve this. |
Beta Was this translation helpful? Give feedback.
-
Is there a particular reason why we are not using any kind of PR template? The content could be as simple as having the author check (or leave unchecked) few statements we deem to be important.
Beta Was this translation helpful? Give feedback.
All reactions