Skip to content

Commit

Permalink
Create CONTRIBUTING.md, lbr-stack/lbr_stack_doc#24
Browse files Browse the repository at this point in the history
  • Loading branch information
mhubii authored Jun 11, 2024
1 parent dbafde4 commit 3ca6af2
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -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-<feature>`

### New FRI version
Refer [README](https://github.com/lbr-stack/fri#contributing) for instructions.

0 comments on commit 3ca6af2

Please sign in to comment.