Skip to content

Commit 20035bb

Browse files
authored
Merge pull request #88 from CycloneDX/contributing-file
initial CONTRIBUTING file
2 parents e144aa2 + 6ffe14d commit 20035bb

File tree

2 files changed

+37
-1
lines changed

2 files changed

+37
-1
lines changed

CONTRIBUTING.md

+30
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
# Contributing
2+
3+
Feel free to open pull requests.
4+
5+
## Setup
6+
7+
This project uses [poetry]. Have it installed and setup first.
8+
9+
To install dev-dependencies and tools:
10+
11+
```shell
12+
poetry install
13+
```
14+
15+
## Testing
16+
17+
```shell
18+
poetry run tox
19+
```
20+
21+
## Sign your commits
22+
23+
Please sign your commits,
24+
to show that you agree to publish your changes under the current terms and licenses of the project.
25+
26+
```shell
27+
git commit --signed-off ...
28+
```
29+
30+
[poetry]: https://python-poetry.org

README.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -225,6 +225,11 @@ However, some features may not be possible/present in older Python versions due
225225

226226
See our [CHANGELOG][chaneglog_file].
227227

228+
## Contributing
229+
230+
Feel free to open issues, bugreports or pull requests.
231+
See the [CONTRIBUTING][contributing_file] file for details.
232+
228233
## Copyright & License
229234

230235
CycloneDX Python Lib is Copyright (c) OWASP Foundation. All Rights Reserved.
@@ -234,8 +239,9 @@ See the [LICENSE][license_file] file for the full license.
234239
[cyclonedx-python]: https://github.com/CycloneDX/cyclonedx-python
235240
[jake]: https://github.com/sonatype-nexus-community/jake
236241

237-
[chaneglog_file]: https://github.com/CycloneDX/cyclonedx-python-lib/blob/master/CHANGELOG.md
238242
[license_file]: https://github.com/CycloneDX/cyclonedx-python-lib/blob/master/LICENSE
243+
[chaneglog_file]: https://github.com/CycloneDX/cyclonedx-python-lib/blob/master/CHANGELOG.md
244+
[contributing_file]: https://github.com/CycloneDX/cyclonedx-python-lib/blob/master/CONTRIBUTING.md
239245

240246
[shield_gh-workflow-test]: https://img.shields.io/github/workflow/status/CycloneDX/cyclonedx-python-lib/Python%20CI/main?logo=GitHub&logoColor=white "build"
241247
[shield_pypi-version]: https://img.shields.io/pypi/v/cyclonedx-python-lib?logo=Python&logoColor=white&label=PyPI "PyPI"

0 commit comments

Comments
 (0)