Skip to content

Commit f98b122

Browse files
committed
Add contribution guidelines
1 parent 374f977 commit f98b122

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

.github/CONTRIBUTING.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# How to contribute
2+
3+
## Generated code
4+
5+
Most code in this package is generated by the
6+
[async-aws code generator](https://packagist.org/packages/async-aws/code-generator).
7+
8+
Changes should be done in the manifest file and code should be regenerated
9+
instead of changing it directly, as manual changes will be lost when the code
10+
is regenerated. The CI will enforce that rule.
11+
To regenerate the code, run:
12+
13+
```bash
14+
./generate --all
15+
```
16+
17+
As Amazon Incentives does not provide an API description for SDKs in the format
18+
used for AWS SDKs, we are maintaining it ourselves in the
19+
[`manifest`](../manifest/) folder. This manifest is partial. It only covers the
20+
endpoints supported by the SDK.

0 commit comments

Comments
 (0)