Updated labels for the issue templates.

This commit is contained in:
Matt Scott 2023-03-17 18:03:18 -04:00
parent 1bfb5429a1
commit 98e6b8946f
4 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
--- ---
name: 🐛 Bug Report name: 🐛 Bug Report
description: Report a reproducible bug in the current release of PDA description: Report a reproducible bug in the current release of PDA
labels: ["type: bug"] labels: ["bug / broken-feature"]
body: body:
- type: markdown - type: markdown
attributes: attributes:

View File

@ -1,7 +1,7 @@
--- ---
name: 📖 Documentation Change name: 📖 Documentation Change
description: Suggest an addition or modification to the PDA documentation description: Suggest an addition or modification to the PDA documentation
labels: ["type: documentation"] labels: ["docs / request"]
body: body:
- type: dropdown - type: dropdown
attributes: attributes:

View File

@ -1,7 +1,7 @@
--- ---
name: ✨ Feature Request name: ✨ Feature Request
description: Propose a new PDA feature or enhancement description: Propose a new PDA feature or enhancement
labels: ["type: feature"] labels: ["feature / request"]
body: body:
- type: markdown - type: markdown
attributes: attributes:

View File

@ -1,7 +1,7 @@
--- ---
name: 🏡 Housekeeping name: 🏡 Housekeeping
description: A change pertaining to the codebase itself (developers only) description: A change pertaining to the codebase itself (developers only)
labels: ["type: housekeeping"] labels: ["mod / change-request"]
body: body:
- type: markdown - type: markdown
attributes: attributes: