diff options
| author | Crozet Sébastien <developer@crozet.re> | 2021-04-01 14:59:25 +0200 |
|---|---|---|
| committer | Crozet Sébastien <developer@crozet.re> | 2021-04-01 14:59:25 +0200 |
| commit | 19e43c44c80c86e23a693c723406b190c76c1208 (patch) | |
| tree | c5a6af862168865f23b9909ffe7c27e92b07df82 /CONTRIBUTING.md | |
| parent | 160ae1ad3dac824cd87d260d5c54bc51ee175d81 (diff) | |
| download | rapier-19e43c44c80c86e23a693c723406b190c76c1208.tar.gz rapier-19e43c44c80c86e23a693c723406b190c76c1208.tar.bz2 rapier-19e43c44c80c86e23a693c723406b190c76c1208.zip | |
Fix some typos and links.
Diffstat (limited to 'CONTRIBUTING.md')
| -rw-r--r-- | CONTRIBUTING.md | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index c12c695..ee08764 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -8,7 +8,7 @@ Thank you for wanting to contribute! Contribution can take many forms, including - [Donations on GitHub Sponsors](https://github.com/sponsors/dimforge). It is strongly recommended to [open an issue](https://github.com/dimforge/rapier/issues) or to discuss -with us [on Discord](discord) before fixing complicated issues, or implementing new +with us [on Discord][discord] before fixing complicated issues, or implementing new features. @@ -26,7 +26,7 @@ The Rust source code of the Rapier physics engines is available on our `rapier` - Run the 3D examples with the `parallel` and `simd-stable` features enabled: `cd all_examples3; cargo run --release --features parallel,simd-stable` 4. Once you are satisfied with your changes, submit them by [opening a Pull Request](https://github.com/dimforge/rapier/pulls) on GitHub. 5. If that Pull Request does something you need urgently, or if you think it has been forgotten, don't hesitate - to ask **@sebcrozet** directly [on Discord](discord) for a review. + to ask **@sebcrozet** directly [on Discord][discord] for a review. 6. Iterate with the reviewer until the PR gets merged. ## Contributing to the user-guide [rapier](https://rapier.rs) @@ -44,7 +44,7 @@ If you would like to fix it yourself, here is the procedure: The default local address is http://localhost:3000 . 4. Once you are satisfied with your changes, submit them by [opening a Pull Request](https://github.com/dimforge/rapier.rs/pulls) on GitHub. 5. If that Pull Request does something you need urgently, or if you think it has been forgotten, don't hesitate - to ask **@sebcrozet** directly [on Discord](discord) for a review. + to ask **@sebcrozet** directly [on Discord][discord] for a review. 6. Iterate with the reviewer until the PR gets merged. ## Contributing to the JavaScript/TypeScript bindings @@ -66,10 +66,10 @@ changes you may: - To test your changes, go back to the repository's root directory, and do: `cd testbed3d; npm install; npm link ../rapier3d/pkg; npm run start`. This will open the 3D examples on your browser. - Our build system for these JS bindings is still a bit messy right now. If you have any trouble, don't - hesitate to contact us [on Discord](discord). + hesitate to contact us [on Discord][discord]. 4. Once you are satisfied with your changes, submit them by [opening a Pull Request](https://github.com/dimforge/rapier.js/pulls) on GitHub. 5. If that Pull Request does something you need urgently, or if you think it has been forgotten, don't hesitate - to ask **@sebcrozet** directly [on Discord](discord) for a review. + to ask **@sebcrozet** directly [on Discord][discord] for a review. 6. Iterate with the reviewer until the PR gets merged. [discord]: https://discord.gg/vt9DJSW
\ No newline at end of file |
