From aab76b3bac4a40b6d52def80ef5038fe5ad69df1 Mon Sep 17 00:00:00 2001 From: anmolnagpal Date: Thu, 7 Mar 2024 15:28:41 +0530 Subject: [PATCH] feat: added templates --- .github/pull_request_template.md | 24 ++++++++++++++++++++++++ feature_request.md | 10 ---------- 2 files changed, 24 insertions(+), 10 deletions(-) create mode 100644 .github/pull_request_template.md delete mode 100644 feature_request.md diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 0000000..3d2966d --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,24 @@ +THIS PROJECT IS IN MAINTENANCE MODE. We accept pull requests for Bug Fixes **ONLY**. NO NEW FEATURES ACCEPTED! + + + +## Description + + +## Related Issue + + + + + +## Motivation and Context + + + +## How Has This Been Tested? + + + + +## Screenshots (if appropriate): + diff --git a/feature_request.md b/feature_request.md deleted file mode 100644 index 4a0d6d2..0000000 --- a/feature_request.md +++ /dev/null @@ -1,10 +0,0 @@ -# Feature Request - -## Description -Provide a clear and concise description of the feature request. - - ## Proposed Solution -Describe the solution or implementation approach for this feature request. - - ## Additional Context -Add any additional context or screenshots about the feature request here.