Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions .github/workflows/ISSUE_TEMPLATE/good_first_issue.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
name: 🪄 Good First Issue
about: Simple issues for new contributors to start with
title: "[Good First Issue] <add short title here>"
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.
16 changes: 16 additions & 0 deletions .github/workflows/ISSUE_TEMPLATE/typo_fix.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
name: ✏️ Fix Typos / Grammar
about: Correct spelling or grammar mistakes in docs or comments
title: "[Typo Fix] <file or section name>"
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.