You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
filter_builds: '((.top_attr == "checks" or .top_attr == "packages" or .top_attr == "devShells") and (.system == "x86_64-linux" or .system == "aarch64-linux") and (.attr != "bundle-mainnet" and .attr != "bundle-testnet" and .attr != "generate-evm-proto" and .attr != "generate-prover-proto" and .attr != "gen-proto" and .attr != "pre-commit-check" and .attr != "pre-commit" and .attr != "devnet" and .attr != "devnet-cosmos" and .attr != "devnet-evm" and .attr != "rust-proto" and .attr != "generate-rust-proto" and .attr != "go-vendor" and .attr != "evm-contracts" and .attr != "virtualisation-works") or (.attr == "evm-contracts" and .system == "x86_64-linux") or (.attr == "devnet" and .system == "x86_64-linux") or (.attr == "devnet-cosmos" and .system == "x86_64-linux") or (.attr == "devnet-evm" and .system == "x86_64-linux") or (.attr == "virtualisation-works" and .system == "x86_64-linux")) '
Copy file name to clipboardexpand all lines: CONTRIBUTING.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -6,9 +6,9 @@ In this guide, you will get an overview of the contribution workflow from openin
6
6
7
7
## Before you start working on a PR
8
8
9
-
Before starting work on any code changes, make sure to start by creating an [issue](https://github.com/unionfi/union/issues) first. Once you've created an issue you can start discussing the implementation, challenges, and work with core members before starting on code contributions.
9
+
Before starting work on any code changes, make sure to start by creating an [issue](https://github.com/unionlabs/union/issues) first. Once you've created an issue you can start discussing the implementation, challenges, and work with core members before starting on code contributions.
10
10
11
-
For more complex conversations, use the [discussions](https://github.com/unionfi/union/discussions). Usually, a discussion becomes one or more issues.
11
+
For more complex conversations, use the [discussions](https://github.com/unionlabs/union/discussions). Usually, a discussion becomes one or more issues.
0 commit comments