diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..8d44b0c --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,31 @@ +--- +name: Bug report +labels: ["bug"] +about: Create a report to help us improve + +--- + +**Describe the bug** +A clear and concise description of what the bug is. + +**To Reproduce** +Steps to reproduce the behavior: + +1. Go to '...' +2. Click on '....' +3. Scroll down to '....' +4. See error + +**Expected behavior** +A clear and concise description of what you expected to happen. + +**Screenshots** +If applicable, add screenshots to help explain your problem. + +**System (please complete the following information):** + +- OS: [e.g. Windows 10] +- Browser [e.g. Firefox 131.0 (64-Bit)] + +**Additional context** +Add any other context about the problem here. diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 0000000..a40922e --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,5 @@ +blank_issues_enabled: false +contact_links: + - name: Sloth.css Community Support + url: https://github.com/devmount/sloth.css/discussions + about: Ask and answer questions here. diff --git a/.github/ISSUE_TEMPLATE/feature_request_component.md b/.github/ISSUE_TEMPLATE/feature_request_component.md new file mode 100644 index 0000000..e3dfa9d --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request_component.md @@ -0,0 +1,15 @@ +--- +name: Feature request +labels: ["enhancement", "component"] +about: Suggest a new CSS component + +--- + +**Is your feature request related to a problem? Please describe.** +A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] + +**Describe the solution you'd like** +A clear and concise description of what you want to happen. + +**Additional context** +Add any other context or screenshots about the feature request here. diff --git a/.github/ISSUE_TEMPLATE/feature_request_core.md b/.github/ISSUE_TEMPLATE/feature_request_core.md new file mode 100644 index 0000000..9a6aba2 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request_core.md @@ -0,0 +1,15 @@ +--- +name: Feature request +labels: ["enhancement", "core"] +about: Suggest an idea for the core drop-in styling + +--- + +**Is your feature request related to a problem? Please describe.** +A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] + +**Describe the solution you'd like** +A clear and concise description of what you want to happen. + +**Additional context** +Add any other context or screenshots about the feature request here. diff --git a/.github/ISSUE_TEMPLATE/feature_request_utility.md b/.github/ISSUE_TEMPLATE/feature_request_utility.md new file mode 100644 index 0000000..0ba85da --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request_utility.md @@ -0,0 +1,15 @@ +--- +name: Feature request +labels: ["enhancement", "utility"] +about: Suggest a new utility class + +--- + +**Is your feature request related to a problem? Please describe.** +A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] + +**Describe the solution you'd like** +A clear and concise description of what you want to happen. + +**Additional context** +Add any other context or screenshots about the feature request here.