Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 1.2 KB

CONTRIBUTING.md

File metadata and controls

22 lines (14 loc) · 1.2 KB

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!

Adding new features

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 and bower.json following semver guidelines

For more information about getting started, including how to build and test the application, see README.md.

Documentation

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. `

Team members