Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 784 Bytes

CONTRIBUTING.md

File metadata and controls

30 lines (19 loc) · 784 Bytes

How To Contribute

Contributions are welcome as we strive to make this module as useful as possible for everyone. However time is not always on our side, and changes may not be reviewed or merged in a timely manner.

If this module is found to be missing in functionality, please open an issue describing the proposed change - discussing changes ahead of time reduces friction within pull requests.

Prerequisites

You will need the following things properly installed on your computer:

Installation

  • git clone <repository-url> this repository
  • cd statuscake-go

Running tests

  • go test ./...

Making Changes

See the contributing guide at devhandbook.org