Skip to content

Latest commit

 

History

History
29 lines (24 loc) · 951 Bytes

File metadata and controls

29 lines (24 loc) · 951 Bytes

General Checks

  • the branch is up to date with main/master
  • All CI checks pass (if any)
  • all conflicts are resolved (if any)
  • PR has a descriptive title
  • PR has appropriate labels and milestones for easy identification
  • PR it is assigned to the owner
  • reviewers are assigned
  • the PR contributes only one focused change
  • It is in the appropriate column in the project board (if necessary)
  • has short and clear description
  • is linked to an issue (if it is related)
  • feedback is addressed (if any and if it is appropriate feedback.)
  • the code works when pulled and run locally (if there is code)
  • the code works when pulled and run locally (if there is)