1
0
mirror of https://gitea.com/gitea/tea.git synced 2024-06-16 06:25:25 +00:00

README: document some dev tasks (#79)

This commit is contained in:
Norwin 2019-12-26 03:26:48 +00:00 committed by Lunny Xiao
parent 97f0ea1c22
commit d9e6db96a7

View File

@ -42,7 +42,7 @@ tea issues
tea releases
```
> If you are inside a git repository hosted on a gitea instance, you don't need to specify the `--login` and `--repo` flags!
To fetch issues from different repos, use the `--remote` flag (when inside a gitea repository directory) or `--login` & `--repo` flags.
## Compilation
@ -58,6 +58,10 @@ go build
Fork -> Patch -> Push -> Pull Request
- `make test` run testsuite
- `make vendor` when adding new dependencies
- ... (for other development tasks, check the `Makefile`)
## Authors
* [Maintainers](https://github.com/orgs/go-gitea/people)