Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
39 changes: 39 additions & 0 deletions .github/ISSUE_TEMPLATE/submit-software-for-review.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
name: Submit software for Review
description: Use to submit your Python package for pyOpenSci peer review
title: 'Feature: '
labels: ['editor-checks', 'New Submission!']
assignees:
- placeholder
body:
- type: input
id: "Submitting_Author"
attributes:
label: Submitting Author
description: Author Name
placeholder: github_handle
validations:
required: true
- type: textarea
id: "Current_Maintainers"
attributes:
label: Current Maintainers
description: list all current maintainers
placeholder: github_handle1, github_handle2
validations:
required: true
- type: input
id: "Package_Name"
attributes:
label: Package Name
description: Package name here
placeholder: Package name here
validations:
required: true
- type: input
id: "One_line_desc"
attributes:
label: One-Line Description of Package
description: One-Line Description of Package
placeholder: description here
validations:
required: true