Pull request description
Write the title and the description of a pull request.
- Read the commits of the current branch that are not on the main branch.
- Write a title of fewer than 70 characters that says what the pull request does.
- Write the description in three sections: What, Why, How to test.
- In "How to test", write the exact commands or the exact steps that a reviewer runs.
- Name each issue that the pull request closes, with
Closes #N.