Skip to content

Commit

Permalink
chore: Upgrade pull request template (#12)
Browse files Browse the repository at this point in the history
Jira EPMDEDP-12702
Related #12

Change-Id: Ic43cd467a82589bc7a04d7be23c330439638d510
  • Loading branch information
Mykola Serdiuk committed Oct 26, 2023
1 parent f2e0fc5 commit 5619b0e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,10 @@ While the prerequisites above must be satisfied prior to having your pull reques

## Styleguides

### Pull Request

* Merge request can't contain more than one commit. Please squash your commits.

### Git Commit Messages

* Use the present tense ("Add feature" not "Added feature")
Expand Down
1 change: 1 addition & 0 deletions pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ Please describe the tests that you ran to verify your changes. Provide instructi
- [ ] My changes generate no new warnings
- [ ] I have added tests that prove my fix is effective or that my feature works
- [ ] New and existing unit tests pass locally with my changes
- [ ] Pull Request contain one commit. I squash my commits

## Screenshots (if appropriate):

Expand Down

0 comments on commit 5619b0e

Please sign in to comment.