Skip to content

Commit 8408ac4

Browse files
authored
chore: simplify issue and pr templates (#6627)
Signed-off-by: Mete Fatih Cırıt <mfc@autoware.org>
1 parent ae9fc9b commit 8408ac4

2 files changed

Lines changed: 19 additions & 8 deletions

File tree

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
name: Simple Issue
2+
description: Create a simple issue
3+
body:
4+
- type: checkboxes
5+
attributes:
6+
label: Checklist
7+
description: Confirm the following items before proceeding. If one cannot be satisfied, create a discussion thread instead.
8+
options:
9+
- label: I've read the [contribution guidelines](https://github.com/autowarefoundation/autoware/blob/main/CONTRIBUTING.md).
10+
required: true
11+
- label: I've searched other issues and no duplicate issues were found.
12+
required: true
13+
14+
- type: textarea
15+
attributes:
16+
label: Description
17+
description: Write a brief description of the issue.
18+
validations:
19+
required: true

.github/pull_request_template.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,3 @@
11
## Description
22

33
## How was this PR tested?
4-
5-
## Notes for reviewers
6-
7-
None.
8-
9-
## Effects on system behavior
10-
11-
None.

0 commit comments

Comments
 (0)