File size: 1,191 Bytes
cbd5d27
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
# Contributing to the Scandium Dataset

We welcome contributions that improve the quality, coverage, or usability of the dataset.

## How to Contribute

### Reporting Issues
- Use the GitHub issue tracker
- Include the entry formula and source_id if reporting a data issue
- Include the release version

### Suggesting Improvements
- Open an issue with the "enhancement" label
- Describe the problem and your proposed solution

### Adding Data
- We do not accept direct additions to the curated dataset
- New sources go through the full validation pipeline
- Contact us to discuss new source integration

### Code Contributions
- Fork the repository
- Create a feature branch
- Submit a PR with a clear description of changes
- Ensure all validation passes

## Development Setup

```bash
git clone https://github.com/Scandium-Labs/Scandium-Dataset
cd Scandium-Dataset
pip install -r requirements.txt
```

## Validation Requirements

Before submitting, ensure:
1. No duplicate entries introduced
2. All new entries pass the validated tier gates
3. Cross-source agreement is documented
4. Tests pass

## Code of Conduct

All contributors must follow our [Code of Conduct](CODE_OF_CONDUCT.md).