Skip to content
Merged
Show file tree
Hide file tree
Changes from all 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
8 changes: 4 additions & 4 deletions .github/ISSUE_TEMPLATE/core_styling_request.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
8 changes: 4 additions & 4 deletions .github/ISSUE_TEMPLATE/css_component_request.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
8 changes: 4 additions & 4 deletions .github/ISSUE_TEMPLATE/utility_class_request.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down