Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
43 changes: 43 additions & 0 deletions .github/ISSUE_TEMPLATE/04-product-contribution.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
name: Open edX Product Contribution
description: Choose this to propose any change to the Open edX Platform — from small tweaks to major features that need review and alignment.
title: "Ensure your title is clear and descriptive"
labels: ["product proposal"]
body:
- type: markdown
attributes:
value: |
## Open edX Product Contribution
Use this form to propose any change to the Open edX Platform — from small, low-risk improvements (Fast Track Changes) to larger features (Product Proposals). See the [Product Contribution Guide](https://openedx.atlassian.net/wiki/spaces/COMM/pages/3875962884/How+to+submit+an+open+source+contribution+for+Product+Review) for more detail.
- type: radio
id: requesttype
attributes:
label: Type of Request
options:
- Fast Track Change: small, low-risk improvements
- Product Proposal: larger features
required: true
- type: input
id: featuredesc
attributes:
label: Feature Description
description: What is being proposed? (Copy the TL;DR from your proposal if you have one)
required: true
- type: input
id: proplink
attributes:
label: Link to Product Proposal
description: Required for Product Proposals; optional for Fast Track Changes
- type: dropdown
id: status
attributes:
label: Status
options:
- New
- In Review
- type: input
id: author
attributes:
label: Proposed By
description: Name of provider or organization
validations:
required: true