diff --git a/.github/ISSUE_TEMPLATE/userstyle.yml b/.github/ISSUE_TEMPLATE/userstyle.yml index d30784e936..a415f0e766 100644 --- a/.github/ISSUE_TEMPLATE/userstyle.yml +++ b/.github/ISSUE_TEMPLATE/userstyle.yml @@ -55,7 +55,7 @@ body: - type: input attributes: label: What browser(s) are you seeing the problem on? - description: "The browser version is also important, you can find out how to get that info [here](https://github.com/catppuccin-rfc/userstyles/blob/main/docs/browsers.md)." + description: "The browser version is also important, you can find out how to get that info [here](https://github.com/catppuccin/userstyles/blob/main/docs/browsers.md)." placeholder: Firefox v112.0.2 validations: required: true diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index a26984150c..fac764ff90 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -19,10 +19,10 @@ Feel free to leave this section empty if you don't have anything more to say. ## 🗒 Checklist 🗒 -- [ ] I have read and followed Catppuccin's [submission guidelines](https://github.com/catppuccin-rfc/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-rfc/userstyles/blob/main/template/) directory. +- [ ] 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 made sure to update the [`userstyles.yml`](https://github.com/catppuccin-rfc/userstyles/blob/main/src/userstyles.yml) file with information about the new directory. +- [ ] 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 directory. - [ ] I have included the following files: - `catppuccin.user.css` - all stylus code. - `mocha.webp`, `macchiato.webp`, `frappe.webp` and `latte.webp` - individual screenshots of the themed website, in all 4 Catppuccin flavors. diff --git a/src/generate/templates/userstyle-issue.yml b/src/generate/templates/userstyle-issue.yml index 0f3adc169f..c000994283 100644 --- a/src/generate/templates/userstyle-issue.yml +++ b/src/generate/templates/userstyle-issue.yml @@ -32,7 +32,7 @@ body: - type: input attributes: label: What browser(s) are you seeing the problem on? - description: "The browser version is also important, you can find out how to get that info [here](https://github.com/catppuccin-rfc/userstyles/blob/main/docs/browsers.md)." + description: "The browser version is also important, you can find out how to get that info [here](https://github.com/catppuccin/userstyles/blob/main/docs/browsers.md)." placeholder: Firefox v112.0.2 validations: required: true