This is the contribute.md of project EmberDroplet. Great to have you here. Here are a few ways you can help make this project better!
Feel free to fork the project and submit a pull request. All contributions welcome!
- Try to maintain the styling of existing code (whitespace, comments, etc.)
- Try to include tests for new functionality
- Ensure that the tests pass before submitting a pull request (
npm test
) - Update documentation when behavior changes
- Run the build process to update documentation and minified code
- Feel free to update the version numbers in
package.json
andbower.json
following semver guidelines
For more information about getting started, including how to build and test the application, see README.md.
If you find an issue with the documentation, or see a way it can be improved, submit a pull request with your change. YUIDoc is used to generate documentation, so function-level documentation can be added in the code (e.g. `
- Adam Timberlake, adam.timberlake@gmail.com