diff --git a/.github/workflows/issuetemplate/bug.md b/.github/workflows/issuetemplate/bug.md new file mode 100644 index 0000000..a4c104d --- /dev/null +++ b/.github/workflows/issuetemplate/bug.md @@ -0,0 +1,26 @@ +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. \ No newline at end of file diff --git a/.github/workflows/issuetemplate/config.yml b/.github/workflows/issuetemplate/config.yml new file mode 100644 index 0000000..951891f --- /dev/null +++ b/.github/workflows/issuetemplate/config.yml @@ -0,0 +1,5 @@ +issue_template: + feature: .github/workflows/issuetemplate/feature.md + documentation: .github/workflows/issuetempla/documentation.md + bug: .github/workflows/issuetempla/bug.md + other: .github/workflows/issuetempla/other.md \ No newline at end of file diff --git a/.github/workflows/issuetemplate/document.md b/.github/workflows/issuetemplate/document.md new file mode 100644 index 0000000..14f6d66 --- /dev/null +++ b/.github/workflows/issuetemplate/document.md @@ -0,0 +1,26 @@ +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. \ No newline at end of file diff --git a/.github/workflows/issuetemplate/feature.md b/.github/workflows/issuetemplate/feature.md new file mode 100644 index 0000000..7dacc14 --- /dev/null +++ b/.github/workflows/issuetemplate/feature.md @@ -0,0 +1,22 @@ +ees: [] +--- + +**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. \ No newline at end of file diff --git a/.github/workflows/issuetemplate/otherfile.md b/.github/workflows/issuetemplate/otherfile.md new file mode 100644 index 0000000..c7713ac --- /dev/null +++ b/.github/workflows/issuetemplate/otherfile.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. \ No newline at end of file diff --git a/index.html b/index.html index 0c589ec..b7dde7d 100644 --- a/index.html +++ b/index.html @@ -1,13 +1,15 @@ - + - Vite + React + +
+