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? 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. 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