Skip to content

Commit f9c3459

Browse files
authored
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 <[email protected]>
1 parent ee242a0 commit f9c3459

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -97,17 +97,17 @@ More info: https://docs.gitea.com/installation/install-from-source
9797

9898
./gitea web
9999

100-
NOTE: If you're interested in using our APIs, we have experimental
101-
support with [documentation](https://try.gitea.io/api/swagger).
100+
> [!NOTE]
101+
> If you're interested in using our APIs, we have experimental support with [documentation](https://try.gitea.io/api/swagger).
102102
103103
## Contributing
104104

105105
Expected workflow is: Fork -> Patch -> Push -> Pull Request
106106

107-
NOTES:
108-
109-
1. **YOU MUST READ THE [CONTRIBUTORS GUIDE](CONTRIBUTING.md) BEFORE STARTING TO WORK ON A PULL REQUEST.**
110-
2. If you have found a vulnerability in the project, please write privately to **[email protected]**. Thanks!
107+
> [!NOTE]
108+
>
109+
> 1. **YOU MUST READ THE [CONTRIBUTORS GUIDE](CONTRIBUTING.md) BEFORE STARTING TO WORK ON A PULL REQUEST.**
110+
> 2. If you have found a vulnerability in the project, please write privately to **[email protected]**. Thanks!
111111
112112
## Translating
113113

0 commit comments

Comments
 (0)