We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0ac7eff + f98b122 commit 7ad9dd2Copy full SHA for 7ad9dd2
.github/CONTRIBUTING.md
@@ -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