Skip to content

Commit

Permalink
Add Product Proposal field
Browse files Browse the repository at this point in the history
  • Loading branch information
sarina authored Jun 17, 2024
1 parent 6f7da99 commit b622d0d
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions .github/ISSUE_TEMPLATE/01-roadmap-issue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,20 @@ body:
attributes:
value: |
## Open edX Roadmap Issue Submission
This template standardizes a method of representing all _**current, in-flight Initiatives and in-planning Initiatives**_ that will be contributed to the Open edX Platform. It is intended to provide a high-level overview of the scope of the work, the approach, the value-add, and the anticipated impact. It should be written in such a way that a newcomer who may be unfamiliar with the Open edX platform can quickly gain an understanding of the “what”, the “why” and the “how” of the Initiative.
This template standardizes a method of representing all _**current, in-flight Initiatives and in-planning Initiatives**_ that will be contributed to the Open edX Platform. It is intended to provide a high-level overview of the scope of the work, the approach, the value-add, and the anticipated impact. It should be written in such a way that a newcomer who may be unfamiliar with the Open edX platform can quickly gain an understanding of the “what”, the “why” and the “how” of the Initiative. See https://openedx.atlassian.net/wiki/spaces/COMM/pages/3875962884/How+to+submit+an+open+source+contribution+for+Product+Review for more detail.
- type: textarea
id: abstract
attributes:
label: Abstract
description: Brief summary of the goal of the Initiative and the intended outcome. For example, if the Initiative is intended to fix a problem or pain point, include a problem statement and the proposed solution. If the Initiative is a new feature or an enhancement, include a statement about how the new feature will improve the platform, and for whom the improvements are intended.
validations:
required: true
- type: input
id: proplink
attributes:
label: Detailed Product Proposal
description: Provide a link to your product proposal, if applicable
placeholder: Link to public page on Open edX wiki
- type: textarea
id: cb
attributes:
Expand Down Expand Up @@ -55,7 +61,7 @@ body:
attributes:
label: Named Release
description: First Named Release to include this initiative. Alphabetical named releases are generally cut in early April and early October. Based on the removal date, what named release would be the first without this code? Please reach out to the Build Test Release working group (#wg-build-test-release in Slack) if you're not sure. Use the letter, if you're not sure of the name.
placeholder: Nutmeg
placeholder: Teak
validations:
required: true
- type: textarea
Expand All @@ -70,7 +76,7 @@ body:
attributes:
label: Proposed By
description: Name of provider/organization
placeholder: tCRIL
placeholder: Axim
validations:
required: true
- type: textarea
Expand All @@ -79,4 +85,4 @@ body:
label: Additional Info
description: Links to external documents (for example, wiki pages, documents, or demos)
validations:
required: false
required: false

0 comments on commit b622d0d

Please sign in to comment.