Skip to content
Snippets Groups Projects
Commit 1b2b85ad authored by Klaas Kliffen's avatar Klaas Kliffen :satellite:
Browse files

Add note about collaboration

parent fdbc3d61
No related branches found
No related tags found
1 merge request!5Resolve CWG-11 "Features/ add tox"
# Example Python Package # Example Python Package
An example repository of an CI/CD pipeline for building, testing and publishing a python package An example repository of an CI/CD pipeline for building, testing and publishing a python package.
If you find some missing functionality with regards to CI/CD, testing, linting or something else, feel free to make a merge request with the proposed changes.
## Example of README.md contents below:
## Installation ## Installation
``` ```
...@@ -15,5 +19,10 @@ from map import cool_module ...@@ -15,5 +19,10 @@ from map import cool_module
cool_module.greeter() # prints "Hello World" cool_module.greeter() # prints "Hello World"
``` ```
## Contributing
To contribute, please create a feature branch and a "Draft" merge request.
Upon completion, the merge request should be marked as ready and a reviewer should be assigned.
## License ## License
This project is licensed under the Apache License Version 2.0 This project is licensed under the Apache License Version 2.0
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment