Skip to content

Commit

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

Change-Id: I24d2e36c57f996db9582c425f57930518fb7bbc2
  • Loading branch information
Mykola Serdiuk committed Oct 26, 2023
1 parent f2cccc4 commit 6678a2c
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 @@ -86,6 +86,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 6678a2c

Please sign in to comment.