From 427bbf794f6218a31ad3f3db3fef9d689ebbb870 Mon Sep 17 00:00:00 2001 From: Jennifer Travinski Date: Wed, 14 Sep 2022 15:36:41 -0400 Subject: [PATCH] Edited GitHub button based on feedback --- .../issue_template/request-a-new-feature.md | 19 +++++++++++++++++++ .github/issue_template/request-an-update.md | 19 +++++++++++++++++++ .../request-to-add-item-to-release-notes.md | 17 +++++++++++++++++ 3 files changed, 55 insertions(+) create mode 100644 .github/issue_template/request-a-new-feature.md create mode 100644 .github/issue_template/request-an-update.md create mode 100644 .github/issue_template/request-to-add-item-to-release-notes.md diff --git a/.github/issue_template/request-a-new-feature.md b/.github/issue_template/request-a-new-feature.md new file mode 100644 index 00000000000..5ce1764481a --- /dev/null +++ b/.github/issue_template/request-a-new-feature.md @@ -0,0 +1,19 @@ +--- +name: Request a New Feature +about: For requesting new feature(s) to be added to the docs. +title: "[Rancher Manager] " +labels: Rancher Manager +assignees: '' + +--- + +**Summary:** +Briefly describe the new feature. If QA has not yet tested the new feature/process, please also file a ticket with QA for their review. + + +**Details:** +- What page(s) in the current docs does request apply to? Please include link(s). +- What does the new process/feature do and how does it work? +- What are the steps involved in installing/running feature? Please describe. +- What version(s) of Rancher does the feature affect? +- List/attach all pertinent information, e.g., screenshots, resource requirements, code blocks, workarounds, links, etc. \ No newline at end of file diff --git a/.github/issue_template/request-an-update.md b/.github/issue_template/request-an-update.md new file mode 100644 index 00000000000..3b6f83c8813 --- /dev/null +++ b/.github/issue_template/request-an-update.md @@ -0,0 +1,19 @@ +--- +name: Request an Update +about: For fixing docs errors/typos, adding needed/missing information, updating verbiage, deleting outdated info, etc. +title: "[Rancher Manager] " +labels: Rancher Manager +assignees: '' + +--- + +**Summary:** +Briefly describe the requested update. Please also file a ticket with QA for their review if requesting an existing process or feature be added. + + +**Details:** +- What page(s) in the current docs does request apply to? Please include link(s). +- What does the new process/feature do and why is it important to add? +- What are the steps involved in installing/running feature? Please describe. +- What version(s) of Rancher does the feature affect? +- List/attach all pertinent information, e.g., screenshots, resource requirements, code blocks, workarounds, links, etc. diff --git a/.github/issue_template/request-to-add-item-to-release-notes.md b/.github/issue_template/request-to-add-item-to-release-notes.md new file mode 100644 index 00000000000..1c3afad3add --- /dev/null +++ b/.github/issue_template/request-to-add-item-to-release-notes.md @@ -0,0 +1,17 @@ +--- +name: Request a Release Note +about: For requesting items be added to the release notes. +title: "[Rancher Manager] " +labels: Rancher Manager +assignees: '' + +--- + +**Summary:** +Briefly describe the issue. Please also include any corresponding tracking issues from other repos such as [rancher/rancher](https://github.com/rancher/rancher/issues) and [rancher/dashboard](https://github.com/rancher/dashboard/issues). + + +**Details:** +- Tag issue with appropriate release milestone and `release-note` label. +- Ensure that you have also filed a request for new feature docs if applicable. +- If issue is to be filed as a known issue and there is a workaround, please describe. \ No newline at end of file