diff --git a/.github/workflows/ISSUE_TEMPLATE/bug.md b/.github/workflows/ISSUE_TEMPLATE/bug.md new file mode 100644 index 0000000..448ddfa --- /dev/null +++ b/.github/workflows/ISSUE_TEMPLATE/bug.md @@ -0,0 +1,27 @@ +--- +name: 🐛 BUG +about: Report an issue to help improve the project. +title: '[BUG] ' +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. diff --git a/.github/workflows/ISSUE_TEMPLATE/config.yml b/.github/workflows/ISSUE_TEMPLATE/config.yml new file mode 100644 index 0000000..47d534e --- /dev/null +++ b/.github/workflows/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,5 @@ +issue_template: + feature: .github/workflows/ISSUE_TEMPLATE/feature.md + documentation: .github/workflows/ISSUE_TEMPLATE/documentation.md + bug: .github/workflows/ISSUE_TEMPLATE/bug.md + other: .github/workflows/ISSUE_TEMPLATE/other.md diff --git a/.github/workflows/ISSUE_TEMPLATE/documentation.md b/.github/workflows/ISSUE_TEMPLATE/documentation.md new file mode 100644 index 0000000..e89ceb4 --- /dev/null +++ b/.github/workflows/ISSUE_TEMPLATE/documentation.md @@ -0,0 +1,27 @@ +--- +name: 📄 Documentation issue +about: Found an issue in the documentation? You can use this one! +title: "[DOCS] " +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. diff --git a/.github/workflows/ISSUE_TEMPLATE/feature.md b/.github/workflows/ISSUE_TEMPLATE/feature.md new file mode 100644 index 0000000..1893d58 --- /dev/null +++ b/.github/workflows/ISSUE_TEMPLATE/feature.md @@ -0,0 +1,27 @@ +--- +name: 💡General Feature Request +about: Have a new idea/feature for SnapGrid? Please suggest! +title: "[FEATURE] " +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. diff --git a/.github/workflows/ISSUE_TEMPLATE/other.md b/.github/workflows/ISSUE_TEMPLATE/other.md new file mode 100644 index 0000000..57edb0d --- /dev/null +++ b/.github/workflows/ISSUE_TEMPLATE/other.md @@ -0,0 +1,26 @@ +name: Other +about: Use this for any other issues. Please do NOT create blank issues +title: '[OTHER] ' +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.