README: document some dev tasks (#79)
This commit is contained in:
parent
97f0ea1c22
commit
d9e6db96a7
|
@ -42,7 +42,7 @@ tea issues
|
||||||
tea releases
|
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
|
## Compilation
|
||||||
|
|
||||||
|
@ -58,6 +58,10 @@ go build
|
||||||
|
|
||||||
Fork -> Patch -> Push -> Pull Request
|
Fork -> Patch -> Push -> Pull Request
|
||||||
|
|
||||||
|
- `make test` run testsuite
|
||||||
|
- `make vendor` when adding new dependencies
|
||||||
|
- ... (for other development tasks, check the `Makefile`)
|
||||||
|
|
||||||
## Authors
|
## Authors
|
||||||
|
|
||||||
* [Maintainers](https://github.com/orgs/go-gitea/people)
|
* [Maintainers](https://github.com/orgs/go-gitea/people)
|
||||||
|
|
Loading…
Reference in New Issue