From 272e35c26d13e6c6f7c7bd8bca7fef8f1ee0a2c0 Mon Sep 17 00:00:00 2001 From: V <156962295+vevetron@users.noreply.github.com> Date: Thu, 13 Feb 2025 14:24:50 -0800 Subject: [PATCH] * feat(issue_template): Adds a quarterly maintenance ticket --- .../ISSUE_TEMPLATE/quarterly-maintenance.md | 34 +++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/quarterly-maintenance.md diff --git a/.github/ISSUE_TEMPLATE/quarterly-maintenance.md b/.github/ISSUE_TEMPLATE/quarterly-maintenance.md new file mode 100644 index 0000000000..636c7bc78d --- /dev/null +++ b/.github/ISSUE_TEMPLATE/quarterly-maintenance.md @@ -0,0 +1,34 @@ +--- +name: Quarterly Maintenance Ticket +about: Infrastructure tickets for Quarterly Maintenance +title: 'Quarterly Maintenance:' +labels: [infrastructure, maintenance] +assignees: '' +--- + +## Quarterly Maintenance: + +_Please Check for updated stable versions of the above software and relevant security patches._ + +### Prior Work + +_Please Link to previously completed relevant tickets._ + +### Dependencies + +_List any systems or components that might be affected by this maintenance job._ + +### Acceptance Criteria + +- [ ] Describe the upgrade methodology and any specific steps involved (unless already documented in prior work). +- [ ] Document the upgrade process and any relevant changes. +- [ ] Create issues around any roadblocks encountered. +- [ ] Conduct thorough testing to verify functionality after the upgrade and patching. + +### Rollback Plan + +_Briefly outline the steps to revert to the previous version in case of issues._ + +### Notes + +_Please enter any additional information that will facilitate the completion of this maintenance task. For example: Are there any constraints not mentioned above? Are there any alternatives you have considered?_