diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index ec3db2f..ca71f17 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,6 +1,6 @@ -- [ ] Make sure you are opening from a **topic/feature/bugfix branch** (right side) and not your master branch! +- [ ] Make sure you are opening from a **topic/feature/bugfix branch** (right side) and not your main branch! - [ ] Ensure that the pull request title represents the desired changelog entry - [ ] Please describe what you did - [ ] Link to relevant issues in GitHub or Jira @@ -8,5 +8,7 @@ - [ ] Ensure you have provided tests - that demonstrates feature works or fixes the issue