From 3ca6af25b3699d4ff831f09726851050f49ac4a9 Mon Sep 17 00:00:00 2001 From: mhubii Date: Tue, 11 Jun 2024 13:51:59 +0100 Subject: [PATCH] Create CONTRIBUTING.md, https://github.com/lbr-stack/lbr_stack_doc/issues/24 --- .github/CONTRIBUTING.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .github/CONTRIBUTING.md 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.