Skip to content

Commit

Permalink
rm unneeded explicit dep; fix CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
chadoh committed Jul 16, 2024
1 parent 152b63b commit a19cb93
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 12 deletions.
7 changes: 3 additions & 4 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
# Contributing

This is a guide to contributing to `loam-build/soroban-frontend-template`
itself. Feel free to delete or modify it for your own project.
This is a guide to contributing to `loambuild/frontend` itself. Feel free to delete or modify it for your own project.

soroban-cli requires that the main branch obtained with `git clone` be the branch to use as a template. So we are keeping `main` free of artifacts that do not make sense in the context of a `soroban contract init` template, such as the `contracts` folder.
Stellar CLI requires that the main branch obtained with `git clone` be the branch to use as a template. So we are keeping `main` free of artifacts that do not make sense in the context of a `soroban contract init` template, such as the `contracts` folder.

However, when actually maintaining and improving this template, we need these artifacts.

Therefore, to contribute to this project, please check out the `dev` branch. All pushes/merges to the `dev` branch will be automatically pushed to `main` [on every push](.github/workflows/publish.yml).
Therefore, to contribute to this project, please check out the `dev` branch. All pushes/merges to the `dev` branch will be automatically pushed to `main` [on every push](https://github.com/loambuild/frontend/blob/dev/.github/workflows/publish.yml).
11 changes: 5 additions & 6 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ members = [

[workspace.dependencies]
loam-sdk = { path = "/Users/chadoh/code/loam/sdk/crates/loam-sdk" }
loam-soroban-sdk = { path = "/Users/chadoh/code/loam/sdk/crates/loam-soroban-sdk" }
loam-subcontract-core = { path = "/Users/chadoh/code/loam/sdk/crates/loam-subcontract-core" }

[profile.release]
Expand Down
1 change: 0 additions & 1 deletion contracts/core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ doctest = false
[dependencies]
loam-sdk = { workspace = true, features = ["loam-soroban-sdk"] }
loam-subcontract-core = { workspace = true }
loam-soroban-sdk = { workspace = true }


[dev_dependencies]
Expand Down

0 comments on commit a19cb93

Please sign in to comment.