-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Create CONTRIBUTING.md, lbr-stack/lbr_stack_doc#24
- Loading branch information
Showing
1 changed file
with
20 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |