From a241267d668a2a04b4cc1926aa85b054e8ffaa57 Mon Sep 17 00:00:00 2001 From: Madhusudan Ladda Date: Thu, 8 Jan 2026 20:04:24 +0530 Subject: [PATCH 1/3] Create README.md --- .github/README.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 .github/README.md diff --git a/.github/README.md b/.github/README.md new file mode 100644 index 0000000..ebe88bf --- /dev/null +++ b/.github/README.md @@ -0,0 +1 @@ +GitHub configuration folder From 59e46b70fbb42241de0d46245514140c5a786e00 Mon Sep 17 00:00:00 2001 From: Madhusudan Ladda Date: Thu, 8 Jan 2026 20:06:29 +0530 Subject: [PATCH 2/3] Create beginner issue template Add a template for beginner issues to guide first-time contributors. --- .github/ISSUE_TEMPLATE/beginner_issue.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/beginner_issue.md diff --git a/.github/ISSUE_TEMPLATE/beginner_issue.md b/.github/ISSUE_TEMPLATE/beginner_issue.md new file mode 100644 index 0000000..1ddecd6 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/beginner_issue.md @@ -0,0 +1,14 @@ +--- +name: Beginner Issue +about: For first-time contributors +labels: beginner +--- + +## Description +Brief description of the issue. + +## Expected Outcome +What should happen? + +## Additional Context +Screenshots, logs, or references. From 38ea3845525570c69ecef1fe8c79281bb6926380 Mon Sep 17 00:00:00 2001 From: Madhusudan Ladda Date: Thu, 8 Jan 2026 20:07:45 +0530 Subject: [PATCH 3/3] Create advanced_issue.md --- .github/ISSUE_TEMPLATE/advanced_issue.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/advanced_issue.md diff --git a/.github/ISSUE_TEMPLATE/advanced_issue.md b/.github/ISSUE_TEMPLATE/advanced_issue.md new file mode 100644 index 0000000..6710c1f --- /dev/null +++ b/.github/ISSUE_TEMPLATE/advanced_issue.md @@ -0,0 +1,14 @@ +--- +name: Advanced Issue +about: For complex or advanced contributions +labels: advanced +--- + +## Problem Statement +Describe the issue in detail. + +## Proposed Solution +Explain your approach. + +## Impact +How does this improve the project?