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..23385bdcf31 --- /dev/null +++ b/.github/issue_template/request-a-new-feature.md @@ -0,0 +1,16 @@ +--- +name: Request a New Feature +about: For requesting new feature(s) to be added to the docs. +title: '' +labels: '' +assignees: '' + +--- + +**Summary:** +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:** +- Include all pertinent information, e.g., screenshots, resource requirements, workarounds, links, etc. +- List page link(s) in the current docs where the new feature applies, if applicable. \ 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..1a36aedfe53 --- /dev/null +++ b/.github/issue_template/request-an-update.md @@ -0,0 +1,11 @@ +--- +name: Request an Update +about: For fixing docs errors/typos, adding needed/missing information, updating verbiage, deleting outdated info, etc. +title: '' +labels: '' +assignees: '' + +--- + +**Summary:** +Describe the requested update giving as much detail as possible. Please also list page link(s) in the current docs where the update applies. \ No newline at end of file