UNPKG

618 BMarkdownView Raw
1## Contributing
2
3* If you're unsure if a feature would make a good addition, you can always [create an issue](https://github.com/bbc/http-transport/issues/new) first. Raising an issue before creating a pull request is recommended.
4* We aim for 100% test coverage. Please write tests for any new functionality or changes.
5* Any API changes should be fully documented.
6* Make sure your code meets our linting standards. Run `npm run lint` to check your code.
7* Maintain the existing coding style. There are some settings in `.jsbeautifyrc` to help.
8* Be mindful of others when making suggestions and/or code reviewing.