- Existing code in the repo follows a folder-structure convention. Follow similar convention when contributing new samples.
- Use build tools that are popular with the language.
- There must be a unit test backing the sample. Unit tests must run against a live server running in
localhost:9080with username-password combination ofadmin/admin. - Ensure the code formatting and indentation follow the industry standard for that language.
- Fork the repo and send a pull request.