@softrams/gauge-taiko-steps
Version:
Implementation of common test steps with Taiko driver for writing tests with Gauge framework
41 lines (26 loc) • 1.78 kB
Markdown
# Contributing
When contributing to this repository, please first discuss the change you wish to make via issue with the owners of this repository before making a change.
## Contributing to Development
Issues will be labelled with `help wanted` or `good first issue`
- `Help wanted` label indicates tasks where the project team would appreciate community help
- `Good first issue` label indicates a task that introduce developers to the project, have low complexity, and are isolated
## Version Control
The project uses git as its version control system and GitHub as the central server and collaboration platform.
### Branching model
This repository is maintained in a simplified [Gitflow](https://jeffkreeftmeijer.com/git-flow/) fashion, where all active development happens on the develop branch while master is used to maintain stable versions. Tasks with higher complexity, prototypes, and experiments will occur in feature branches
### Versioning
Any release from master will have a unique version
`MAJOR.MINOR.PATCH` will be incremented by:
1. `MAJOR` version when breaking changes occur
2. `MINOR` version with new functionality that is backwards-compatible
3. `PATCH` version with backwards-compatible bug fixes
## Pull Request Process
1. All work must be done in a fork off the dev branch
2. Ensure any install or build dependencies are removed
3. Increase version numbers [accordingly](#versioning)
4. Open pull request on the `develop` branch of your fork
5. All Git commits within a PR must be
[signed off](https://git-scm.com/docs/git-commit#Documentation/git-commit.txt--s)
to indicate the contributor's agreement with the
[Developer Certificate of Origin](https://developercertificate.org/).
6. Docker container should build without error.