Sha256: 7d93051e4f78fd876d636c89d25b46bdb7768f41f86af1de04fbd0c9bae549c0

Contents?: true

Size: 1.33 KB

Versions: 13

Compression:

Stored size: 1.33 KB

Contents

# Contributing to the Microsoft Graph SDK for Ruby

The Microsoft Graph SDK for Ruby is available for all manner of contribution. There are a couple of different recommended paths to get contributions into the released version of this SDK.

__NOTE__ A signed a contribution license agreement is required for all contributions, and is checked automatically on new pull requests. Please read and sign [the agreement](https://cla.microsoft.com/) before starting any work for this repository.

## File issues

The best way to get started with a contribution is to start a dialog with the owners of this repository. Sometimes features will be under development or out of scope for this SDK and it's best to check before starting work on contribution.

## Submit pull requests for trivial changes

If you are making a change that does not affect the interface components and does not affect other downstream callers, feel free to make a pull request against the __main__ branch.  The main branch will be updated frequently.

Revisions of this nature will result in a 0.0.X change of the version number.

## Submit pull requests for features

If major functionality is being added, or there will need to be gestation time for a change, it should be submitted against the __feature__ branch.

Revisions of this nature will result in a 0.X.X change of the version number.

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
microsoft_graph-0.22.2 CONTRIBUTING.md
microsoft_graph-0.22.1 CONTRIBUTING.md
microsoft_graph-0.21.0 CONTRIBUTING.md
microsoft_graph-0.20.0 CONTRIBUTING.md
microsoft_graph-0.19.0 CONTRIBUTING.md
microsoft_graph-0.18.0 CONTRIBUTING.md
microsoft_graph-0.17.0 CONTRIBUTING.md
microsoft_graph-0.16.0 CONTRIBUTING.md
microsoft_graph-0.15.0 CONTRIBUTING.md
microsoft_graph-0.14.0 CONTRIBUTING.md
microsoft_graph-0.13.0 CONTRIBUTING.md
microsoft_graph-0.12.0 CONTRIBUTING.md
microsoft_graph-0.11.0 CONTRIBUTING.md