Skip to content

Commit 7ad9dd2

Browse files
authored
Merge pull request #14 from stof/add_contributing_guidelines
Add contribution guidelines
2 parents 0ac7eff + f98b122 commit 7ad9dd2

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

.github/CONTRIBUTING.md

+20
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)