Skip to content

Commit 5aea94e

Browse files
authored
chore: replace GitHub org from 'awslabs' to 'smithy-lang' (#1545)
1 parent 02ef79c commit 5aea94e

File tree

70 files changed

+227
-226
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

70 files changed

+227
-226
lines changed

.changeset/cyan-parrots-help.md

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
---
2+
---

.gitignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ smithy-typescript-integ-tests/dist
3434
smithy-typescript-integ-tests/node_modules
3535
smithy-typescript-integ-tests/yarn.lock
3636

37-
# Issue https://github.com/awslabs/smithy-typescript/issues/425
37+
# Issue https://github.com/smithy-lang/smithy-typescript/issues/425
3838
smithy-typescript-codegen/bin/
3939
smithy-typescript-codegen-test/bin/
4040
smithy-typescript-ssdk-codegen-test-utils/bin/

CONTRIBUTING.md

+20-18
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ Please read through this document before submitting any issues or pull requests
77
information to effectively respond to your bug report or contribution.
88

99
## Gradle Composite Build
10+
1011
The `smithy-typescript` repository uses Gradle as a build tool and has Gradle based dependencies such as `smithy`.
1112
To improve development experience when making changes to the dependencies locally, we can
1213
use the [Gradle composite build feature](https://docs.gradle.org/current/userguide/composite_builds.html),
@@ -28,27 +29,27 @@ of code generation packages and TypeScript packages. These features are enabled
2829
behavior via feature flags as to not break any existing customers. Here are the experimental features that are currently
2930
under development:
3031

31-
Experimental Feature | Flag | Description
32-
---------------------|-------------------------------|------------
33-
N/A | N/A | N/A
32+
| Experimental Feature | Flag | Description |
33+
| -------------------- | ---- | ----------- |
34+
| N/A | N/A | N/A |
3435

3536
## Reporting Bugs/Feature Requests
3637

3738
We welcome you to use the GitHub issue tracker to report bugs or suggest features.
3839

39-
When filing an issue, please check [existing open](https://github.com/awslabs/smithy-typescript/issues), or [recently closed](https://github.com/awslabs/smithy-typescript/issues?utf8=%E2%9C%93&q=is%3Aissue%20is%3Aclosed%20), issues to make sure somebody else hasn't already
40+
When filing an issue, please check [existing open](https://github.com/smithy-lang/smithy-typescript/issues), or [recently closed](https://github.com/smithy-lang/smithy-typescript/issues?utf8=%E2%9C%93&q=is%3Aissue%20is%3Aclosed%20), issues to make sure somebody else hasn't already
4041
reported the issue. Please try to include as much information as you can. Details like these are incredibly useful:
4142

42-
* A reproducible test case or series of steps
43-
* The version of our code being used
44-
* Any modifications you've made relevant to the bug
45-
* Anything unusual about your environment or deployment
46-
43+
- A reproducible test case or series of steps
44+
- The version of our code being used
45+
- Any modifications you've made relevant to the bug
46+
- Anything unusual about your environment or deployment
4747

4848
## Contributing via Pull Requests
49+
4950
Contributions via pull requests are much appreciated. Before sending us a pull request, please ensure that:
5051

51-
1. You are working against the latest source on the *main* branch.
52+
1. You are working against the latest source on the _main_ branch.
5253
2. You check existing open, and recently merged, pull requests to make sure someone else hasn't addressed the problem already.
5354
3. You open an issue to discuss any significant work - we would hate for your time to be wasted.
5455

@@ -78,33 +79,34 @@ Any changes made to the `smithy-typescript-codegen` package need to be compatibl
7879
MUST ensure that code generation is kept in sync between the two repositories by creating an equivalent PR in aws-sdk-js-v3.
7980

8081
Procedure to keep code generation in sync while making changes to `smithy-typescript-codegen`:
82+
8183
1. Fork and clone [aws/aws-sdk-js-v3][aws-sdk-js-v3].
8284
2. Run `yarn` to install dependencies.
8385
3. Run `generate-clients` with `HEAD` commit as follows:
84-
```sh
85-
yarn generate-clients --commit HEAD
86-
```
86+
```sh
87+
yarn generate-clients --commit HEAD
88+
```
8789
4. If the clients are updated, post a pull request on aws-sdk-js-v3. If the clients are not updated, no further action is needed.
8890
5. When PR on smithy-typescript is merged, rebase the PR on aws-sdk-js-v3 and add merged commit as default.
8991

9092
## Finding contributions to work on
91-
Looking at the existing issues is a great way to find something to contribute on. As our projects, by default, use the default GitHub issue labels (enhancement/bug/duplicate/help wanted/invalid/question/wontfix), looking at any ['help wanted'](https://github.com/awslabs/smithy-typescript/labels/help%20wanted) issues is a great place to start.
9293

94+
Looking at the existing issues is a great way to find something to contribute on. As our projects, by default, use the default GitHub issue labels (enhancement/bug/duplicate/help wanted/invalid/question/wontfix), looking at any ['help wanted'](https://github.com/smithy-lang/smithy-typescript/labels/help%20wanted) issues is a great place to start.
9395

9496
## Code of Conduct
97+
9598
This project has adopted the [Amazon Open Source Code of Conduct](https://aws.github.io/code-of-conduct).
9699
For more information see the [Code of Conduct FAQ](https://aws.github.io/code-of-conduct-faq) or contact
97100
[email protected] with any additional questions or comments.
98101

99-
100102
## Security issue notifications
101-
If you discover a potential security issue in this project we ask that you notify AWS/Amazon Security via our [vulnerability reporting page](http://aws.amazon.com/security/vulnerability-reporting/). Please do **not** create a public github issue.
102103

104+
If you discover a potential security issue in this project we ask that you notify AWS/Amazon Security via our [vulnerability reporting page](http://aws.amazon.com/security/vulnerability-reporting/). Please do **not** create a public github issue.
103105

104106
## Licensing
105107

106-
See the [LICENSE](https://github.com/awslabs/smithy-typescript/blob/main/LICENSE) file for our project's licensing. We will ask you to confirm the licensing of your contribution.
108+
See the [LICENSE](https://github.com/smithy-lang/smithy-typescript/blob/main/LICENSE) file for our project's licensing. We will ask you to confirm the licensing of your contribution.
107109

108110
We may ask you to sign a [Contributor License Agreement (CLA)](http://en.wikipedia.org/wiki/Contributor_License_Agreement) for larger changes.
109111

110-
[aws-sdk-js-v3]: https://github.com/aws/aws-sdk-js-v3
112+
[aws-sdk-js-v3]: https://github.com/aws/aws-sdk-js-v3

0 commit comments

Comments
 (0)