Skip to content

Commit

Permalink
Merge pull request #111 from robrap/robrap/update-depr-template
Browse files Browse the repository at this point in the history
feat: updates to DEPR template
  • Loading branch information
Feanil Patel authored Jan 11, 2024
2 parents c30520d + 7093c6a commit 56e5a2b
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions .github/ISSUE_TEMPLATE/depr-ticket.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,23 +13,23 @@ body:
attributes:
label: Proposal Date
description: The start date of this proposal (likely today)
placeholder: "2020-02-29"
placeholder: "2024-01-15"
validations:
required: true
- type: input
id: accept-date
attributes:
label: Target Ticket Acceptance Date
description: When is the target date for getting this proposal reviewed and accepted? A good default is approximately 2 weeks from when the ticket is communicated (see [OEP-21](https://open-edx-proposals.readthedocs.io/en/latest/processes/oep-0021-proc-deprecation.html)).
placeholder: "2020-03-14"
placeholder: "2024-01-29"
validations:
required: true
- type: input
id: named-release-without
attributes:
label: Earliest Open edX Named Release Without This Functionality
description: What is the earliest named release without this code? Named releases are generally CUT in early April and early October. Use "Quince - 2023-10", or "Redwood - 2024-04", or "S - 2024-10" as examples. Please reach out to the Build Test Release working group (#wg-build-test-release in Slack) if you're not sure.
placeholder: "Quince - 2023-10"
description: What is the earliest named release without this code? Named releases are generally CUT in early April and early October. Use "Redwood - 2024-04", or "S - 2024-10", or "T - 2025-04" as examples. Please reach out to the Build Test Release working group (#wg-build-test-release in Slack) if you're not sure.
placeholder: "Redwood - 2024-04"
validations:
required: true
- type: textarea
Expand Down Expand Up @@ -74,3 +74,11 @@ body:
description: If there is any additional publicly sharable information or data from your earlier analysis, include that.
validations:
required: false
- type: textarea
id: tasks
attributes:
label: Task List
description: A list of tasks needed to deprecate or remove this feature and complete the DEPR.
placeholder: "- [ ] Task 1 needed to deprecate or remove this feature."
validations:
required: false

0 comments on commit 56e5a2b

Please sign in to comment.