Skip to content

Latest commit

 

History

History
28 lines (16 loc) · 1.48 KB

pull_request_template.md

File metadata and controls

28 lines (16 loc) · 1.48 KB
  • Update PR Title to follow this pattern: [INTENT]: [MESSAGE]

The title will become a one-line commit message in the git log, so be as concise and specific as possible -- refer to How to Write a Git Commit Message. Prepend Conventional Commit intent (fix:, feat:, chore:, ci:, docs:, style:, refactor:, perf:, test:).

Ticket

https://navalabs.atlassian.net/browse/DST-<TICKET_NUMBER_HERE>

Changes

What was added, updated, or removed in this PR. Prefer small PRs; try to limit to 300 lines of code changes

Context for reviewers

Background context, more in-depth details of the implementation, and anything else you'd like to call out or ask reviewers. Add comments to your code under the "Files Changed" tab to explain complex logic or code

Testing

Provide evidence that the code works as expected. Explain what was done for testing and the results of the test plan. Include screenshots, GIF demos, shell commands or output to help show the changes working as expected. ProTip: you can drag and drop or paste images into this textbox.