Skip to content

Commit

Permalink
feat(l1sc)!: Rename to IOTA (#551)
Browse files Browse the repository at this point in the history
* feat!: Rename script ran on codebase

* feat!: Rename script ran on codebase, copyrights added

* fix: unintentional replacements reverted, updated RELEASES

* fix: Removed extra space in copyright header
  • Loading branch information
fijter authored Jun 6, 2024
1 parent 5bbcaa6 commit 0c44f89
Show file tree
Hide file tree
Showing 8,625 changed files with 332,546 additions and 327,657 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
8 changes: 4 additions & 4 deletions CODE_OF_CONDUCT.MD
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Sui Code of Conduct
# Iota Code of Conduct

Sui as an open source project encourages free discussion rooted in respect.
Iota as an open source project encourages free discussion rooted in respect.
We endeavor to always be mindful of others' perspectives and ask all
fellow contributors to do the same. We welcome you to the Sui platform
fellow contributors to do the same. We welcome you to the Iota platform
and ask you to help us grow it with relevant, on-point contributions.

## Our pledge
Expand All @@ -19,7 +19,7 @@ diverse, inclusive, and healthy community.

## More information

See the central [Sui Code of Conduct](https://github.com/MystenLabs/sui/blob/main/docs/content/references/contribute/code-of-conduct.mdx) for
See the central [Iota Code of Conduct](https://github.com/iotaledger/iota/blob/main/docs/content/references/contribute/code-of-conduct.mdx) for
full details.

Our Code of Conduct is adapted from the
Expand Down
16 changes: 8 additions & 8 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
# Contributors

Thanks for considering making a contribution to the Sui network or its documentation. The Sui monorepo houses the code that powers and documents the Sui blockchain.
Thanks for considering making a contribution to the Iota network or its documentation. The Iota monorepo houses the code that powers and documents the Iota blockchain.

## Contribute to Sui
## Contribute to Iota

See [Sui Environment Setup](https://github.com/MystenLabs/sui/blob/main/docs/content/guides/developer/getting-started/sui-environment.mdx) for approach to submitting code fixes and enhancements.
See [Iota Environment Setup](https://github.com/iotaledger/iota/blob/main/docs/content/guides/developer/getting-started/iota-environment.mdx) for approach to submitting code fixes and enhancements.

If you want to contribute code that creates a feature on Sui, start with a [Sui Improvement Proposal](https://github.com/sui-foundation/sips/tree/main) before developing the logic.
If you want to contribute code that creates a feature on Iota, start with a [Iota Improvement Proposal](https://github.com/iota-foundation/sips/tree/main) before developing the logic.

Found a bug or security vulnerability? Create a [GitHub issue](https://github.com/MystenLabs/sui/issues/new/choose).
Found a bug or security vulnerability? Create a [GitHub issue](https://github.com/iotaledger/iota/issues/new/choose).

Found a small error or typo in the documentation? Each page on the [sui.docs.io](https://sui.docs.io) site includes an **Edit this page** link at the bottom that you can use to edit the page in GitHub. The content is located in the docs/content directory of the Sui repo, so you can make a usual PR if you prefer.
Found a small error or typo in the documentation? Each page on the [iota.docs.io](https://iota.docs.io) site includes an **Edit this page** link at the bottom that you can use to edit the page in GitHub. The content is located in the docs/content directory of the Iota repo, so you can make a usual PR if you prefer.

For larger documentation issues, you can [create an issue](https://github.com/MystenLabs/sui/issues/new/choose) in GitHub. To fix the problem yourself, follow the [documentation contribution](./docs/content/references/contribute/contribution-process.mdx) guidelines.
For larger documentation issues, you can [create an issue](https://github.com/iotaledger/iota/issues/new/choose) in GitHub. To fix the problem yourself, follow the [documentation contribution](./docs/content/references/contribute/contribution-process.mdx) guidelines.

Want to contribute to the Sui framework? See [CONTRIBUTING.md](https://github.com/MystenLabs/sui/blob/main/crates/sui-framework/CONTRIBUTING.md) for information related to `sui-framework` crate contributions.
Want to contribute to the Iota framework? See [CONTRIBUTING.md](https://github.com/iotaledger/iota/blob/main/crates/iota-framework/CONTRIBUTING.md) for information related to `iota-framework` crate contributions.
Loading

0 comments on commit 0c44f89

Please sign in to comment.