Skip to content

Commit

Permalink
Remove ethereum references + ethers links
Browse files Browse the repository at this point in the history
  • Loading branch information
Juuddi committed Jun 4, 2024
1 parent 3d0dfb0 commit b8f520d
Show file tree
Hide file tree
Showing 5 changed files with 65 additions and 175 deletions.
10 changes: 4 additions & 6 deletions docs/contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ Pull requests are welcome, but please keep the following in mind:
- The library aims to be lean, so keep an eye on the `dist/quais.min.js` file size before and after your changes (the `build-clean` target includes these stats)
- Keep the PR simple, readable and confined to the relevant files; see below for which files to change
- Add test cases for both expected and unexpected input
- Any new features need to be supported by me (future issues, documentation, testing, migration), so anything that is overly complicated or specific may not be accepted
- Any new features that are overly complicated or specific may not be accepted
- Everyone is working hard; **be kind and respectful**

It is always _highly recommended_ that you open a [quais Discussion](https://github.com/quais-io/quais.js/discussions) **before** beginning a PR.
It is always _highly recommended_ that you start a conversation in the [Quai Developer Discord](https://discord.gg/s8y8asPwNC) **before** beginning a PR.

## Documentation

Expand All @@ -21,9 +21,7 @@ Contributing to the documentation is welcome, but when making changes to documen
- Updating `/docs/*\*.md`
- Updating API jsdocs: `/*\* ... */` comment blocks within `/src/`

When adding a new sections, a [quais Discussion](https://github.com/quais-io/quais.js/discussions) is preferred.

All changes should be in the JSdoc format.
All changes should be in the JSdoc/TypeDoc format and comply with [Mintlify Standards](https://mintlify.com/docs/page).

### Fixing Bugs

Expand All @@ -39,7 +37,7 @@ A bug fix **must not** modify anything requiring a minor version bump, such as c

Contributing new features usually require a deeper understanding of the internal interactions with quais and its components, and generally requires a minor version bump.

When making any of the following changes, you must first open a [quais Discussion](https://github.com/quais-io/quais.js/discussions) as the minor version will need to be bumped.
When making any of the following changes, you must first start a conversation in the [Quai Developer Discord](https://discord.gg/s8y8asPwNC) as the minor version will need to be bumped.

- any signature change (such as adding a parameter, changing a parameter type, changing the return type)
- adding any new export; such as a class, function or constants
Expand Down
Loading

0 comments on commit b8f520d

Please sign in to comment.