Update documentation

This commit is contained in:
eikek
2022-04-12 22:34:05 +02:00
parent ffa6cc580b
commit e7a0f92a3a
8 changed files with 37 additions and 13 deletions

View File

@ -167,9 +167,8 @@ export QEMU_NET_OPTS "hostfwd=tcp::7880-:7880"
# Release
The CI and making a release is done via [github
actions](https://docs.github.com/en/actions). The workflow is roughly
like this:
The CI and making a release is done via github actions. The workflow
is roughly like this:
- each PR is only merged if the `sbt ci` task returns successfully.
This is ensured by the `ci.yml` workflow that triggers on each pull

View File

@ -360,7 +360,7 @@ You can publish your work to this repo in various ways:
This is the preferred way, because it means less work for me :). If
you have a github account, you can create a pull request. Here is a
quick walk-through. There is a thorough help [at
github](https://help.github.com/en/github/collaborating-with-issues-and-pull-requests/proposing-changes-to-your-work-with-pull-requests).
github](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request-from-a-fork).
1. Fork this repository in the github webapp
2. Go to the docspell source root you checked out in the terminal. Run: