From 2ace918e664078bc68daa8f43688cb9285aa3276 Mon Sep 17 00:00:00 2001 From: Yashwanth Rathkrishnan <84762257+this-is-yaash@users.noreply.github.com> Date: Sat, 12 Oct 2024 13:08:50 +0530 Subject: [PATCH] custom templates have been added --- .github/ISSUE_TEMPLATE/changes-in-code.md | 44 +++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/changes-in-code.md diff --git a/.github/ISSUE_TEMPLATE/changes-in-code.md b/.github/ISSUE_TEMPLATE/changes-in-code.md new file mode 100644 index 0000000..b735761 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/changes-in-code.md @@ -0,0 +1,44 @@ +--- +name: Changes in Code +about: Issue for proposing changes in the codebase +title: Code Changes +labels: '' +assignees: '' + +--- + +### Title of the Issue +- [ ] **Have you named the issue title clearly and descriptively?** +- [ ] **Have you searched for existing issues in the project to avoid duplicates?** + + + +### Description + + +### Affected Sections (Code or Documentation) + + +- [ ] Code +- [ ] Documentation + +### Impact Analysis + + +### Steps to Reproduce (if applicable) + + +### Additional Context + + +### Checklist +- [ ] I have followed the issue title guidelines. +- [ ] I have categorized the change as code or documentation. +- [ ] I have included a clear and detailed description of the change. +- [ ] I have specified the affected sections. +- [ ] I have provided an impact analysis. +- [ ] I have included steps to reproduce (if applicable). +- [ ] I have added any additional context or screenshots (if applicable). +- [ ] I am a GSSOC contributor. +- [ ] I have read and understood the GSSOC guidelines. +- [ ] I have adhered to the code of conduct.