Skip to content
This repository has been archived by the owner on Jun 20, 2024. It is now read-only.

Commit

Permalink
Updateapi-change-request.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
AzaleeX authored Dec 6, 2023
1 parent adc48d8 commit e169e4a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/ISSUE_TEMPLATE/1-api-change-request.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: "📦 API change request"
description: "Suggest a change, addition, or removal to the plugin API"
title: ""
title: "[API]: "
labels: ["Type: API", "Status: Unconfirmed"]

body:
Expand All @@ -14,32 +14,32 @@ body:
- type: textarea
attributes:
label: "Description"
label: Description
description: |
Provide a clear, concise description of the addition or modification you are proposing.
validations:
required: true

- type: textarea
attributes:
label: "Justification"
label: Justification
description: |
Describe the solution you'd like. Provide a clear and concise description of what you want to happen.
validations:
required: true

- type: textarea
attributes:
label: "Change List"
label: Change List
description: |
List all changes in a clear format.
validations:
required: false

- type: checkboxes
attributes:
label: "Prior Research"
label: Prior Research
description: "Have you performed prior research to avoid duplicates?"
options:
- label: "I have performed prior research"
required: true
required: true

0 comments on commit e169e4a

Please sign in to comment.