Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 1000 Bytes

CONTRIBUTING.md

File metadata and controls

24 lines (16 loc) · 1000 Bytes

Contribution guidelines

Filing issues

File issues using the standard Github issue tracker for this repository. Before you submit a new issue, please search the list of issues to see if anyone already submitted a similar issue.

Contributing patches

Thank you for your contributions! Please follow this process to submit a patch:

  • Create an issue describing your proposed change to the repository.
  • Fork the repository and create a topic branch. See also Understanding the GitHub Flow.
  • Refer to the README for how to build and test the openshift-vsts.
  • Submit a pull request with the proposed changes. To make reviewing and integration as smooth as possible, please run the npm test target prior to submitting the pull request.