mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2024-11-10 08:55:37 +08:00
parent
5c58270bde
commit
1d8930cb0d
11 changed files with 8 additions and 4 deletions
4
.github/workflows/publish-docker-images.yml
vendored
4
.github/workflows/publish-docker-images.yml
vendored
|
@ -52,7 +52,7 @@ jobs:
|
|||
password: ${{ secrets.DOCKER_ACCESS_TOKEN }}
|
||||
repository: ${{ env.BE_REPO }}
|
||||
short-description: Official backend server for monkeytype.com
|
||||
readme-filepath: ./SELF_HOSTING.md
|
||||
readme-filepath: ./docs/SELF_HOSTING.md
|
||||
|
||||
- name: Frontend extract metadata (tags, labels)
|
||||
id: femeta
|
||||
|
@ -79,4 +79,4 @@ jobs:
|
|||
password: ${{ secrets.DOCKER_ACCESS_TOKEN }}
|
||||
repository: ${{ env.FE_REPO }}
|
||||
short-description: Official frontend server for monkeytype.com
|
||||
readme-filepath: ./SELF_HOSTING.md
|
||||
readme-filepath: ./docs/SELF_HOSTING.md
|
||||
|
|
|
@ -33,11 +33,15 @@ If you encounter a bug or have a feature request, [send us an email](mailto:cont
|
|||
|
||||
# Want to Contribute?
|
||||
|
||||
Refer to [CONTRIBUTING.md](./CONTRIBUTING.md).
|
||||
Refer to [CONTRIBUTING.md](./docs/CONTRIBUTING.md).
|
||||
|
||||
# Code of Conduct
|
||||
|
||||
Before contributing to this repository, please read the [code of conduct](./CODE_OF_CONDUCT.md).
|
||||
Before contributing to this repository, please read the [code of conduct](./docs/CODE_OF_CONDUCT.md).
|
||||
|
||||
# Security
|
||||
|
||||
To report a security vulnerability, please refer to [SECURITY.md](./docs/SECURITY.md).
|
||||
|
||||
# Credits
|
||||
|
||||
|
|
Loading…
Reference in a new issue