From cae09a12be6c7a94dc3ce32f244ebdfcd0e809c4 Mon Sep 17 00:00:00 2001 From: Madhurima Rawat <105432776+madhurimarawat@users.noreply.github.com> Date: Sun, 8 Dec 2024 13:50:51 +0530 Subject: [PATCH] Create PULL_REQUEST_TEMPLATE.md --- .../PULL_REQUEST_TEMPLATE.md | 35 +++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 .github/PULL_REQUEST_TEMPLATE/PULL_REQUEST_TEMPLATE.md diff --git a/.github/PULL_REQUEST_TEMPLATE/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000..135e52e --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,35 @@ +# Contribution Type 📚 + +**What type of contribution are you making?** +- [ ] Question Paper +- [ ] Syllabus +- [ ] Notes +- [ ] Website Update + +*Note: If the checkboxes are not rendering correctly, just remove the box (e.g., `- [ ]` or `- [x]`) from the item you are contributing.* + +--- + +## Folder Name 📂 + +**Please specify the folder where your contribution belongs (e.g., '1st Semester', '2nd Semester', etc.):** +- Folder: `__________________` + +--- + +## File Name 📝 + +**Specify the name of the file you have added or modified:** +- File: `__________________` + +--- + +## Reason for the Contribution 📝 + +**Briefly explain why this contribution is important (2-3 sentences):** +- ____________________________________________________ +- ____________________________________________________ + +--- + +Thank you for your contribution! 🚀