You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The `smithy-kotlin` repository contains the generic Smithy code generation tools for Kotlin.
22
22
23
-
If you want to contribute by diving into the codegen machinery and helping develop the SDK please refer to the [contributing guide](https://github.com/awslabs/smithy-kotlin/blob/main/CONTRIBUTING.md) in that repo.
23
+
If you want to contribute by diving into the codegen machinery and helping develop the SDK please refer to the [contributing guide](https://github.com/smithy-lang/smithy-kotlin/blob/main/CONTRIBUTING.md) in that repo.
24
24
25
25
26
26
## Reporting Bugs/Feature Requests
@@ -78,7 +78,7 @@ following fields:
78
78
|`id`|`string`| yes || A unique identifier for this entry. We recommend you generate a UUID for this field. |
79
79
|`type`|`string`| yes |`bugfix`, `feature`, `documentation`, `misc`| The type of change being made. |
80
80
|`description`|`string`| yes || A description of the change being made.<ul><li>Prefix with `**Breaking**:` if the change is breaking</li><li>Use the imperative present tense (e.g., "change" not "changed" nor "changes")</li><li>Capitalize first letter</li><li>No dot (.) at the end unless there are multiple sentences</li></ul> |
81
-
|`issues`|`string[]`| no || A list of references to any related issues in the relevant repositories. A reference can be specified in several ways:<ul><li>The issue number, if local to this repository (eg. `#12345`)</li><li>A fully-qualified issue ID (eg.`awslabs/smithy-kotlin#12345`)</li><li>A fully-qualified URL (eg. `https://issuetracker.com/12345`)</li></ul> |
81
+
|`issues`|`string[]`| no || A list of references to any related issues in the relevant repositories. A reference can be specified in several ways:<ul><li>The issue number, if local to this repository (eg. `#12345`)</li><li>A fully-qualified issue ID (eg.`smithy-lang/smithy-kotlin#12345`)</li><li>A fully-qualified URL (eg. `https://issuetracker.com/12345`)</li></ul> |
82
82
|`module`|`string`| no || The area of the code affected by your changes. If unsure, leave this value unset. |
83
83
|`requiresMinorVersionBump`|`boolean`| no || Indicates the change will require a new minor version. This is usually the case after a breaking change. Defaults to false if flag is not included. |
Copy file name to clipboardExpand all lines: docs/design/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# AWS SDK Kotlin designs
2
2
3
-
The following design documents informed the creation of the AWS SDK for Kotlin. They specific to the AWS SDK which is built using [**smithy-kotlin**](https://github.com/awslabs/smithy-kotlin). As such, they may extend or augment the [Smithy Kotlin Designs](https://github.com/awslabs/smithy-kotlin/blob/main/docs/design/README.md).
3
+
The following design documents informed the creation of the AWS SDK for Kotlin. They specific to the AWS SDK which is built using [**smithy-kotlin**](https://github.com/smithy-lang/smithy-kotlin). As such, they may extend or augment the [Smithy Kotlin Designs](https://github.com/smithy-lang/smithy-kotlin/blob/main/docs/design/README.md).
4
4
5
5
These designs are written according to the [AWS SDK for Koltin Design Tenets](tenets.md).
0 commit comments