Commit f60519d6 authored by w8385's avatar w8385
Browse files

Update name format of issue templates and enhance their descriptions

Update examples displayed in the PR template
parent 0cbb1e5d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
name: "Bug report"
description: "Report a bug or unexpected behavior"
name: Bug report
description: Report a bug or unexpected behavior
labels: [ "type/bug" ]
body:
  - type: markdown
+4 −3
Original line number Diff line number Diff line
name: "Chore issue"
description: "Build, configuration, and maintenance tasks"
labels: [ "type/chore" ]
name: Maintenance task
description: >-
  Routine maintenance, build configuration, tooling updates,
  and other non-functional improvementslabels: [ "type/chore" ]
body:
  - type: markdown
    attributes:
+4 −2
Original line number Diff line number Diff line
name: "Documentation issue"
description: "Documentation related"
name: Documentation
description: >-
  Report missing, outdated, or incorrect documentation that needs
  improvement
labels: [ "type/documentation" ]
body:
  - type: markdown
+2 −2
Original line number Diff line number Diff line
name: "Enhancement issue"
description: "Improvements to existing features"
name: Enhancement
description: Improvements to existing features
labels: [ "type/enhancement" ]
body:
  - type: markdown
+3 −2
Original line number Diff line number Diff line
name: "Feature issue"
description: "New feature requests"
name: Feature request
description: >-
  Propose new functionality or capabilities to be added to the Fedify project
labels: [ "type/feature" ]
body:
  - type: markdown
Loading