Skip to content

Latest commit

 

History

History
38 lines (21 loc) · 1.72 KB

File metadata and controls

38 lines (21 loc) · 1.72 KB

Contributing to Cognizant Intelligent Test Scripter

These are just guidelines, not rules. Use your best judgment. Please feel free to propose changes to this document in a pull request.

Code of Conduct

This project adheres to the Contributor Covenant code of conduct. By participating, you are expected to uphold this code. Please report unacceptable behavior to [email protected].

Communication

For general queries and discussions, please use the Cognizant Intelligent Test Scripter Forum on Google Groups

How Can I Contribute?

Sign the CLA

Before you contribute, we first ask people to sign a Contributor License Agreement (or CLA). We ask this so that we know that contributors have the right to donate the code.

When you open your pull request we ask that you indicate that you've signed the CLA. This will reduce the time it takes for us to integrate it.

Contributing

  • Before doing a Pull Request, please check if the feature you want to document is already present in the existing help content.

  • In case of typos and grammatical errors, you can do a Pull Request right away.

  • Create an github issue saying that you are going to work on the particular part to avoid multiple people working on the same content.

Submiting Changes

Always write a clear log message for your commits. One-line messages are fine for small changes, but bigger changes should look like this:

$ git commit -m "A brief summary of the commit
> 
> A paragraph describing what changed and its impact."