Update CONTRIBUTING.md

This commit is contained in:
Cohee 2024-08-11 00:13:24 +03:00 committed by GitHub
parent eac2e3d81e
commit 22d13a0aee
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 5 additions and 0 deletions

View File

@ -34,3 +34,8 @@
- What did you do to achieve this? - What did you do to achieve this?
- How would a reviewer test the change? - How would a reviewer test the change?
6. Mind the license. Your contributions will be licensed under the GNU Affero General Public License. If you don't know what that implies, consult your lawyer. 6. Mind the license. Your contributions will be licensed under the GNU Affero General Public License. If you don't know what that implies, consult your lawyer.
## Further reading
1. [How to write UI extensions](https://docs.sillytavern.app/for-contributors/writing-extensions/)
2. [How to write server plugins](https://docs.sillytavern.app/for-contributors/server-plugins)