Skip to content

Commit

Permalink
Merge branch 'develop' into dev-tools/ownership-verification
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Coats committed Jun 6, 2024
2 parents fc575e7 + 645a8a4 commit 89e0dea
Show file tree
Hide file tree
Showing 8,649 changed files with 335,736 additions and 329,438 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
16 changes: 12 additions & 4 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,16 +24,24 @@ module.exports = {
},
root: true,
ignorePatterns: [
'node_modules',
'build',
'dist',
'coverage',
'apps/icons/src',
'next-env.d.ts',
'doc/book',
'external-crates',
'storybook-static',
'.next',
'**/*.config.js',
'**/preprocess.mjs',
'**/storybook-static',
'**/node_modules',
'sdk/build-scripts/src/build-package.ts',
'sdk/build-scripts/src/build-dapp-kit.ts',
'sdk/create-dapp/bin/index.js',
'**/build',
'**/dist/',
'**/.next/',
'**/.swc/',
'**/out/'
],
rules: {
'no-case-declarations': 'off',
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
name: Report a bug in kinesis
name: Report a bug in IOTA
about: Create a report to help us improve
title: ""
labels: c-bug
Expand Down
5 changes: 2 additions & 3 deletions .github/ISSUE_TEMPLATE/doc-bug.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
---
name: Sui doc content issue or request
name: IOTA doc content issue or request
about: Creates an issue for Sui documentation
title: 'Sui doc content issue or request'
title: 'IOTA doc content issue or request'
labels: doc-issue
assignees: 'ronny-mysten'
---

If this is an issue with existing content, provide the URL or GitHub path to the topic. Otherwise, use **New**.
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
name: Request a feature for kinesis
name: Request a feature for IOTA
about: Request a feature
---

Expand Down
26 changes: 0 additions & 26 deletions CODE_OF_CONDUCT.MD

This file was deleted.

16 changes: 6 additions & 10 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,13 @@
# 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 ledger.

## 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.
Found a bug or security vulnerability? Create a [GitHub issue](https://github.com/iotaledger/iota/issues/new/choose).

Found a bug or security vulnerability? Create a [GitHub issue](https://github.com/MystenLabs/sui/issues/new/choose).
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.

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.

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.

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 89e0dea

Please sign in to comment.