|
3 | 3 | [](https://github.com/dropbox/dbxcli/actions/workflows/ci.yml) |
4 | 4 | [](https://github.com/dropbox/dbxcli/actions/workflows/scorecard.yml) |
5 | 5 | [](https://github.com/dropbox/dbxcli/actions/workflows/codeql.yml) |
| 6 | +[](https://github.com/dropbox/dbxcli/actions/workflows/release.yml) |
6 | 7 |
|
7 | 8 | `dbxcli` is a scriptable Dropbox CLI for files, shared links, teams, and |
8 | 9 | automation workflows. It is built for humans in the terminal, scripts, CI jobs, |
@@ -264,26 +265,22 @@ dbxcli --help --output=json |
264 | 265 | dbxcli put --help --output=json |
265 | 266 | ``` |
266 | 267 |
|
267 | | -## Deeper documentation |
| 268 | +## Documentation |
268 | 269 |
|
269 | 270 | * [Automation and JSON output](https://github.com/dropbox/dbxcli/blob/master/docs/automation.md) |
270 | 271 | * [Sharing workflows](https://github.com/dropbox/dbxcli/blob/master/docs/sharing.md) |
271 | 272 | * [JSON schema v1](https://github.com/dropbox/dbxcli/blob/master/docs/json-schema/v1/README.md) |
272 | 273 | * [Release history](https://github.com/dropbox/dbxcli/blob/master/CHANGELOG.md) |
| 274 | +* [Contributing](https://github.com/dropbox/dbxcli/blob/master/CONTRIBUTING.md) |
273 | 275 |
|
274 | 276 | Generated Cobra command docs live under `docs/commands/`, and CI verifies they |
275 | 277 | stay in sync with the CLI. |
276 | 278 |
|
277 | 279 | ## Contributing |
278 | 280 |
|
279 | | -* If you are submitting a non-trivial change, please fill out the |
280 | | - [Dropbox Contributor License Agreement](https://opensource.dropbox.com/cla/) |
281 | | - first. |
282 | | -* Open a [pull request](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request) |
283 | | - with a clear description of the change. |
284 | | -* Include tests or manual validation details when relevant. |
| 281 | +Contributions are welcome. See [CONTRIBUTING.md](CONTRIBUTING.md) for development setup, testing, pull request guidelines, and the Dropbox Contributor License Agreement. |
285 | 282 |
|
286 | 283 | ## Useful resources |
287 | 284 |
|
288 | | -* [Go SDK documentation](https://pkg.go.dev/github.com/dropbox/dropbox-sdk-go-unofficial) |
| 285 | +* [Dropbox Go SDK](https://pkg.go.dev/github.com/dropbox/dropbox-sdk-go-unofficial) |
289 | 286 | * [Dropbox API documentation](https://www.dropbox.com/developers/documentation/http/documentation) |
0 commit comments