From d4cb59630b84adaea4f14447e9343b0acc6644f6 Mon Sep 17 00:00:00 2001 From: Yarden Shoham Date: Mon, 12 Feb 2024 20:41:34 +0000 Subject: [PATCH] Use Markdown alert syntax for notes in README It looks nicer Signed-off-by: Yarden Shoham --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 5356fcfacd52e..174e37769c1bb 100644 --- a/README.md +++ b/README.md @@ -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