Skip to content

Commit

Permalink
chore(github): add PR tasklist to issue templates (camunda#3510)
Browse files Browse the repository at this point in the history
  • Loading branch information
tmetzke authored Jun 14, 2023
1 parent 37c84c5 commit fad231a
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,9 @@ assignees:
- [ ] Step X
-->

```[tasklist]
### Pull Requests
```

### Dev2QA handover
- [ ] Does this ticket need a QA test and the testing goals are not clear from the description? Add a [Dev2QA handover comment](https://confluence.camunda.com/display/AP/Handover+Dev+-%3E+Testing)
4 changes: 4 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,9 @@ assignees: ''
- [ ] Step X
-->

```[tasklist]
### Pull Requests
```

### Dev2QA handover
- [ ] Does this ticket need a QA test and the testing goals are not clear from the description? Add a [Dev2QA handover comment](https://confluence.camunda.com/display/AP/Handover+Dev+-%3E+Testing)
6 changes: 5 additions & 1 deletion .github/ISSUE_TEMPLATE/subtask.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,8 @@ assignees: ''
<!--
- [ ] #123
- [ ] Step X
-->
-->

```[tasklist]
### Pull Requests
```
4 changes: 4 additions & 0 deletions .github/ISSUE_TEMPLATE/task.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,9 @@ assignees: ''
- [ ] Step X
-->

```[tasklist]
### Pull Requests
```

### Dev2QA handover
- [ ] Does this ticket need a QA test and the testing goals are not clear from the description? Add a [Dev2QA handover comment](https://confluence.camunda.com/display/AP/Handover+Dev+-%3E+Testing)

0 comments on commit fad231a

Please sign in to comment.