Skip to content
This repository has been archived by the owner on Mar 17, 2021. It is now read-only.

Latest commit

 

History

History
34 lines (23 loc) · 1.42 KB

CONTRIBUTING.md

File metadata and controls

34 lines (23 loc) · 1.42 KB

Contributing to this project

The BBC is not currently inviting contributions to this project, if you wish to raise issues or pull requests there is no guarantee this will be looked at.

Raising Issues

Issues should include:

  1. What you expected to see
  2. What you actually saw
  3. What you did to reproduce the issue
  4. Device/Browser details

Ideally screenshots would also be helpful.

Pull Requests

We do not accept direct commits to the code base.

Any code contributions must:

  1. Be submitted via Pull Requests.
  2. Include unit tests for any code amended.
  3. Include summary of what was changed and why in the Pull Request.
  4. Pass the Pull Request Build.
  5. NOT include version number changes

Legal

By creating a pull request you:

  1. Grant the copyright to the BBC (section 2 of https://www.apache.org/licenses/icla.txt )
  2. Are legally allowed to grant the copyright to the BBC (section 4 of https://www.apache.org/licenses/icla.txt )
  3. Assert that the contents of the pull request are your own original creation (section 5 of https://www.apache.org/licenses/icla.txt )

On merging of the first pull request from a particular user, the merger of the pull request should assert (probably via comments on the pull request) that the creator of the pull request has accepted the above conditions. On merging subsequent pull requests from the same user, it can be assumed that the user already accepted the above conditions.