Skip to content

Commit

Permalink
Create submission-form.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
xuanxu committed Feb 24, 2024
1 parent ef9f24e commit bcec0c6
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions .github/ISSUE_TEMPLATE/submission-form.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
name: New submission (TEST)
description: Submit a software repository for review
title: "[REVIEW]: "
labels: ["review"]
body:
- type: markdown
attributes:
value: |
Thanks for submitting your software!
- type: input
id: author-name
attributes:
label: Author name
description: Name of the package author
placeholder: ex. Anna Karenina
validations:
required: true
- type: input
id: author-handle
attributes:
label: Author handle
description: GitHub user of the package author
placeholder: ex. @your-github-username
validations:
required: true
- type: input
id: target-repository
attributes:
label: Repository
description: URL of the repository with the software
placeholder: https://github.com/organization/my-software
validations:
required: true

0 comments on commit bcec0c6

Please sign in to comment.