diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 9bffd78bea..6e3fe69562 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -22,6 +22,7 @@ /styles/freedesktop @NK308 /styles/formative @r58Playz /styles/github @uncenter +/styles/go.dev @Flapperoo /styles/google @GitMuslim /styles/google-drive @r58Playz /styles/google-photos @GenShibe diff --git a/.github/ISSUE_TEMPLATE/userstyle.yml b/.github/ISSUE_TEMPLATE/userstyle.yml index d64ffd07b8..9b56bbd83e 100644 --- a/.github/ISSUE_TEMPLATE/userstyle.yml +++ b/.github/ISSUE_TEMPLATE/userstyle.yml @@ -16,7 +16,7 @@ body: label: What userstyles are you seeing the problem on? description: "Don't worry about the `lbl:` prefix, it allows issues to be automatically labeled!" multiple: true - options: ["lbl:advent-of-code", "lbl:anilist", "lbl:arch-wiki", "lbl:boringproxy", "lbl:brave-search", "lbl:bsky", "lbl:bstats", "lbl:canvas-lms", "lbl:chatgpt", "lbl:chatreplay", "lbl:chess.com", "lbl:cinny", "lbl:codeberg", "lbl:cobalt", "lbl:crates.io", "lbl:crowdin", "lbl:deepl", "lbl:docs.rs", "lbl:duckduckgo", "lbl:ecosia", "lbl:elk", "lbl:freedesktop", "lbl:formative", "lbl:github", "lbl:gmail", "lbl:google", "lbl:google-drive", "lbl:google-photos", "lbl:graphite", "lbl:hackage", "lbl:hacker-news", "lbl:holodex", "lbl:home-manager-options-search", "lbl:homepage", "lbl:hoppscotch", "lbl:hyperpipe", "lbl:ichi.moe", "lbl:inoreader", "lbl:instagram", "lbl:invidious", "lbl:invokeai", "lbl:keyoxide", "lbl:lastfm", "lbl:lemmy", "lbl:libreddit", "lbl:lichess", "lbl:lingva", "lbl:linkedin", "lbl:mastodon", "lbl:mdbook", "lbl:mdn", "lbl:modrinth", "lbl:microsoft-word", "lbl:migadu-webmail", "lbl:minesweeper", "lbl:nitter", "lbl:nixos-search", "lbl:nixos.wiki", "lbl:npm", "lbl:openmediavault", "lbl:paste.rs", "lbl:perplexity", "lbl:picrew", "lbl:pinterest", "lbl:planet-minecraft", "lbl:pronouns.page", "lbl:proton", "lbl:pypi", "lbl:quizlet", "lbl:reddit", "lbl:searxng", "lbl:snapchat-web", "lbl:spotify-web", "lbl:stack-overflow", "lbl:startpage", "lbl:skiff", "lbl:stylus", "lbl:substack", "lbl:syncthing", "lbl:tabnews", "lbl:tldraw", "lbl:trinket", "lbl:tuta", "lbl:twitch", "lbl:twitter", "lbl:vercel", "lbl:whatsapp-web", "lbl:wikipedia", "lbl:wikiwand", "lbl:youtube", "lbl:nextjs"] + options: ["lbl:advent-of-code", "lbl:anilist", "lbl:arch-wiki", "lbl:boringproxy", "lbl:brave-search", "lbl:bsky", "lbl:bstats", "lbl:canvas-lms", "lbl:chatgpt", "lbl:chatreplay", "lbl:chess.com", "lbl:cinny", "lbl:codeberg", "lbl:cobalt", "lbl:crates.io", "lbl:crowdin", "lbl:deepl", "lbl:docs.rs", "lbl:duckduckgo", "lbl:ecosia", "lbl:elk", "lbl:freedesktop", "lbl:formative", "lbl:github", "lbl:gmail", "lbl:go.dev", "lbl:google", "lbl:google-drive", "lbl:google-photos", "lbl:graphite", "lbl:hackage", "lbl:hacker-news", "lbl:holodex", "lbl:home-manager-options-search", "lbl:homepage", "lbl:hoppscotch", "lbl:hyperpipe", "lbl:ichi.moe", "lbl:inoreader", "lbl:instagram", "lbl:invidious", "lbl:invokeai", "lbl:keyoxide", "lbl:lastfm", "lbl:lemmy", "lbl:libreddit", "lbl:lichess", "lbl:lingva", "lbl:linkedin", "lbl:mastodon", "lbl:mdbook", "lbl:mdn", "lbl:modrinth", "lbl:microsoft-word", "lbl:migadu-webmail", "lbl:minesweeper", "lbl:nitter", "lbl:nixos-search", "lbl:nixos.wiki", "lbl:npm", "lbl:openmediavault", "lbl:paste.rs", "lbl:perplexity", "lbl:picrew", "lbl:pinterest", "lbl:planet-minecraft", "lbl:pronouns.page", "lbl:proton", "lbl:pypi", "lbl:quizlet", "lbl:reddit", "lbl:searxng", "lbl:snapchat-web", "lbl:spotify-web", "lbl:stack-overflow", "lbl:startpage", "lbl:skiff", "lbl:stylus", "lbl:substack", "lbl:syncthing", "lbl:tabnews", "lbl:tldraw", "lbl:trinket", "lbl:tuta", "lbl:twitch", "lbl:twitter", "lbl:vercel", "lbl:whatsapp-web", "lbl:wikipedia", "lbl:wikiwand", "lbl:youtube", "lbl:nextjs"] validations: required: true - type: textarea diff --git a/.github/issue-labeler.yml b/.github/issue-labeler.yml index a8e0e37585..e843bd3893 100644 --- a/.github/issue-labeler.yml +++ b/.github/issue-labeler.yml @@ -49,6 +49,8 @@ github: - '/lbl:github(,.*)?$/gm' gmail: - '/lbl:gmail(,.*)?$/gm' +go.dev: + - '/lbl:go.dev(,.*)?$/gm' google: - '/lbl:google(,.*)?$/gm' google-drive: diff --git a/.github/labels.yml b/.github/labels.yml index eba57b0396..58e920ff4b 100644 --- a/.github/labels.yml +++ b/.github/labels.yml @@ -74,6 +74,9 @@ - name: gmail description: Gmail color: '#f5a97f' +- name: go.dev + description: go.dev + color: '#7dc4e4' - name: google description: Google color: '#7dc4e4' diff --git a/.github/pr-labeler.yml b/.github/pr-labeler.yml index 28bf5cdc7a..08c1ed337f 100644 --- a/.github/pr-labeler.yml +++ b/.github/pr-labeler.yml @@ -24,6 +24,7 @@ freedesktop: styles/freedesktop/**/* formative: styles/formative/**/* github: styles/github/**/* gmail: styles/gmail/**/* +go.dev: styles/go.dev/**/* google: styles/google/**/* google-drive: styles/google-drive/**/* google-photos: styles/google-photos/**/* diff --git a/README.md b/README.md index 79e922582f..ff15508e2d 100644 --- a/README.md +++ b/README.md @@ -98,6 +98,7 @@ See [CONTRIBUTING.md](docs/CONTRIBUTING.md). - [docs.rs](styles/docs.rs) - [freedesktop.org](styles/freedesktop) - [GitHub](styles/github) +- [go.dev](styles/go.dev) - [Graphite](styles/graphite) - [Hackage](styles/hackage) - [Home Manager Options Search](styles/home-manager-options-search) diff --git a/styles/go.dev/README.md b/styles/go.dev/README.md new file mode 100644 index 0000000000..1839703c34 --- /dev/null +++ b/styles/go.dev/README.md @@ -0,0 +1,36 @@ + + + +
+ +
+ + + +## 💝 Current Maintainer +- [Eli](https://github.com/Flapperoo) + + + + ++ +
+ ++ Copyright © 2021-present Catppuccin Org +
+ +