Testsigma welcomes contributions from everyone. If you feel insecure about how to start contributing, feel free to ask us on our Discord channel in the #contributors channel.
Add-ons extend the test automation capabilities of Testsigma. Learn more about add-ons here. Check out existing add-ons here.
Read our Code of Conduct before contributing
We appreciate first-time contributors and we are happy to assist you in getting started. In case of questions, just reach out to us!
If you are not sure what add-ons to build checkout the good first add-ons list here. If you have interesting ideas to create add-ons, create a new addon request here.
We use Github Flow, so all code changes happen through pull requests. Learn more.
- Please make sure there is an issue associated with the work that you're doing. If it doesn’t exist, create an issue.
- If you're working on an issue, please comment that you are doing so to prevent duplicate work by others also.
- Fork the repo and create a new branch from the main branch.
- Please name the branch as issue-[issue-number]-[issue-name(optional)] or new-addon-[feature-number]–[feature-name(optional)]. For example, if you are fixing Issue #205 name your branch as issue-205 or issue-205-selectbox-handling-changes
- Please add tests for your changes.
- Squash your commits and refer to the issue using
Fix #<issue-no>
in the commit message, at the start. - Rebase master with your branch and push your changes.
Refer to this document to learn how to set up a dev environment.
The main branch(protected)contains the code that is tested and released. Pull requests should be made against the main branch. main contains all of the new features and fixes that are under testing and ready to go out in the next release.
Once you are done with the code changes on your local machine, follow the below steps to commit.
- Please make sure there is an issue associated with the work that you're doing. If it doesn’t exist, create an issue.
- Squash your commits and refer to the issue using
Fix #<issue-no>
in the commit message, at the start. - Rebase master with your branch and push your changes.
- Once you are confident in your code changes, create a pull request in your fork to the main branch in the testsigmahq/testsigma-add-ons base repository.
- Link the issue of the base repository in your Pull request description. Guide
For all contributions, a CLA (Contributor License Agreement) needs to be signed here before (or after) the pull request has been submitted. A bot will prompt contributors to sign the CLA via a pull request comment, if necessary.
-
The first line should be a summary of the changes, not exceeding 50 characters, followed by an optional body that has more details about the changes. Refer to this link for more information on writing good commit messages.
-
Don't add a period/dot (.) at the end of the summary line.
##Publish add-ons Once the pull request has been approved, Project maintainers will publish new add-ons to the marketplace (https://testsigma.com/add-ons). This can take up to 7 days.