From b02aae44ea2c10716956e42b8cd67835f1300562 Mon Sep 17 00:00:00 2001 From: sarina Date: Wed, 2 Apr 2025 12:02:17 -0400 Subject: [PATCH 1/2] docs: Add maintenance roadmap ticket --- .../ISSUE_TEMPLATE/03-maintenance-item.yml | 39 +++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/03-maintenance-item.yml diff --git a/.github/ISSUE_TEMPLATE/03-maintenance-item.yml b/.github/ISSUE_TEMPLATE/03-maintenance-item.yml new file mode 100644 index 0000000..0fd7a07 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/03-maintenance-item.yml @@ -0,0 +1,39 @@ +name: Open edX Maintenance Roadmap Issue +description: Choose this to track major coordinated upgrades across repos, and get them represented on the Open edX Roadmap +title: " Upgrade" +body: + - type: markdown + attributes: + value: | + ## Open edX Maintenance Roadmap Issue + Choose this to track major coordinated upgrades across repos, and get them represented on the Open edX Roadmap + - type: textarea + id: newfeat + attributes: + label: What technology is being upgraded? Describe the nature of the upgrade, criticality, and risks (if any). + description: Please be as succinct as possible + validations: + required: true + - type: input + id: upgrade-date + attributes: + label: Technology Upgrade Date + description: When is the target date for getting this technology upgraded? + placeholder: 9 October 2025 + validations: + required: true + - type: input + id: named-release + attributes: + label: First Open edX Named Release With This Functionality + description: Named releases are generally CUT in early April and early October. Based on the above upgrade date, what named release would be the first with this code? Please reach out to the Build Test Release working group (#wg-build-test-release in Slack) if you're not sure. + placeholder: Teak + validations: + required: true + - type: textarea + id: addl + attributes: + label: Any additional information you'd like to provide? + description: Eg, links to external documents (for example, wiki pages, documents, or demos) + validations: + required: false From 4e454fac7ea3d61e5391b5c600714888ab6744be Mon Sep 17 00:00:00 2001 From: Sarina Canelake Date: Fri, 4 Apr 2025 07:48:35 -0400 Subject: [PATCH 2/2] docs: Update .github/ISSUE_TEMPLATE/03-maintenance-item.yml Co-authored-by: Feanil Patel --- .github/ISSUE_TEMPLATE/03-maintenance-item.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/03-maintenance-item.yml b/.github/ISSUE_TEMPLATE/03-maintenance-item.yml index 0fd7a07..596c0cb 100644 --- a/.github/ISSUE_TEMPLATE/03-maintenance-item.yml +++ b/.github/ISSUE_TEMPLATE/03-maintenance-item.yml @@ -17,7 +17,7 @@ body: - type: input id: upgrade-date attributes: - label: Technology Upgrade Date + label: Upgrade Completion Target Date description: When is the target date for getting this technology upgraded? placeholder: 9 October 2025 validations: