docs: add CONTRIBUTING link in README.md

This commit is contained in:
Misaka_L 2024-05-05 01:25:19 +08:00 committed by GitHub
commit 2ea62755ef
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 9 additions and 0 deletions

View file

@ -162,3 +162,8 @@ See [README of ALCOM][alcom] for more details.
[homebrew-vrc-get]: https://formulae.brew.sh/formula/vrc-get
[macports-vrc-get]: https://ports.macports.org/port/vrc-get
[scoop-vrc-get]: https://github.com/babo4d/scoop-xrtools/blob/master/bucket/vrc-get.json
## Contribution
- For how to contribute vrc-get: [CONTRIBUTING.md](CONTRIBUTING.md)
- For how to contribute localization to ALCOM (vrc-get-gui): [vrc-get-gui/CONTRIBUTING.md](vrc-get-gui/CONTRIBUTING.md) (**Please read [CONTRIBUTING.md#configuration-requirements](CONTRIBUTING.md#configuration-requirements) first before you read [vrc-get-gui/CONTRIBUTING.md](vrc-get-gui/CONTRIBUTING.md)!**)

View file

@ -37,3 +37,7 @@ npm run tauri build
ALCOM is currently based on tauri and next.js.
Run `npm run tauri dev` to start the development server and gui.
## Contribution
For how to contribute localization to ALCOM (vrc-get-gui): [CONTRIBUTING.md](CONTRIBUTING.md) (**Please read [../CONTRIBUTING.md#configuration-requirements](.../CONTRIBUTING.md#configuration-requirements) first before you read [CONTRIBUTING.md](CONTRIBUTING.md)!**)