From 02219921b23b93ac547506267895e396a52ca258 Mon Sep 17 00:00:00 2001 From: Ankit Kumar Date: Mon, 21 Oct 2024 12:34:02 +0900 Subject: [PATCH] chore: added pull request template --- .github/pull_request_template.md | 19 +++++++++++++++++++ CONTRIBUTORS.md | 3 ++- 2 files changed, 21 insertions(+), 1 deletion(-) 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 00000000..86b2835e --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,19 @@ +## What: overview about this PR + +## Why: the purpose about this PR + +## How: how did you implement/fix it? + +## Environment Variables: +### Do you add environments variables: +- [ ] what do you want to reviewer to check? +- [ ] None + +### Do you add production environment variables: +- [ ] what do you want to reviewer to check? +- [ ] None + +### Did you wrote Test: +- [ ] Unit test +- [ ] Integration test +- [ ] Manual test diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index 02da1410..c26ffe34 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -51,4 +51,5 @@ | Emanuel Gomes | emanuelgomesqa | | Ankita Sinha Ray |ankitasray| | Aditya Pandey |Aditya7pandey| -| Yash Bandal |Yash Bandal| \ No newline at end of file +| Yash Bandal |Yash Bandal| +| Ankit Kumar |Ankit Kumar Bandal| \ No newline at end of file