Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 811 Bytes

CONTRIBUTING.md

File metadata and controls

25 lines (16 loc) · 811 Bytes

Contributing to the QnABot

Contributions to the QnABot should be made via GitHub pull requests and discussed using GitHub issues.

Before you start

If you would like to make a significant change, it's a good idea to first open an issue to discuss it.

Making the request

Development takes place against the develop branch of this repository and pull requests should be opened against that branch.

Testing

Any contributions should pass all tests, including those not run by our current CI system.

You may run all test by running the make test.

For significant changes, we may ask you to sign a Contributor License Agreement.