File tree Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Original file line number Diff line number Diff line change @@ -81,3 +81,24 @@ branches:
8181 ignore :
8282 - user : dependabot[bot]
8383 titlePattern : " .*"
84+ pullRequestTasks :
85+ # Make the bot add list of tasks to the pull requests and enable the check that makes sure all tasks are completed:
86+ enabled : true
87+ tasks :
88+ # List of tasks for commits without a Jira ID
89+ # or for those with Jira ID but that don't have a specific configuration for a corresponding issue type:
90+ default :
91+ - Add test (if relevant)
92+ - Add migration guide entry (if relevant)
93+ # Tasks specific to the bug issue type:
94+ bug :
95+ - Add test reproducing the bug
96+ - Add migration guide entry (if relevant)
97+ # Tasks specific to the improvement issue type:
98+ improvement :
99+ - Add tests for feature/improvement
100+ - Add javadoc to API (if any)
101+ - Document feature/improvement in user guide
102+ - Document feature/improvement in introduction guide (if the feature potentially has a wide range of users)
103+ - Add links to the new documentation from relevant pre-existing sections of the documentation (if relevant)
104+ - Add migration guide entry (if relevant)
You can’t perform that action at this time.
0 commit comments