Skip to content

Commit

Permalink
ci: Update templates (#648)
Browse files Browse the repository at this point in the history
* Update feature_request.yaml

* ci: Updated templates

* chore: renamed templates with fix order

* chore: Modified secondary label for all templates
  • Loading branch information
Carsopre authored Dec 10, 2024
1 parent 68b2609 commit cc8168d
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 13 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
---
name: Feature Request
description: Suggest an improvement for Ra2ce
labels: [enhancement, question]
labels: [enhancement, triage-required]
type: feature
projects: [RA2CE backlog]

body:
- type: dropdown
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: Bug Report
description: Report an incorrect behavior for Ra2ce.
labels: [Bug, Needs refinement]
labels: [bug, triage-required]
type: bug
projects: [RA2CE backlog]

body:
- type: checkboxes
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
---
name: Documentation Improvement
description: Report wrong or missing documentation
labels: [documentation, needs-refinement]
labels: [documentation, triage-required]
type: task
projects: [RA2CE backlog]

body:
- type: checkboxes
Expand Down
Original file line number Diff line number Diff line change
@@ -1,14 +1,20 @@
---
name: New Release Request
description: Suggest a release for Ra2ce
labels: [enhancement]
labels: [enhancement, triage-required]
type: task
projects: [RA2CE backlog]

body:
- type: dropdown
id: checks
attributes:
description: What kind of release is this? (Format `vMAJOR.Minor.patch`)
label: Kind of release `vMAJOR.Minor.patch`
description: >
(Format `vMAJOR.Minor.patch`)
`MAJOR`, for (big) architectural changes are introduced or and upgrade of Python version occurs.
`Minor`, for new features.
`patch`, for bug fixes and cleanup tasks.
label: Kind of release
options:
- MAJOR
- Minor
Expand All @@ -22,10 +28,4 @@ body:
Please provide a clear and concise description of why this release is required
label: Release Description
validations:
required: true
- type: checkboxes
attributes:
label: Ra2ce release checks
options:
- label: Branch `master` is stable (all quality gates are approved), and latest documentation can be built.
required: true
required: true

0 comments on commit cc8168d

Please sign in to comment.