mirror of
https://github.com/Tonejs/Tone.js
synced 2025-02-15 20:18:24 +00:00
Merge pull request #555 from azhuologist/fix-contributing-md-typos
Fix typos in CONTRIBUTING.md
This commit is contained in:
commit
f26c829dd6
1 changed files with 8 additions and 8 deletions
16
.github/CONTRIBUTING.md
vendored
16
.github/CONTRIBUTING.md
vendored
|
@ -8,11 +8,11 @@ To contribute examples, please follow the current style of the examples. Add you
|
|||
|
||||
### Docs
|
||||
|
||||
There is always more work that can be done on documentation. Especially adding good examples to methods and members to make the docs more informative and useful for people coming from diverse musical and technical backgrounds.
|
||||
There is always more work that can be done on documentation. Especially adding good examples to methods and members to make the docs more informative and useful for people coming from diverse musical and technical backgrounds.
|
||||
|
||||
All of the docs are written in [jsdoc](http://usejsdoc.org/)-style comments in the source code. If you catch a mistake, please send a pull request.
|
||||
All of the docs are written in [jsdoc](http://usejsdoc.org/)-style comments in the source code. If you catch a mistake, please send a pull request.
|
||||
|
||||
Along with this, It'd be great to integrate more visuals and references in the docs to help illustrate concepts.
|
||||
Along with this, it'd be great to integrate more visuals and references in the docs to help illustrate concepts.
|
||||
|
||||
### Forum
|
||||
|
||||
|
@ -22,14 +22,14 @@ If you are someone who is familiar with Tone.js, consider jumping in on [the for
|
|||
|
||||
I'd love to see more tutorials for newcomers to Tone.js to help them get up and running or solve a particular issue. If you make a tutorial, please send me a link.
|
||||
|
||||
### Tests
|
||||
### Tests
|
||||
|
||||
Tone.js has an extensive [test suite](https://github.com/Tonejs/Tone.js/wiki/Testing) using Mocha and Chai.
|
||||
Tone.js has an extensive [test suite](https://github.com/Tonejs/Tone.js/wiki/Testing) using Mocha and Chai.
|
||||
|
||||
Along with more unit tests, I'd also be great to have more tests which run in the online context and generate music to help find bugs by ear that the automated tests might not illuminate. [Audiokit](http://audiokit.io/tests/), for example, has a great suite of aural tests.
|
||||
Along with more unit tests, it'd also be great to have more tests which run in the online context and generate music to help find bugs by ear that the automated tests might not illuminate. [Audiokit](http://audiokit.io/tests/), for example, has a great suite of aural tests.
|
||||
|
||||
You can also take a look at Tone.js' [code coverage](https://coveralls.io/github/Tonejs/Tone.js) to get an idea of where more tests might be helpful.
|
||||
You can also take a look at Tone.js' [code coverage](https://coveralls.io/github/Tonejs/Tone.js) to get an idea of where more tests might be helpful.
|
||||
|
||||
### Synths/Effects
|
||||
|
||||
If you'd like to contribute a cool and expressive synth or effect, i'd love to hear it. Please send me an example that i can play with along with the PR.
|
||||
If you'd like to contribute a cool and expressive synth or effect, I'd love to hear it. Please send me an example that I can play with along with the PR.
|
||||
|
|
Loading…
Add table
Reference in a new issue