Skip to content

Commit

Permalink
chore: debug
Browse files Browse the repository at this point in the history
  • Loading branch information
gavindsouza committed Oct 24, 2024
1 parent 61cde45 commit 303da89
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/ISSUE_TEMPLATE/new_submission.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,25 @@ body:
# Developer Tooling
- SDKs & Libraries
- Templates
- type: input
id: app_link
attributes:
label: App or Resource URL
type: text
validations:
required: true
- type: input
id: app_label
attributes:
label: Name
placeholder: App or Resource Name
type: text
validations:
required: true
- type: textarea
id: app_description
attributes:
label: Description
placeholder: App or Resource Description
validations:
required: true

0 comments on commit 303da89

Please sign in to comment.