From 24b374f5574ad80c233ae46cd151397799b87824 Mon Sep 17 00:00:00 2001 From: Seth Cottle Date: Mon, 10 Mar 2025 12:10:27 -0400 Subject: [PATCH] LittleLink Extended --- .github/PULL_REQUEST_TEMPLATE.md | 42 ++++++++++++++++++++++++++++++++ VERSION.md | 6 ++++- index.html | 10 +++++++- 3 files changed, 56 insertions(+), 2 deletions(-) create mode 100644 .github/PULL_REQUEST_TEMPLATE.md diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 00000000..4a8ecea3 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,42 @@ +## 📄 Description + + +--- + +## ✅ Contribution Checklist +Please confirm that you've met the following criteria before submitting your contribution: + +- [ ] **Widespread Recognition:** The brand has widespread recognition and is suitable for the core LittleLink repository (most additions belong in [LittleLink Extended](https://github.com/sethcottle/littlelink-extended)). +- [ ] **Brand Styling Guidelines:** You’ve followed the brand's official styling guidelines (if available). +- [ ] **Consistent Styling:** If no guidelines exist, the button style is consistent with the brand's public image (e.g., website, social media). +- [ ] **Icon Clarity:** The brand's logo/icon is clear and recognizable in a 24x24px format. + - [ ] If the primary logo doesn’t scale well, you’ve adapted it using the brand’s social media avatar or favicon while maintaining the essence of the original logo. + - [ ] The icon is provided in `.svg` format. +- [ ] **Theme Testing:** You've tested the button against both light and dark themes: + - [ ] Manually swapped `theme-auto.css` with `theme-light.css` and `theme-dark.css` in `index.html` to check contrast or used [LittleLink Button Builder](https://builder.littlelink.io) contrast checker. + - [ ] Added a `#000000`/`#FFFFFF` stroke if necessary to improve contrast and accessibility. [LittleLink Button Builder](https://builder.littlelink.io) will automatically recommend when to add a stroke. +- [ ] **Accessibility Compliance:** The button's background and text colors meet visual accessibility standards (unless it contradicts brand guidelines). +- [ ] **Alphabetical Order:** Your contribution is alphabetically organized in `brands.css` and `index.html`. +- [ ] **Button Preview:** You've added a button preview in `index.html`. +- [ ] **Variant Naming Schema:** If adding a variant button (e.g., inverted color scheme): + - [ ] Naming follows the existing pattern (`[Brand Name] Alt` and `.button-brandname-alt`). + - [ ] Any additional icons are named according to `brandname-alt.svg` schema. +- [ ] **Proper Capitalization:** + - [ ] In `brands.css`, the brand name comment follows `/* Brand Name */` format. + - [ ] Code uses lowercase for `.button.button-brandname`. + - [ ] In `index.html`, comments reflect `` format. + - [ ] Button text and `alt` attributes match the brand’s official capitalization. +- [ ] **PR Details:** + - [ ] Included a brief description of the brand addition. + - [ ] Included a screenshot of the new button(s). + - [ ] Provided relevant information on the brand’s global/regional reach or usage stats. + +--- + +## 📸 Screenshot + + +--- + +## 🚀 Additional Notes + \ No newline at end of file diff --git a/VERSION.md b/VERSION.md index 359170e2..b7cfde03 100644 --- a/VERSION.md +++ b/VERSION.md @@ -1,6 +1,10 @@ # LittleLink Version History -## Current Version: v3.4.0 +## Current Version: v3.5.0 + +### v3.5.0 - 3/10/2025 +- Added LittleLink Extended information in `index.html` +- Added `PULL_REQUEST_TEMPLATE.md` to `.github` which is a reflection of [submitting a new brand](https://github.com/sethcottle/littlelink/wiki/Submitting-a-new-brand-to-LittleLink) wiki. ### v3.4.0 - 3/04/2025 - Added Matrix diff --git a/index.html b/index.html index 1e8996ec..9ee58031 100644 --- a/index.html +++ b/index.html @@ -33,6 +33,11 @@ + + + + @@ -63,7 +68,7 @@