Skip to content

Latest commit

 

History

History
60 lines (39 loc) · 2.31 KB

pull_request_template.md

File metadata and controls

60 lines (39 loc) · 2.31 KB
What Where/Who
Jira Task 🎫
Reviewers @ivodimitrov

Background

Aim

Implementation

Checklist

Before submitting the PR make sure the following are checked:

  • Feature branch is up-to-date with master (if not - rebase it)
  • I have performed a self-review of my own code
  • I have fixed all Rubocop errors in my own code
  • I have provided descriptive and properly named commits that will serve as documentation
  • I have included the Jira Ticket number to the PR title (if applicable) like so: "My PR title - ASD-123" in order to activate the Jira-Github integration that links the PR in the Jira ticket
  • I have executed Jenkins jobs with all tests on staging and production and all builds finished with SUCCESS status