diff --git a/.github/PULL_REQUEST_TEMPLATE/userstyle-creation.md b/.github/PULL_REQUEST_TEMPLATE/userstyle-creation.md new file mode 100644 index 0000000000..a08bff4057 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE/userstyle-creation.md @@ -0,0 +1,35 @@ + + +## 🎉 Theme for Website 🎉 + + + +## 💬 Additional Comments 💬 + + + +## 🗒 Checklist 🗒 + +- [ ] I have read and followed Catppuccin's [submission guidelines](https://github.com/catppuccin/userstyles/blob/main/docs/userstyle-creation.md). +- [ ] I have made a new directory underneath `/styles/` containing the contents of the [`/template`](https://github.com/catppuccin/userstyles/blob/main/template/) directory. + - [ ] I have ensured that the new directory is in **lower-kebab-case**. + - [ ] I have followed the template and kept the preprocessor as [LESS](https://lesscss.org/#overview). +- [ ] I have made sure to update the + [`userstyles.yml`](https://github.com/catppuccin/userstyles/blob/main/src/userstyles.yml) + file with information about the new userstyle. +- [ ] I have included the following files: + - `catppuccin.user.css` - all the CSS for the userstyle, based on the + template. + - `assets/mocha.webp`, `assets/macchiato.webp`, `assets/frappe.webp` and + `assets/latte.webp` - individual screenshots of the themed website, in all 4 + Catppuccin flavors. + - `catwalk.webp` - image of all individual screenshots stitched together, + generated via [catwalk](https://github.com/catppuccin/toolbox#-catwalk). diff --git a/.github/PULL_REQUEST_TEMPLATE/userstyle-update.md b/.github/PULL_REQUEST_TEMPLATE/userstyle-update.md new file mode 100644 index 0000000000..cf8cd8cf39 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE/userstyle-update.md @@ -0,0 +1,11 @@ +## 🔧 What does this fix? 🔧 + + + +## 🗒 Checklist 🗒 + +- [ ] I have read and followed Catppuccin's [contributing guidelines](https://github.com/catppuccin/userstyles/blob/main/docs/CONTRIBUTING.md). +- [ ] I have updated the version appropriately in the `==UserStyle==` header of the `catppuccin.user.css` file. diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 76d8be08b0..28e450e832 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,37 +1,6 @@ - +Please go the the `Preview` tab and open the appropriate pull request template. - +Are you... -## 🎉 Theme for Website 🎉 - - - -## 💬 Additional Comments 💬 - - - -## 🗒 Checklist 🗒 - -- [ ] I have read and followed Catppuccin's [submission guidelines](https://github.com/catppuccin/userstyles/blob/main/docs/userstyle-creation.md). -- [ ] I have made a new directory underneath `/styles/` containing the contents of the [`/template`](https://github.com/catppuccin/userstyles/blob/main/template/) directory. - - [ ] I have ensured that the new directory is in **lower-kebab-case**. - - [ ] I have followed the template and kept the preprocessor as [LESS](https://lesscss.org/#overview). -- [ ] I have made sure to update the - [`userstyles.yml`](https://github.com/catppuccin/userstyles/blob/main/src/userstyles.yml) - file with information about the new userstyle. -- [ ] I have included the following files: - - `catppuccin.user.css` - all the CSS for the userstyle, based on the - template. - - `assets/mocha.webp`, `assets/macchiato.webp`, `assets/frappe.webp` and - `assets/latte.webp` - individual screenshots of the themed website, in all 4 - Catppuccin flavors. - - `catwalk.webp` - image of all individual screenshots stitched together, - generated via [catwalk](https://github.com/catppuccin/toolbox#-catwalk). +- [Adding a new userstyle?](?expand=1&template=userstyle-creation.md) +- [Updating/fixing an existing userstyle?](?expand=1&template=userstyle-update.md)