- If you'd like to edit/update the documentation, submit a Pull Request
- If you'd like to start a dialog, post a new Discussion
- If you'd like to assist other users of jquery-csv, answer qustions on StackOverflow
- If you'd like to promote this project, write articles or blog posts and link back to the project
- If you'd like to add a new example or test, submit a Specification
- If you'd like to propose a new feature, submit a Feature request
DO
- Follow the Forking Workflow
- Fork the project
- Clone your fork
- Add a remote pointing to the origin repo
- Create a new
feature
branch - Checkout the
feature
branch - Commit your changes
- Rebase your changes onto the latest w/
git pull --rebase
- Post a PR comparing
origin/master
to thefork/feature
- Provide tests where applicable
- Provide documentation updates that apply to the changes
- Follow the current style of the project
Don't
- Group multiple features into a single PR
- Co-mingle whitespace changes with code changes
- Make superficial changes (ie style/structure) to existing code
- Make API breaking changes unless they're clearly documented in a Specification