diff --git a/.github/ISSUE_TEMPLATE/core_styling_request.md b/.github/ISSUE_TEMPLATE/core_styling_request.md index a925a11..5e45367 100644 --- a/.github/ISSUE_TEMPLATE/core_styling_request.md +++ b/.github/ISSUE_TEMPLATE/core_styling_request.md @@ -6,11 +6,11 @@ title: "Core drop-in style request: " --- -**Is your feature request related to a problem? Please describe.** +**Is your styling 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. +**Describe the style changes you'd like for that problem** +A clear and concise description of the changes or addition you'd like to see. **Additional context** -Add any other context or screenshots about the feature request here. +Add any other context or screenshots about the styling request here. diff --git a/.github/ISSUE_TEMPLATE/css_component_request.md b/.github/ISSUE_TEMPLATE/css_component_request.md index a8b6c47..7f41c2f 100644 --- a/.github/ISSUE_TEMPLATE/css_component_request.md +++ b/.github/ISSUE_TEMPLATE/css_component_request.md @@ -6,11 +6,11 @@ title: "New CSS component: " --- -**Is your feature request related to a problem? Please describe.** +**Is your component 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. +**Describe the component you'd like for that problem** +A clear and concise description of how the component could be structured and styled. **Additional context** -Add any other context or screenshots about the feature request here. +Add any other context or screenshots about the component request here. diff --git a/.github/ISSUE_TEMPLATE/utility_class_request.md b/.github/ISSUE_TEMPLATE/utility_class_request.md index 6e499ca..851b53c 100644 --- a/.github/ISSUE_TEMPLATE/utility_class_request.md +++ b/.github/ISSUE_TEMPLATE/utility_class_request.md @@ -6,11 +6,11 @@ title: "New utility class: " --- -**Is your feature request related to a problem? Please describe.** +**Is your utility 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. +**Describe the utility class(es) you'd like for that problem** +A clear and concise description of how the utility class could look like. **Additional context** -Add any other context or screenshots about the feature request here. +Add any other context or screenshots about the utility request here. diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 2a62fe4..82e0ed4 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -1,5 +1,5 @@ # Simple workflow for building and deploying documentation to GitHub Pages -name: Build & deploy docs to Pages +name: Build & deploy docs on: # Runs on pushes targeting the docs folder on the main branch