Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 590 Bytes

File metadata and controls

21 lines (14 loc) · 590 Bytes

Pull Request Convention

Title

  • For a single commit, the title is the subject line of the commit message.
  • Otherwise, the title should summarise the set of commits.

Description

  • Must state the why and the how for the change.
  • Link to the corresponding Issue.
  • State what testing has been performed.

Note

If the pull request is not ready to be review, we can set it as draft Pull Request:

Adding a pull request template

Add file pull_request_template.md in .github/ directory of your repository.

Sample here