Skip to content

Commit 8017790

Browse files
authored
Update CONTRIBUTING.md (#7339)
1 parent fdda558 commit 8017790

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

CONTRIBUTING.md

+11-3
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,12 @@ If you want to add a dataset see specific instructions in the section [*How to a
4747

4848
4. Set up a development environment by running the following command in a virtual environment:
4949

50+
Simple setup with code formatting only (recommended)
51+
```bash
52+
pip install -e ".[quality]"
53+
```
54+
55+
Advanced setup with all the optional dependencies
5056
```bash
5157
pip install -e ".[dev]"
5258
```
@@ -91,14 +97,16 @@ Note that if any files were formatted by `pre-commit` hooks during committing, y
9197

9298
Go the webpage of your fork on GitHub. Click on "Pull request" to send your to the project maintainers for review.
9399

94-
## How to add a dataset
100+
## Datasets on Hugging Face
101+
102+
### How to add a dataset on Hugging Face
95103

96-
You can share your dataset on https://huggingface.co/datasets directly using your account, see the documentation:
104+
You can share your dataset on https://huggingface.co/datasets directly using your account (no need to open a PR on GitHub), see the documentation:
97105

98106
* [Create a dataset and upload files on the website](https://huggingface.co/docs/datasets/upload_dataset)
99107
* [Advanced guide using the CLI](https://huggingface.co/docs/datasets/share)
100108

101-
## How to contribute to the dataset cards
109+
### How to contribute to the dataset cards
102110

103111
Improving the documentation of datasets is an ever-increasing effort, and we invite users to contribute by sharing their insights with the community in the `README.md` dataset cards provided for each dataset.
104112

0 commit comments

Comments
 (0)