- For a single commit, the title is the subject line of the commit message.
- Otherwise, the title should summarise the set of commits.
- Must state the why and the how for the change.
- Link to the corresponding Issue.
- State what testing has been performed.
If the pull request is not ready to be review, we can set it as draft Pull Request:
Add file pull_request_template.md in .github/ directory of your repository.
Sample here