1
0
mirror of https://gitea.com/gitea/awesome-gitea.git synced 2026-02-22 05:28:09 +01:00

Compare commits

...

2 Commits

Author SHA1 Message Date
mecseid
a2c1cc40de Add Jira Gitea Connector (#176)
With JGC, you can connect your organization(s) to Jira via GitHub for Atlassian.

It supports:
* Automatic app creation flow
* Automatic webhook creation to send repo/commit/pr related events to Jira
* Create branch from Jira site
* Convert issue keys within brackets to links in PR messages/comments

Reviewed-on: https://gitea.com/gitea/awesome-gitea/pulls/176
Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com>
Co-authored-by: mecseid <mecseid@gmail.com>
Co-committed-by: mecseid <mecseid@gmail.com>
2026-02-04 11:25:45 +00:00
luting
aba8098719 Update GitHub Themes description (#175)
Reviewed-on: https://gitea.com/gitea/awesome-gitea/pulls/175
Reviewed-by: silverwind <silverwind@noreply.gitea.com>
Co-authored-by: luting <luting@noreply.gitea.com>
Co-committed-by: luting <luting@noreply.gitea.com>
2026-02-01 10:27:58 +00:00

View File

@@ -196,7 +196,7 @@ A curated list of awesome projects related to Gitea and its soft-fork instances.
## Themes
- [Catppuccin](https://github.com/catppuccin/gitea) - Soothing pastel theme for Gitea `MIT` `CSS`
- [GitHub Themes](https://github.com/lutinglt/gitea-github-theme) - A sophisticated theme to make Gitea look and feel like GitHub. `Apache-2.0` `TypeScript`
- [GitHub Themes](https://github.com/lutinglt/gitea-github-theme) - Exquisite GitHub style Gitea themes. `Apache-2.0` `TypeScript`
- [Lugit Themes](https://github.com/lucas-labs/gitea-lugit-theme) - Light-Dark themes inspired by Github and Catppuccin `MIT` `CSS`
- [Modern](https://codeberg.org/Freeplay/Gitea-Modern) - `📜` Changes the layout for a more modern look. Usable with other themes that only change colors. `GPL-3.0` `CSS`
- [pat-s/GitHub](https://codeberg.org/pat-s/gitea-github-theme) - Opinionated GitHub-inspired light and dark themes `MIT` `CSS`
@@ -231,3 +231,4 @@ A curated list of awesome projects related to Gitea and its soft-fork instances.
## Project Management
- [JetBrains YouTrack](https://www.jetbrains.com/help/youtrack/standalone/integration-with-gitea.html) - A web-based issue tracking and project management platform
- [Jira Gitea Connector](https://github.com/alphabox/jgc) A middleware application that acts as a bridge between Gitea and the [GitHub for Atlassian Plugin](https://marketplace.atlassian.com/apps/1219592/github-for-atlassian).