diff options
author | Yarden Shoham <git@yardenshoham.com> | 2024-02-12 23:14:24 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-12 15:14:24 -0600 |
commit | f9c3459831659d37fd885dd1a9db32dcf19420e4 (patch) | |
tree | 54e270930e70da4dcdb9a6b9a43da30dd9f8722a /README.md | |
parent | ee242a08e98f5d754b5ed7846f6c7847bbf5d3da (diff) | |
download | gitea-f9c3459831659d37fd885dd1a9db32dcf19420e4.tar.gz gitea-f9c3459831659d37fd885dd1a9db32dcf19420e4.zip |
Use Markdown alert syntax for notes in README (#29150)
- It looks nicer
- This syntax is supported on both GitHub and Gitea
Signed-off-by: Yarden Shoham <git@yardenshoham.com>
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -97,17 +97,17 @@ More info: https://docs.gitea.com/installation/install-from-source ./gitea web -NOTE: If you're interested in using our APIs, we have experimental -support with [documentation](https://try.gitea.io/api/swagger). +> [!NOTE] +> If you're interested in using our APIs, we have experimental support with [documentation](https://try.gitea.io/api/swagger). ## Contributing Expected workflow is: Fork -> Patch -> Push -> Pull Request -NOTES: - -1. **YOU MUST READ THE [CONTRIBUTORS GUIDE](CONTRIBUTING.md) BEFORE STARTING TO WORK ON A PULL REQUEST.** -2. If you have found a vulnerability in the project, please write privately to **security@gitea.io**. Thanks! +> [!NOTE] +> +> 1. **YOU MUST READ THE [CONTRIBUTORS GUIDE](CONTRIBUTING.md) BEFORE STARTING TO WORK ON A PULL REQUEST.** +> 2. If you have found a vulnerability in the project, please write privately to **security@gitea.io**. Thanks! ## Translating |