Skip to content

Commit

Permalink
Merge pull request #14 from stof/add_contributing_guidelines
Browse files Browse the repository at this point in the history
Add contribution guidelines
  • Loading branch information
stof authored Oct 14, 2024
2 parents 0ac7eff + f98b122 commit 7ad9dd2
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# How to contribute

## Generated code

Most code in this package is generated by the
[async-aws code generator](https://packagist.org/packages/async-aws/code-generator).

Changes should be done in the manifest file and code should be regenerated
instead of changing it directly, as manual changes will be lost when the code
is regenerated. The CI will enforce that rule.
To regenerate the code, run:

```bash
./generate --all
```

As Amazon Incentives does not provide an API description for SDKs in the format
used for AWS SDKs, we are maintaining it ourselves in the
[`manifest`](../manifest/) folder. This manifest is partial. It only covers the
endpoints supported by the SDK.

0 comments on commit 7ad9dd2

Please sign in to comment.