Skip to content

Commit

Permalink
replace expired discord invite w/ non-expiring invite
Browse files Browse the repository at this point in the history
  • Loading branch information
joshmossas committed Oct 1, 2024
1 parent 07dca3b commit 875dcbe
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

I'm really excited that you are interested in contributing to Arri RPC. This guide is designed to help you get your environment setup and give a general overview of the codebase.

If you need any additional guidance, feel free to pop into the Arri RPC [discord](https://discord.gg/3pdbYGDa).
If you need any additional guidance, feel free to pop into the Arri RPC [discord](https://discord.gg/5m23HEQss7).

## Table of Contents

Expand Down Expand Up @@ -161,7 +161,7 @@ For a more complete guide on creating a code generator see [here](/docs/creating

- Run `pnpm format` before submitting
- PRs should address primarily a single concern. Example: Do not open a PR that fixes 3 unrelated bugs.
- Before adding features or submitting a large PR please open up an issue or start a discussion on [discord](https://discord.gg/3pdbYGDa).
- Before adding features or submitting a large PR please open up an issue or start a discussion on [discord](https://discord.gg/5m23HEQss7).
- Provide a good PR description as a record of what change is being made and why it was made. Link to a GitHub issue if it exists.

## Obtaining Commit Access
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ _**WARNING: Breaking changes are likely to happen until v1.0 is released**_

# Arri RPC

[![Discord](https://img.shields.io/discord/1272569268869005322?logo=discord&logoColor=white&logoSize=)](https://discord.gg/3pdbYGDa)
[![Discord](https://img.shields.io/discord/1272569268869005322?logo=discord&logoColor=white&logoSize=)](https://discord.gg/5m23HEQss7)

Arri RPC is a code-first RPC framework. Type-safe clients get generated directly from your server code meaning you never need to manually write another client again.

Expand Down Expand Up @@ -192,4 +192,4 @@ JSON app definitions are something that would normally be automatically generate

Contributions are welcome!

Please read the [contribution guide](/CONTRIBUTING.md) which will guide you through the entire workflow of how to build the source code, how to run the tests, and how to contribute changes to the Arri RPC codebase. Also feel free to reach out on [discord](https://discord.gg/3pdbYGDa) if you have any other additional questions.
Please read the [contribution guide](/CONTRIBUTING.md) which will guide you through the entire workflow of how to build the source code, how to run the tests, and how to contribute changes to the Arri RPC codebase. Also feel free to reach out on [discord](https://discord.gg/5m23HEQss7) if you have any other additional questions.
2 changes: 1 addition & 1 deletion docs/creating-a-custom-generator.md
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ When it comes to data integrity the server should be deemed as the authority. Th

## Additional Requirements for Official Client Generators

_If you have any additional questions or concerns regarding the instructions below, please reach out on [discord](https://discord.gg/3pdbYGDa)_
_If you have any additional questions or concerns regarding the instructions below, please reach out on [discord](https://discord.gg/5m23HEQss7)_

Maintaining high quality first party clients is a very high priority for Arri RPC. This is important to distinguish us from other projects where the clients sometimes do not maintain the same level of quality. In order to facilitate this Arri, has a number of test files and integration tests to test our generated clients in a variety of scenarios. All official clients need to have tests setup to pass these scenarios. Additionally we should try to minimize the number of dependencies needed by official clients.

Expand Down

0 comments on commit 875dcbe

Please sign in to comment.