mirror of
https://github.com/block/goose.git
synced 2026-07-10 00:20:17 +00:00
docs: remove DCO references (#9864)
Co-authored-by: Douwe M Osinga <douwe@sidewalklabs.com>
This commit is contained in:
parent
80eaf8fa44
commit
c72c6531aa
2 changed files with 0 additions and 15 deletions
|
|
@ -38,11 +38,6 @@ just run-ui # start desktop
|
|||
cd ui/desktop && pnpm test # test UI
|
||||
```
|
||||
|
||||
### Git
|
||||
```bash
|
||||
git commit -s # required for DCO sign-off
|
||||
```
|
||||
|
||||
## Structure
|
||||
```
|
||||
crates/
|
||||
|
|
|
|||
|
|
@ -361,16 +361,6 @@ This project follows the [Conventional Commits](https://www.conventionalcommits.
|
|||
[hermit]: https://cashapp.github.io/hermit/
|
||||
[just]: https://github.com/casey/just?tab=readme-ov-file#installation
|
||||
|
||||
## Developer Certificate of Origin
|
||||
|
||||
This project requires a [Developer Certificate of Origin](https://en.wikipedia.org/wiki/Developer_Certificate_of_Origin) sign-offs on all commits. This is a statement indicating that you are allowed to make the contribution and that the project has the right to distribute it under its license. When you are ready to commit, use the `--signoff` or `-s` flag to attach the sign-off to your commit.
|
||||
|
||||
```
|
||||
git commit --signoff ...
|
||||
# OR
|
||||
git commit -s ...
|
||||
```
|
||||
|
||||
## Other Ways to Contribute
|
||||
|
||||
There are numerous ways to be an open source contributor and contribute to goose. We're here to help you on your way! Here are some suggestions to get started. If you have any questions or need help, feel free to reach out to us on [Discord](https://discord.gg/goose-oss).
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue