Skip to content

Latest commit

 

History

History
30 lines (17 loc) · 1.39 KB

CONTRIBUTING.md

File metadata and controls

30 lines (17 loc) · 1.39 KB

Contributing to Gauge

Contributions to Gauge are welcome and appreciated. Please read this document to understand the process for contributing.

Gauge Core v/s Plugins

Gauge Core is a project that has features that would reflect across all Gauge use cases. These features are typically agnostic of the user's choice of implementation language.

Plugins are meant to do something specific. These could be adding support for a new language, or have a new report etc.

So, depending on where you see your contribution fit, please focus on the respective repository.

Contribution process

Please read about the Contribution Process here, if you are happy please sign the Contributor's License Agreement.

How can I contribute

Contributions can be of many forms:

  • Open an issue, or participate in an existing one.
  • Write some code, and send us a pull request.
  • Enhance the documentation
  • Participate in design discussions on Google Groups

If you need help in getting started with contribution, feel free to reach out on the Google Groups or Gitter.

Developer documentation

If you are trying to write plugins for Gauge or trying to contribute to Gauge core, take a look at the Developer Documentation.