diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md new file mode 100644 index 0000000..2c13f99 --- /dev/null +++ b/.github/CONTRIBUTING.md @@ -0,0 +1,20 @@ +The [LBR-Stack](https://github.com/lbr-stack/) thrives to build a friendly community for `KUKA` users to foster knowledge exchange! :) + +We **encourage** everyone to open issues for questions / problems / features. For additional information, we would like to provide some links below. + +### Knowledge Sources +- [Open issues](https://github.com/lbr-stack/pyFRI/issues) +- [Closed issues](https://github.com/lbr-stack/pyFRI/issues?q=is%3Aissue+is%3Aclosed) + +## Contributing +### pyFRI +Contributions are vital to this project. If you want to contribute a feature / fix proceed as follows + +1. Open an issue: + - Explain the issue and your solution + - Request a new branch: `dev-feature`, e.g. `dev-my-new-demo` +3. Fork this repository +4. Create a [pull request](https://github.com/lbr-stack/pyFRI/pulls) against `dev-` + +### New FRI version +Refer [README](https://github.com/lbr-stack/fri#contributing) for instructions.