From 1c0ed86ab44fe480e4d34906f4429ac2dc1653ac Mon Sep 17 00:00:00 2001 From: Douglas Egiemeh Date: Fri, 6 Sep 2024 15:46:36 +0200 Subject: [PATCH] Introduce a new Github issue type for documentation improvement (#2893) * chore(github issue template): introduce a new issue type for document improvement * chore(github issue template): introduce a new issue type for document improvement --------- Co-authored-by: Ddouglasz --- .github/ISSUE_TEMPLATE/improve_documentation.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/improve_documentation.md diff --git a/.github/ISSUE_TEMPLATE/improve_documentation.md b/.github/ISSUE_TEMPLATE/improve_documentation.md new file mode 100644 index 0000000000..24ee7ca964 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/improve_documentation.md @@ -0,0 +1,13 @@ +--- +name: Improve documentation +about: Suggest an update to the project’s documentation +--- + +- **Summary** + What should be changed? + +- **Rationale** + Please explain the benefit of this change. + +- **Champion** + If an internal request, who will be the primary contact for this change?