Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added the issue labeler for the project #26

Open
wants to merge 6 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 5 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
27 changes: 27 additions & 0 deletions .github/workflows/ISSUE_TEMPLATE/bug.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
---
name: 🐛 BUG
about: Report an issue to help improve the project.
title: '[BUG] <description>'
labels: []
assignees: []
---

**Description**

Please describe the Bug in detail.

**Expected Behavior**

What should happen?

**Actual Behavior**

What happens instead?

**Screenshots (if applicable)**

Add screenshots or other media to help explain the issue.

**Additional Information**

Add any other context or information about the issue here.
5 changes: 5 additions & 0 deletions .github/workflows/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
issue_template:
feature: .github/ISSUE_TEMPLATE/feature.md
documentation: .github/ISSUE_TEMPLATE/documentation.md
bug: .github/ISSUE_TEMPLATE/bug.md
other: .github/ISSUE_TEMPLATE/other.md
27 changes: 27 additions & 0 deletions .github/workflows/ISSUE_TEMPLATE/documentation.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
---
name: 📄 Documentation issue
about: Found an issue in the documentation? You can use this one!
title: "[DOCS] <description>"
labels: []
assignees: []
---

**Description**

Please describe the issue in detail.

**Expected Behavior**

What should happen?

**Actual Behavior**

What happens instead?

**Screenshots (if applicable)**

Add screenshots or other media to help explain the issue.

**Additional Information**

Add any other context or information about the issue here.
27 changes: 27 additions & 0 deletions .github/workflows/ISSUE_TEMPLATE/feature.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
---
name: 💡General Feature Request
about: Have a new idea/feature for SnapGrid? Please suggest!
title: "[FEATURE] <description>"
labels: []
assignees: []
---

**Description**

Please describe the Feature in detail.

**Expected Behavior**

What should happen?

**Actual Behavior**

What happens instead?

**Screenshots (if applicable)**

Add screenshots or other media to help explain the issue.

**Additional Information**

Add any other context or information about the issue here.
26 changes: 26 additions & 0 deletions .github/workflows/ISSUE_TEMPLATE/other.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
name: Other
about: Use this for any other issues. Please do NOT create blank issues
title: '[OTHER] <Add your title here>'
labels: []
assignees: []
---

**Description**

Please add your question in detail.

**Expected Behavior**

What should happen?

**Actual Behavior**

What happens instead?

**Screenshots (if applicable)**

Add screenshots or other media to help explain the issue.

**Additional Information**

Add any other context or information about the issue here.