Skip to content

Commit

Permalink
add CLA
Browse files Browse the repository at this point in the history
  • Loading branch information
fechan committed Oct 27, 2024
1 parent 5329a91 commit 7b325ff
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,7 @@ As long as you're using those versions, your changes will likely work on higher
5. Make sure ComputerCraft can access the SIGILS server. If you are running it on localhost, you will need to [allow access to local IPs](https://tweaked.cc/guide/local_ips.html).
6. Run SIGILS and close it. This will create `sigils-config.json` in the same directory.
7. Modify `server` in `sigils-config.json` to the address of your dev server (probably `ws://localhost:3000`).
8. Restart SIGILS and check that it actually connects to your dev server. If it does, congratulations! You can start developing.
8. Restart SIGILS and check that it actually connects to your dev server. If it does, congratulations! You can start developing.

## Contributor License Agreement
By contributing code to SIGILS you agree to assign the copyright of your contributions to Frederick Chan. The SIGILS source code is then licensed to the public under the terms in the `LICENSE` file in the project root (as of 27 Oct 2024, it is GPL v3).

0 comments on commit 7b325ff

Please sign in to comment.