@@ -98,7 +98,11 @@ Happy hacking!
9898
9999## PR description
100100
101- * Jira ticket needs to be added into PR title, for example: ` LCORE-740: type hints for models unit tests `
101+ * PR titles must start with a JIRA issue key prefix or the target branch of a backport. CI enforces this via
102+ ` pr-title-checker ` (config: ` .github/pr-title-checker-config.json ` ).
103+ Allowed prefixes: ` LCORE- ` , ` RSPEED- ` , ` MGTM- ` , ` OLS- ` , ` RHIDP- ` , ` LEADS- ` ,
104+ ` CWFHEALTH- ` , ` [release/ `
105+ - for example: ` LCORE-740: type hints for models unit tests `
102106* Fill-in all relevant information in the PR template
103107 - unused parts of PR template (like information about testing etc.) can be deleted
104108* Please note that CodeRabbitAI will create a summary of your pull request
@@ -183,7 +187,7 @@ at the start of each session and announce which files were loaded.
183187Nontrivial and substantial AI-generated or AI-assisted content should be
184188“marked” in appropriate cases. In deciding how to approach this, consider
185189adopting one or more of the following recommendations. (This assumes you have
186- not concluded that a suggestion is a match to some existing third-party code.)
190+ not concluded that a suggestion is a match to some existing third-party code.)
187191
188192In a commit message, or in a pull request/merge request description field,
189193identify the code assistant that you used, perhaps elaborating on how it was
@@ -329,14 +333,14 @@ Here is simple example:
329333``` python
330334def function_with_pep484_type_annotations (param1 : int , param2 : str ) -> bool :
331335 """ Example function with PEP 484 type annotations.
332-
336+
333337 Args:
334338 param1: The first parameter.
335339 param2: The second parameter.
336-
340+
337341 Returns:
338342 The return value. True for success, False otherwise.
339-
343+
340344 Raises:
341345 ValueError: If the first parameter does not contain proper model name
342346 """
0 commit comments