dawidgora
7535fa0448
Add gitea-twincat-viewer ( #199 )
...
Add gitea-twincat-viewer to the Plugins section and sort the section alphabetically.
Reviewed-on: https://gitea.com/gitea/awesome-gitea/pulls/199
Reviewed-by: Lunny Xiao <[email protected] >
Co-authored-by: dawidgora <[email protected] >
2026-09-19 00:01:29 +00:00
Zvenster
67cd36dfbe
README.md aktualisiert ( #198 )
...
Dears,
I just added an iOS mobile Application for Gitea to the Mobile section. Hope, this is useful.
Best regards
Sven
Reviewed-on: https://gitea.com/gitea/awesome-gitea/pulls/198
Reviewed-by: Lunny Xiao <[email protected] >
Co-authored-by: Zvenster <[email protected] >
2026-08-28 17:20:19 +00:00
dario
225445e23f
Add teacli to Command Line ( #197 )
...
Adds teacli to Active projects > Applications > Command Line.
teacli is a non-interactive CLI for Gitea and Forgejo: no prompts or confirmations, text output by default with `--format json` for machine-readable output, and errors mapped onto documented exit codes, so it can be driven from scripts, CI jobs and agents.
Reviewed-on: https://gitea.com/gitea/awesome-gitea/pulls/197
Reviewed-by: Lunny Xiao <[email protected] >
Co-authored-by: dario <[email protected] >
2026-08-24 15:02:05 +00:00
Sainnhe Park
54c9111835
Update urls of sainnhe's theme pack ( #196 )
...
The repo of this theme pack has been migrated to github.
Reviewed-on: https://gitea.com/gitea/awesome-gitea/pulls/196
Reviewed-by: TheFox0x7 <[email protected] >
Co-authored-by: Sainnhe Park <[email protected] >
2026-08-16 13:11:09 +00:00
Mark Wylde
ca78876905
Add Gitea Runner Lume ( #195 )
...
I built this so I can notorize mac apps in my Gitea Actions.
It allows you to host a Gitea Runner on your Apple Hardware using Lume.
It creates and runs fresh macOS virtual machines on Apple Silicon, enabling Gitea Actions workflows to build and test Xcode and other macOS projects in isolated environments.
![CleanShot 2026-08-07 at [email protected] ](/attachments/ac5b91a5-c7c3-4646-88c0-c4a049716878)
Once installed you can run jobs:
```yaml
jobs:
test:
runs-on: xcode-16
steps:
- uses: actions/checkout@v4
- run: swift test
```
It starts a brand new macOS VM, does the action jobs, then destroys the VM, meaning you have a clean mac environment for every job.
Reviewed-on: https://gitea.com/gitea/awesome-gitea/pulls/195
Reviewed-by: Lunny Xiao <[email protected] >
Co-authored-by: Mark Wylde <[email protected] >
2026-08-07 20:48:30 +00:00
techknowlogick
d4e4fe201e
fix broken link ( #194 )
...
Reviewed-on: https://gitea.com/gitea/awesome-gitea/pulls/194
Co-authored-by: techknowlogick <[email protected] >
2026-08-05 14:16:09 +00:00
Justin Botelle
db22bc6d11
Add Minos iOS App ( #193 )
...
Minos is a free, open-source (AGPL-3.0) iOS client for reviewing and merging pull requests, with first-class support for self-hosted Forgejo/Gitea/Codeberg alongside GitHub. The app talks only to the git backend you supply — there's no middleman server and it never phones home — and your access token stays in the device Keychain. Source: github.com/botelle/minos · App Store: apps.apple.com/app/id6789465031
Reviewed-on: https://gitea.com/gitea/awesome-gitea/pulls/193
Co-authored-by: Justin Botelle <[email protected] >
2026-08-05 14:13:36 +00:00
eev4n
e95a8b9e30
add badge for zenith ( #188 )
...
See: https://gitea.com/gitea/docs/pulls/451
repost:
hey, i'm part of a startup called Zenith Hosting. we help people deploy open source software with one click, where we handle persistent storage, backups, etc. we personally use gitea for a lot of our own personal selfhosting experiments, and we added Gitea to our platform. this PR simply adds a small badge to the docs page for cloud providers. badge currently links to https://zenith.hosting/host/gitea?ref=gh .
p.s., you can reach us at [[email protected] ](mailto:[email protected] ) if you wanna chat with us to know a bit more :)Reviewed-on: https://gitea.com/gitea/awesome-gitea/pulls/188
Co-authored-by: eev4n <[email protected] >
2026-07-12 05:08:18 +00:00
186ce6d5c8
Add picgo-plugin-gitea-uploader ( #187 )
...
---------
Co-authored-by: Lunny Xiao <[email protected] >
Co-authored-by: GeorgeHu6 <[email protected] >
Reviewed-on: https://gitea.com/gitea/awesome-gitea/pulls/187
Reviewed-by: Lunny Xiao <[email protected] >
Co-authored-by: GeorgeHu <[email protected] >
2026-07-11 16:57:17 +00:00
tmseidel and Lunny Xiao
0716bc07c7
Add ai-git.bot to the list of software ( #191 )
...
The project has regular releases, over 100 stars and an ongoing maintenance.
---------
Co-authored-by: Lunny Xiao <[email protected] >
Reviewed-on: https://gitea.com/gitea/awesome-gitea/pulls/191
Reviewed-by: Nicolas <[email protected] >
Reviewed-by: Lunny Xiao <[email protected] >
Co-authored-by: tmseidel <[email protected] >
2026-07-11 16:56:36 +00:00
Nicolas
9707859227
remove stale link ( #192 )
...
Reviewed-on: https://gitea.com/gitea/awesome-gitea/pulls/192
Reviewed-by: Lunny Xiao <[email protected] >
Co-authored-by: Nicolas <[email protected] >
2026-07-11 16:52:57 +00:00
Novichek and oleglistratov
c8c291aa83
Add Gitea CAD Viewer ( #190 )
...
Adds Gitea CAD Viewer to the active Plugins section.
What it is:
Gitea CAD Viewer is a self-hosted read-only preview integration for DWG and DXF files in Gitea. It adds a CAD Preview button to Gitea file pages and serves a same-origin browser viewer through a Node.js backend and Nginx route, without upload, save-back, or external preview service requirements.
Update:
This branch has been rebased on current `gitea/awesome-gitea:main` after Gitea ONLYOFFICE Bridge was merged in #189 . The PR now keeps the accepted ONLYOFFICE entry and adds Gitea CAD Viewer as the next separate plugin entry, so it no longer competes for the same line.
Project links:
- GitHub: https://github.com/NovichekLIS/Gitea_CAD
- Release v1.0.0: https://github.com/NovichekLIS/Gitea_CAD/releases/tag/v1.0.0
---------
Co-authored-by: oleglistratov <[email protected] >
Reviewed-on: https://gitea.com/gitea/awesome-gitea/pulls/190
Co-authored-by: Novichek <[email protected] >
2026-07-10 19:57:05 +00:00
Novichek and oleglistratov
938e4681b9
Add Gitea ONLYOFFICE Bridge ( #189 )
...
Adds Gitea ONLYOFFICE Bridge to the active Plugins section.
What it is:
Gitea ONLYOFFICE Bridge is a self-hosted bridge for opening Gitea repository documents in ONLYOFFICE Document Server. It adds Gitea UI integration, OAuth-based permission checks, read-only previews, full-screen editing, and save-back commits through a small Flask/Gunicorn service.
Project links:
- GitHub: https://github.com/NovichekLIS/Gitea-onlyoffice
- Release v1.0.0: https://github.com/NovichekLIS/Gitea-onlyoffice/releases/tag/v1.0.0
---------
Co-authored-by: oleglistratov <[email protected] >
Reviewed-on: https://gitea.com/gitea/awesome-gitea/pulls/189
Reviewed-by: Lunny Xiao <[email protected] >
Co-authored-by: Novichek <[email protected] >
2026-07-09 20:57:27 +00:00
KenanZhu
8f1f1f835f
Add GiteaMailTemplates ( #186 )
...
Add [GiteaMailTemplates](https://github.com/KenanZhu/GiteaMailTemplates ) — 110 email templates across 10 visual styles for self-hosted Gitea,
under a new `Templates` section.
Does the new `Templates` category make sense here, or would it fit better under an existing section?
Reviewed-on: https://gitea.com/gitea/awesome-gitea/pulls/186
Reviewed-by: Lunny Xiao <[email protected] >
Reviewed-by: Nicolas <[email protected] >
Co-authored-by: KenanZhu <[email protected] >
Co-committed-by: KenanZhu <[email protected] >
2026-06-12 04:07:53 +00:00
L
6601a04650
update sdk for java by le-shi ( #184 )
...
Reviewed-on: https://gitea.com/gitea/awesome-gitea/pulls/184
Reviewed-by: Lunny Xiao <[email protected] >
Co-authored-by: L <[email protected] >
Co-committed-by: L <[email protected] >
2026-05-02 04:08:01 +00:00
Gabriel Adrian Samfira
12b804170c
Add GARM ( #183 )
...
With the latest release of v0.2.0, GARM now [officially supports Gitea](https://github.com/cloudbase/garm/releases/tag/v0.2.0 ).
Signed-off-by: Gabriel Adrian Samfira <[email protected] >
Reviewed-on: https://gitea.com/gitea/awesome-gitea/pulls/183
Reviewed-by: Lunny Xiao <[email protected] >
Co-authored-by: Gabriel Adrian Samfira <[email protected] >
Co-committed-by: Gabriel Adrian Samfira <[email protected] >
2026-04-30 20:50:27 +00:00
deadnews
7b03b898dc
feat: add gitea-pages ( #182 )
...
## Summary
- [gitea-pages](https://github.com/deadnews/gitea-pages ) - A static pages server for Gitea with minimal dependencies. `MIT` `Go`
Reviewed-on: https://gitea.com/gitea/awesome-gitea/pulls/182
Reviewed-by: Lunny Xiao <[email protected] >
Co-authored-by: deadnews <[email protected] >
Co-committed-by: deadnews <[email protected] >
2026-04-14 17:04:17 +00:00
Nicolas and Lunny Xiao
aa17ec1fd9
chore: update README structure and markdownlint configuration ( #180 )
...
This PR reorganizes the awesome list in README.md by maintenance status: Active projects, Unmaintained, and Archived.
It also updates the table of contents and moves previously symbol-tagged entries into their matching sections for better readability.
Finally, .markdownlint.yaml disables MD024 to allow repeated subsection headings across those status groups.
---------
Co-authored-by: Lunny Xiao <[email protected] >
Reviewed-on: https://gitea.com/gitea/awesome-gitea/pulls/180
Reviewed-by: Lunny Xiao <[email protected] >
Co-authored-by: Nicolas <[email protected] >
Co-committed-by: Nicolas <[email protected] >
2026-04-05 06:13:53 +00:00
Nicolas
39bc1a0e74
Add gitea-vs-extension ( #178 )
...
Reviewed-on: https://gitea.com/gitea/awesome-gitea/pulls/178
Reviewed-by: Lunny Xiao <[email protected] >
Reviewed-by: silverwind <[email protected] >
Co-authored-by: Nicolas <[email protected] >
Co-committed-by: Nicolas <[email protected] >
2026-04-04 14:38:07 +00:00
2f22f2756b
chore: remove broken links ( #177 )
...
Remove links no longer working according to: https://gitea.com/gitea/awesome-gitea/actions/runs/322794/jobs/510434
Co-authored-by: silverwind <[email protected] >
Co-authored-by: DaanSelen <[email protected] >
Reviewed-on: https://gitea.com/gitea/awesome-gitea/pulls/177
Reviewed-by: Lunny Xiao <[email protected] >
Reviewed-by: Nicolas <[email protected] >
Reviewed-by: silverwind <[email protected] >
Co-authored-by: DaanSelen <[email protected] >
Co-committed-by: DaanSelen <[email protected] >
2026-04-04 14:37:06 +00:00
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 <[email protected] >
Co-authored-by: mecseid <[email protected] >
Co-committed-by: mecseid <[email protected] >
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 <[email protected] >
Co-authored-by: luting <[email protected] >
Co-committed-by: luting <[email protected] >
2026-02-01 10:27:58 +00:00
2dd307031f
[FIX] Url gitea-notification-hub ( #174 )
...
Fixes incorrect URL for gitea-notification-hub.
- New: `https://github.com/vinnyy-afk/Gitea-Notifiction-Hub `
Sorry for the mistake!
---------
Co-authored-by: vinny <[email protected] >
Co-authored-by: techknowlogick <[email protected] >
Reviewed-on: https://gitea.com/gitea/awesome-gitea/pulls/174
Co-authored-by: vinnyy-afk <[email protected] >
Co-committed-by: vinnyy-afk <[email protected] >
2026-01-19 18:43:13 +00:00
22f927052a
Add gitea-notification-hub to DevOps section ( #173 )
...
## Summary
Adding [gitea-notification-hub](https://github.com/vincentc-afk/gitea-notification-hub ) - a webhook-to-Slack notification service.
## What it does
- Receives Gitea webhooks (PR, Issues, Comments)
- Sends personalized Slack DMs with real @mentions
- Notifies PR owners, reviewers, and assignees
- Maps Gitea users to Slack users via Gitea API + email lookup
- Caches user mappings in SQLite
---------
Co-authored-by: techknowlogick <[email protected] >
Co-authored-by: vinny <[email protected] >
Reviewed-on: https://gitea.com/gitea/awesome-gitea/pulls/173
Co-authored-by: vinnyy-afk <[email protected] >
Co-committed-by: vinnyy-afk <[email protected] >
2026-01-19 18:22:18 +00:00
Charles
22d1bffa1f
Remove Forgejo instances ( #172 )
...
Forgejo is generally considered a separate project from Gitea and
no longer considered a soft fork. A soft fork can be treated like a
server running a slightly modified version. A hard fork cannot.
Reviewed-on: https://gitea.com/gitea/awesome-gitea/pulls/172
Reviewed-by: Lunny Xiao <[email protected] >
Reviewed-by: delvh <[email protected] >
Co-authored-by: Charles <[email protected] >
Co-committed-by: Charles <[email protected] >
2025-08-29 23:27:54 +00:00
luting
1b7136d426
Update theme: Github Dark -> Github Themes ( #171 )
...
I have restructured the entire theme project and now it supports all basic color themes on Github. In the upcoming version release, I will support Github's color blind theme, which is no longer limited to dark themes
Reviewed-on: https://gitea.com/gitea/awesome-gitea/pulls/171
Reviewed-by: hiifong <[email protected] >
Reviewed-by: yp05327 <[email protected] >
Co-authored-by: luting <[email protected] >
Co-committed-by: luting <[email protected] >
2025-08-11 07:26:34 +00:00
dr-1 and Dominik Rubo
dd572217ff
Add terraform-gitea-provider ( #170 )
...
Closes #168
Co-authored-by: Dominik Rubo <[email protected] >
Reviewed-on: https://gitea.com/gitea/awesome-gitea/pulls/170
Reviewed-by: techknowlogick <[email protected] >
Co-authored-by: dr-1 <[email protected] >
Co-committed-by: dr-1 <[email protected] >
2025-07-23 12:51:58 +00:00
Sergey Karmanov
b75aabc41c
Add licences and languages ( #169 )
...
#167
Reviewed-on: https://gitea.com/gitea/awesome-gitea/pulls/169
Reviewed-by: Lunny Xiao <[email protected] >
Co-authored-by: Sergey Karmanov <[email protected] >
Co-committed-by: Sergey Karmanov <[email protected] >
2025-07-18 03:37:33 +00:00
Sergey Karmanov
2c1c7e47ce
Add deprecation notice ( #166 )
...
Notifications were added based on the last commit in the main/master branch or the last package publication if it is not a repository. Everything older than 2 (>=2) years has been marked
#162
Reviewed-on: https://gitea.com/gitea/awesome-gitea/pulls/166
Reviewed-by: Lunny Xiao <[email protected] >
Co-authored-by: Sergey Karmanov <[email protected] >
Co-committed-by: Sergey Karmanov <[email protected] >
2025-07-12 03:38:03 +00:00
Sergey Karmanov
f2a4d6679d
Add link tester to CI ( #164 )
...
For this repository, I wrote a small Github Action to check the validity of links.
https://github.com/marketplace/actions/links-check-action
Demo on [my Gitea instance](https://git.zetcraft.ru/serega404/awesome-gitea/actions/runs/19 )
Demo on [Github](https://github.com/serega404/awesome-gitea/actions/runs/16038610102/job/45255671331 )
Output example:
<img width="1420" alt="image.png" src="attachments/5364cf47-8606-4f2d-bd78-03da442cef8b">
Reviewed-on: https://gitea.com/gitea/awesome-gitea/pulls/164
Reviewed-by: Lunny Xiao <[email protected] >
Co-authored-by: Sergey Karmanov <[email protected] >
Co-committed-by: Sergey Karmanov <[email protected] >
2025-07-06 16:26:07 +00:00
serega404
b14eb4ce0f
Remove gitea-tree ( #163 )
...
404 on page https://github.com/vickllny/giteatree
Reviewed-on: https://gitea.com/gitea/awesome-gitea/pulls/163
Reviewed-by: Lunny Xiao <[email protected] >
Co-authored-by: serega404 <[email protected] >
Co-committed-by: serega404 <[email protected] >
2025-06-27 23:51:25 +00:00
DrMaxNix
8302203d29
Add One Dark Theme ( #161 )
...
This is the One Dark Theme we use on [git.tjdev.de](https://git.tjdev.de ).
Reviewed-on: https://gitea.com/gitea/awesome-gitea/pulls/161
Reviewed-by: Lunny Xiao <[email protected] >
Co-authored-by: DrMaxNix <[email protected] >
Co-committed-by: DrMaxNix <[email protected] >
2025-06-20 19:37:13 +00:00
NorthRealm
59b2cf8f7c
Add to Devops ( #159 )
...
It's a simple solution that enables running Gitea Actions job in ephemeral virtual machine.
Reviewed-on: https://gitea.com/gitea/awesome-gitea/pulls/159
Reviewed-by: ChristopherHX <[email protected] >
Reviewed-by: Lunny Xiao <[email protected] >
Co-authored-by: NorthRealm <[email protected] >
Co-committed-by: NorthRealm <[email protected] >
2025-04-23 17:35:15 +00:00
ExplodingDragon
d1ccc338b6
Add Web Hosting ( #158 )
...
Reviewed-on: https://gitea.com/gitea/awesome-gitea/pulls/158
Reviewed-by: hiifong <[email protected] >
Reviewed-by: techknowlogick <[email protected] >
Co-authored-by: ExplodingDragon <[email protected] >
Co-committed-by: ExplodingDragon <[email protected] >
2025-04-18 14:59:59 +00:00
nfort
887fe27678
add gopher-bot ( #157 )
...
Bot for quality checks golang application
Reviewed-on: https://gitea.com/gitea/awesome-gitea/pulls/157
Reviewed-by: techknowlogick <[email protected] >
Co-authored-by: nfort <[email protected] >
Co-committed-by: nfort <[email protected] >
2024-12-25 18:32:08 +00:00
luting
7061402c0f
Add theme: Github Dark ( #156 )
...
be based on https://github.com/Rainnny7/gitea-github-theme Second change, matching Github with a pure black theme, and the original project has not been maintained for more than a year
Reviewed-on: https://gitea.com/gitea/awesome-gitea/pulls/156
Reviewed-by: techknowlogick <[email protected] >
Co-authored-by: luting <[email protected] >
Co-committed-by: luting <[email protected] >
2024-12-12 18:14:43 +00:00
Troplo
6105321b35
Add theme: Earl Grey ( #155 )
...
This is the same Earl Grey theme referenced in #130 / #148 (original PR #56 ) I've been the primary maintainer since the original creator no longer wanted to maintain it a few years ago.
Reviewed-on: https://gitea.com/gitea/awesome-gitea/pulls/155
Co-authored-by: Troplo <[email protected] >
Co-committed-by: Troplo <[email protected] >
2024-12-09 17:42:50 +00:00
joaquinjsb
25eb99bdce
Adds Gitea Release Please ( #154 )
...
Signed-off-by: joaquinjsb <[email protected] >
Reviewed-on: https://gitea.com/gitea/awesome-gitea/pulls/154
Reviewed-by: techknowlogick <[email protected] >
Co-authored-by: joaquinjsb <[email protected] >
Co-committed-by: joaquinjsb <[email protected] >
2024-11-21 15:42:33 +00:00
feraxhp and techknowlogick
85070cb968
* grp cli tool added ( #153 )
...
Added a new CLI tool to interact with GitHub, Gitea and local repos.
Co-authored-by: techknowlogick <[email protected] >
Reviewed-on: https://gitea.com/gitea/awesome-gitea/pulls/153
Reviewed-by: techknowlogick <[email protected] >
Co-authored-by: feraxhp <[email protected] >
Co-committed-by: feraxhp <[email protected] >
2024-10-08 15:38:44 +00:00
年幼涩批
82a15d8da9
Added Pages plugin ( #151 )
...
Reviewed-on: https://gitea.com/gitea/awesome-gitea/pulls/151
Reviewed-by: John Olheiser <[email protected] >
Reviewed-by: Lunny Xiao <[email protected] >
Co-authored-by: 年幼涩批 <[email protected] >
Co-committed-by: 年幼涩批 <[email protected] >
2024-05-02 06:03:51 +00:00
lucas-labs
830f3a8585
add lugit theme ( #150 )
...
Adds a [theme I created](https://github.com/lucas-labs/gitea-lugit-theme ) a while ago, inspired by [Catpuccin](https://github.com/catppuccin/gitea ) and github


Reviewed-on: https://gitea.com/gitea/awesome-gitea/pulls/150
Reviewed-by: Lunny Xiao <[email protected] >
Reviewed-by: techknowlogick <[email protected] >
Co-authored-by: lucas-labs <[email protected] >
Co-committed-by: lucas-labs <[email protected] >
2024-04-12 02:31:51 +00:00
ChristopherHX
002eec5386
Add actions runner to DevOps ( #149 )
...
Use the actions/runner developed by GitHub with Gitea Actions
Reviewed-on: https://gitea.com/gitea/awesome-gitea/pulls/149
Reviewed-by: Lunny Xiao <[email protected] >
Co-authored-by: ChristopherHX <[email protected] >
Co-committed-by: ChristopherHX <[email protected] >
2024-03-05 03:24:06 +00:00
allen.cai and techknowlogick
04845c75b5
Add category: Actions ( #147 )
...
Add category: Actions
Signed-off-by: allen.cai <[email protected] >
Co-authored-by: techknowlogick <[email protected] >
Reviewed-on: https://gitea.com/gitea/awesome-gitea/pulls/147
Reviewed-by: Lunny Xiao <[email protected] >
Co-authored-by: allen.cai <[email protected] >
Co-committed-by: allen.cai <[email protected] >
2024-01-19 08:20:59 +00:00
Werenter
c61a83a050
Added gcli ( #146 )
...
I think this good project must be added to this list
Reviewed-on: https://gitea.com/gitea/awesome-gitea/pulls/146
Reviewed-by: John Olheiser <[email protected] >
Co-authored-by: Werenter <[email protected] >
Co-committed-by: Werenter <[email protected] >
2023-12-23 05:50:02 +00:00
Bo-Yi Wu
7e452f7439
docs(migration): add BitbucketServer2Gitea tool ( #145 )
...
https://github.com/appleboy/BitbucketServer2Gitea
A command line tool build with Golang to migrate a Bitbucket Server (Data Center) Project to Gitea. See the V1 REST API.
Reviewed-on: https://gitea.com/gitea/awesome-gitea/pulls/145
Reviewed-by: Lunny Xiao <[email protected] >
Co-authored-by: Bo-Yi Wu <[email protected] >
Co-committed-by: Bo-Yi Wu <[email protected] >
2023-12-19 05:26:18 +00:00
nodiscc
7be1f3f53c
add nodiscc.xsrv.gitea_act_runner ansible role ( #142 )
...
- ref. https://gitea.com/gitea/awesome-gitea/pulls/97
- ref. https://github.com/go-gitea/gitea/issues/23704
----
This is similar to https://gitea.com/gitea/awesome-gitea/pulls/97 and I would write a summary for it like I did last time, **but** as you can see, the commit seems to have changed all line endings (I committed from the web interface).
Steps to reproduce:
- Fork https://gitea.com/gitea/awesome-gitea/ from the web UI
- navigate to README.md, click the edit button
- add one line
- select `Create a new branch for this commit and start a Pull Request`, enter a commit message
- click the `Propose file change button`
- the diff shows all lines as changed (217 additions, 216 deletions)
Please let me know how I should proceed.
Reviewed-on: https://gitea.com/gitea/awesome-gitea/pulls/142
Reviewed-by: techknowlogick <[email protected] >
Reviewed-by: John Olheiser <[email protected] >
Co-authored-by: nodiscc <[email protected] >
Co-committed-by: nodiscc <[email protected] >
2023-11-26 14:19:55 +00:00
Leandro David Cacciagioni
0e63727b54
Removed DevHub ( #143 )
...
Company is out of bussiness at least for now.
Reviewed-on: https://gitea.com/gitea/awesome-gitea/pulls/143
Reviewed-by: delvh <[email protected] >
Co-authored-by: Leandro David Cacciagioni <[email protected] >
Co-committed-by: Leandro David Cacciagioni <[email protected] >
2023-11-23 20:39:16 +00:00
Davor Hrg
3a0961634a
CLI: Quickly open url to start PR process with current branch. ( #141 )
...
Co-authored-by: Davor Hrg <[email protected] >
Co-committed-by: Davor Hrg <[email protected] >
2023-11-15 17:26:27 +00:00
Sebastian Sauer
c51741e44b
Add gitea-conventional-comments-button ( #140 )
...
An open source browser extension to add buttons for conventional comments (https://conventionalcomments.org/ ) to gitea review comment boxes.
Reviewed-on: https://gitea.com/gitea/awesome-gitea/pulls/140
Reviewed-by: Lunny Xiao <[email protected] >
Co-authored-by: Sebastian Sauer <[email protected] >
Co-committed-by: Sebastian Sauer <[email protected] >
2023-11-05 08:07:00 +00:00
plashenkov and Yuri Plashenkov
77d9d607eb
Add Deep Dark theme ( #138 )
...
Hi! The Deep Dark theme link added.
Related issue: https://gitea.com/gitea/awesome-gitea/issues/137
Co-authored-by: Yuri Plashenkov <[email protected] >
Reviewed-on: https://gitea.com/gitea/awesome-gitea/pulls/138
Reviewed-by: Lunny Xiao <[email protected] >
Co-authored-by: plashenkov <[email protected] >
Co-committed-by: plashenkov <[email protected] >
2023-10-23 20:10:42 +00:00