diff options
author | Yarden Shoham <hrsi88@gmail.com> | 2022-10-12 19:17:04 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-12 12:17:04 -0400 |
commit | b474730cf602991e0d7b8ca8e346d84e909f33ec (patch) | |
tree | a5b946973eba8aaf2bf8950fcc7f32e7b611e667 /README_ZH.md | |
parent | a902af75f480a5629f0747cd65531107e4897e4e (diff) | |
download | gitea-b474730cf602991e0d7b8ca8e346d84e909f33ec.tar.gz gitea-b474730cf602991e0d7b8ca8e346d84e909f33ec.zip |
Refactor Gitpod configuration to improve quick spin up of automated dev environments (#21411)
This commit instructs Gitpod to run `docs` in watch mode in fresh
development environments so any dev could start hacking in seconds.
Also included some vscode extensions for Vue, Go, and Docker.
Try it here:
[![Open in
Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/yardenshoham/gitea/tree/gitpod)
Signed-off-by: Yarden Shoham <hrsi88@gmail.com>
Co-authored-by: Gusted <williamzijl7@hotmail.com>
Diffstat (limited to 'README_ZH.md')
-rw-r--r-- | README_ZH.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/README_ZH.md b/README_ZH.md index 2be3574267..0e58ad6d4a 100644 --- a/README_ZH.md +++ b/README_ZH.md @@ -33,6 +33,12 @@ <a href="https://opensource.org/licenses/MIT" title="License: MIT"> <img src="https://img.shields.io/badge/License-MIT-blue.svg"> </a> + <a href="https://gitpod.io/#https://github.com/go-gitea/gitea"> + <img + src="https://img.shields.io/badge/Contribute%20with-Gitpod-908a85?logo=gitpod" + alt="Contribute with Gitpod" + /> + </a> <a href="https://crowdin.com/project/gitea" title="Crowdin"> <img src="https://badges.crowdin.net/gitea/localized.svg"> </a> |