From 8922f41a7e6b08fe4341a3a61c5497bd788614cc Mon Sep 17 00:00:00 2001 From: Jaisurya Nanduri Date: Thu, 27 Jun 2024 00:17:07 +0000 Subject: [PATCH] Add new templates for issues --- .github/ISSUE_TEMPLATE/issue.md | 10 ++++++++++ .github/ISSUE_TEMPLATE/maintainence.md | 14 ++++++++++++++ 2 files changed, 24 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/issue.md create mode 100644 .github/ISSUE_TEMPLATE/maintainence.md diff --git a/.github/ISSUE_TEMPLATE/issue.md b/.github/ISSUE_TEMPLATE/issue.md new file mode 100644 index 0000000000000..106c4df8a40c0 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/issue.md @@ -0,0 +1,10 @@ +--- +name: Generic Issue +about: For any type of issue or improvement +--- + +## Description +[Describe the issue or task here] + +## Additional Information +[Add any other relevant details] diff --git a/.github/ISSUE_TEMPLATE/maintainence.md b/.github/ISSUE_TEMPLATE/maintainence.md new file mode 100644 index 0000000000000..a7002c453c5cb --- /dev/null +++ b/.github/ISSUE_TEMPLATE/maintainence.md @@ -0,0 +1,14 @@ +--- +name: Maintenance Task +about: For repository upkeep and improvements +title: '[MAINTENANCE] ' +labels: Maintenance +--- + +[Briefly describe the maintenance task] + +## Proposed Changes +[Outline the proposed changes or improvements] + +## Rationale +[Explain why this maintenance is necessary]