Skip to content

Latest commit

 

History

History
29 lines (24 loc) · 1.42 KB

CONTRIBUTING.md

File metadata and controls

29 lines (24 loc) · 1.42 KB

Questions

If you are having problems using the APIs or have a question about IBM Cloud services, please ask a question at Stack Overflow.

Issues

If you encounter an issue with the project, you are welcome to submit a bug report. Before that, please search for similar issues. It's possible that someone has already reported the problem.

General Information

For general guidance on contributing to this project, please see this link

Prerequisites

The following tools are required in order to build this project:

  • Git
  • A modern version of the make utility.
    Note: Windows users will likely need to install one of the various make utilities available for Windows.
  • A version of Go that is >= the minimum version supported by the project.

Windows users might find it more convenient to use Windows Subsystem for Linux (WSL) or Cygwin when making contributions to this project.

Updating an existing service within the SDK

For instructions on updating an existing service within the SDK, please see update_service.md