Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 584 Bytes

File metadata and controls

14 lines (11 loc) · 584 Bytes
description
Here are some tips we practice at Wednesday to create better Pull Requests.

Pull requests

Tips to help create better PRs:

  • Name: Give your feature branch a clear name.
  • Ticket: Add a link to the ticket on JIRA.
  • Description: Add a brief description describing the changes you have made.
  • Screenshot/Gif: Add a screenshot/gif (use a tool called LICEcap) that shows the feature in action.
  • Health checks: Ensure all lint, build, and test phases complete without failures.
  • Assignee: Assign a person to review your PR.