Skip to content

Commit

Permalink
docs: prepare for transfer into catppuccin
Browse files Browse the repository at this point in the history
  • Loading branch information
sgoudham committed Jul 20, 2023
1 parent 397397a commit 1556b95
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/userstyle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/<name-of-website>` 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/<name-of-website>` 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.
Expand Down
2 changes: 1 addition & 1 deletion src/generate/templates/userstyle-issue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1556b95

Please sign in to comment.