tildefriends/docs/contributing.md

42 lines
844 B
Markdown
Raw Normal View History

2024-05-11 13:47:14 -04:00
# How to contribute
- Fork this repository
- Clone your repository
Alternatively, you can change the `origin` remote on your existing clone:
`git remote set-url origin https://dev.tildefriends.net/YOUR_USERNAME/tildefriends.git`
- Make your changes
- I want to edit C code !
2024-05-11 15:22:25 -04:00
TODO
2024-05-11 13:47:14 -04:00
- I want to edit JavaScript code !
2024-05-11 15:22:25 -04:00
TODO
2024-05-11 13:47:14 -04:00
- I want to write documentation !
Great! Before you do, have a look at the [documentation guidelines](guidelines/documentation-guidelines.md) to learn how to write consistent documentation.
2024-05-11 15:22:25 -04:00
In all cases:
- Make sure that your commit messages are descriptive.
2024-05-11 13:47:14 -04:00
- Format your changes:
If you've edited C code: run `make format`
If you've edited JavaScript code or the documentation: run `npm run format`
- Open a pull request
TODO
- Get your changes reviewed and merged
TODO