These are just guidelines, not rules. Use your best judgment. Please feel free to propose changes to this document in a pull request.
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].
For general queries and discussions, please use the Cognizant Intelligent Test Scripter Forum on Google Groups
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.
-
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.
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."