diff --git a/.github/workflows/ISSUE_TEMPLATE/good_first_issue.md b/.github/workflows/ISSUE_TEMPLATE/good_first_issue.md new file mode 100644 index 000000000..d835b7af6 --- /dev/null +++ b/.github/workflows/ISSUE_TEMPLATE/good_first_issue.md @@ -0,0 +1,17 @@ +--- +name: 🪄 Good First Issue +about: Simple issues for new contributors to start with +title: "[Good First Issue] " +labels: ["good first issue", "beginner friendly"] +--- + +### Description +Describe the small feature, fix, or improvement clearly. + +### Steps +1. Explain what needs to be done. +2. Mention the file or folder where the change goes. +3. Add any helpful links or screenshots. + +### Expected Outcome +What should happen after fixing or improving this issue. diff --git a/.github/workflows/ISSUE_TEMPLATE/typo_fix.md b/.github/workflows/ISSUE_TEMPLATE/typo_fix.md new file mode 100644 index 000000000..a87fff03b --- /dev/null +++ b/.github/workflows/ISSUE_TEMPLATE/typo_fix.md @@ -0,0 +1,16 @@ +--- +name: ✏️ Fix Typos / Grammar +about: Correct spelling or grammar mistakes in docs or comments +title: "[Typo Fix] " +labels: ["documentation", "good first issue"] +--- + +### Description +Explain where you found the typo or grammar mistake. + +### Steps +1. Point to the exact file and line if possible. +2. Describe the correct wording. + +### Notes +This helps improve clarity and readability for everyone.