File: CONTRIBUTING.md

package info (click to toggle)
python-measurement 3.2.2-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 332 kB
  • sloc: python: 1,402; makefile: 13
file content (26 lines) | stat: -rw-r--r-- 451 bytes parent folder | download
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
# Contributing

### Run tests

```bash
python setup.py test
```

### Build Sphinx documentation

```bash
python setup.py build_sphinx
```

### Releases

Please create new releases via GitHub's release functionality or using the
GitHub CLI.

```bash
hub release create origin <version_number>
```

We follow [Semantic Versioning 2.0.0](https://semver.org/spec/v2.0.0.html).

Make sure to add the changelog of each release into the release description.