From f70bfd0d96278c2aad68063cbc6d2fc4a731247d Mon Sep 17 00:00:00 2001 From: ryzheboka <25465835+ryzheboka@users.noreply.github.com> Date: Wed, 15 May 2024 12:06:02 +0200 Subject: [PATCH] Closes #2446 - change the pull request template --- .github/pull_request_template.md | 30 ++++++++++-------------------- 1 file changed, 10 insertions(+), 20 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 7a24f75e7..0843fb44f 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,25 +1,15 @@ +### Thanks for your PR! Please fill out the following list :) + --- -Release Notes: +- [ ] I put the ticket or multiple tickets in review +- [ ] Commit message format → Closes #<Issue Number> - Your commit message. +- [ ] Sonarcloud link : \ +- [ ] No documentation update needed +- [ ] Link to PR with documentation update: \ +- [ ] No Release Notes needed +- [ ] Release Notes : ``` -``` - -### For the submitter: -- [ ] I updated the [documentation](https://taskana.atlassian.net/wiki/spaces/TAS/overview) and will supply links to the specific files -- [ ] I did not update the [documentation](https://taskana.atlassian.net/wiki/spaces/TAS/overview) -- [ ] I included a link to the [SonarCloud branch analysis](https://taskana.atlassian.net/wiki/spaces/TAS/pages/1019969636/SonarCloud+Integration) -- [ ] After integration of the PR, I added a description of changes on the [current release notes](https://taskana.atlassian.net/wiki/spaces/TAS/pages/1281392672/Current+Release+Notes+Taskana) -- [ ] I did not update the [current release notes](https://taskana.atlassian.net/wiki/spaces/TAS/pages/1281392672/Current+Release+Notes+Taskana) -- [ ] I put the ticket in review -- [ ] After integration of the pull request, I verified our [bluemix test environment](http://taskana.mybluemix.net/taskana) is not broken - -### Verified by the reviewer: -- [ ] Commit message format → (Closes) #<Issue Number>: Your commit message. -- [ ] Submitter's update to [documentation](https://taskana.atlassian.net/wiki/spaces/TAS/overview) is sufficient -- [ ] SonarCloud analysis meets our standards -- [ ] Update of the [current release notes](https://taskana.atlassian.net/wiki/spaces/TAS/pages/1281392672/Current+Release+Notes+Taskana) reflects changes -- [ ] PR fulfills the ticket -- [ ] Edge cases and unwanted side effects are tested -- [ ] Readability +``` \ No newline at end of file