forked from go-gitea/gitea
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use Markdown alert syntax for notes in README (go-gitea#29150)
- It looks nicer - This syntax is supported on both GitHub and Gitea Signed-off-by: Yarden Shoham <[email protected]>
- Loading branch information
1 parent
5835afd
commit 004ad0e
Showing
1 changed file
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 **[email protected]**. 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 **[email protected]**. Thanks! | ||
## Translating | ||
|
||
|