Skip to content

Commit ac714e8

Browse files
authored
Merge pull request #836 from tisnik/lcore-587-updated-contribution-guide
LCORE-587: Updated contributing guide
2 parents b201ff5 + 5d78ffe commit ac714e8

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

CONTRIBUTING.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
* [Prerequisites](#prerequisites)
88
* [Tooling installation](#tooling-installation)
99
* [Setting up your development environment](#setting-up-your-development-environment)
10+
* [PR description](#pr-description)
1011
* [Definition of Done](#definition-of-done)
1112
* [A deliverable is to be considered “done” when](#a-deliverable-is-to-be-considered-done-when)
1213
* [Automation](#automation)
@@ -85,6 +86,14 @@ make check-types
8586
Happy hacking!
8687

8788

89+
## PR description
90+
91+
* Jira ticket needs to be added into PR title, for example: `LCORE-740: type hints for models unit tests`
92+
* Fill-in all relevant information in the PR template
93+
- unused parts of PR template (like information about testing etc.) can be deleted
94+
* Please note that CodeRabbitAI will create a summary of your pull request
95+
96+
8897
## Definition of Done
8998

9099
### A deliverable is to be considered “done” when

0 commit comments

Comments
 (0)