From be96cfa1e39dfc11c0e3f69f92badee72981dc1c Mon Sep 17 00:00:00 2001 From: Aditi K Date: Mon, 28 Aug 2023 16:47:24 -0400 Subject: [PATCH] Create pull_request_template.md --- .github/pull_request_template.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 .github/pull_request_template.md diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 000000000000..8213bfdc1c10 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,26 @@ +*PR Title should start with one of the following tags: [Fix]/[Feature]/[Style]/[Update]* + +*[Fix]- Bug Fix* + +*[Feature]- for new feature* + +*[Style]- Grammar or branding fix* + +*[Update]-For an update to an existing feature* + +------------- *Keep everything below this line* ------------------------- + +### Description +*Describe the issue, update, change or fix and **why*** + + +### Collateral (docs, reports, design examples, case IDs): + + + +- [ ] Document Update Required? (Specify FIM/AFU/Scripts) + +### Tests added: + + +### Tests run: