-
Notifications
You must be signed in to change notification settings - Fork 5
Get Involved
There are several ways to contribute to RISCOSS project
- Give us your feedback
- Testing
- Documentation
- Contribute Code
- Contribute Models
Use the feedback option in the public deployment or send us a an email to [email protected]
Test new RISCOSS versions and report bugs opening issues in the corresponding GitHub repository. It is important to report bugs correctly giving the sufficient detail to reproduce them.
This repository defines a set of labels that are used to differentiate 3 kinds of issues:
- "bug": bugs/malfunctions
- "enhancement": new features or improvements
- "question" or "help wanted": asking for assistance
It is recommended to use always one of these 3 labels to characterise the issue.
Besides these labels, this repository also include 2 in order to indicate that the issue is special:
- "blocking": a critical issue, something to be handled as soon as possible.
- "nicetohave": a low priority issue.
At some point, a (non-help for assistance) issue can be closed without include any modification in the code, in this case the issue will be labelled using:
- "duplicate": there are more than one issue concerning the same fact. In this case, the person closing the issue will include the reference of the issue that is kept as a comment (e.g. #13).
- "invalid" or "wontfix" if the issue is discarded. In this case, the person closing the issue will include the reason as a comment.
If you think that something can be improved, open a issue in the corresponding GitHub repository.
If you consider that something is missing, you can also add new pages following the instructions from the corresponding repository. All the repositories contains a How to contribute tutorial.
#C ontribute Code In order to separate the contributions from the different developers groups (see RISCOSS Ecosystem above), there are several repositories in the GitHub where RISCOSS developers can contribute.
- Developers interested in the riscoss corporate version (except the Risk Analysis Engine) and the user interface, can contribute to
RISCOSS/riscoss-corporate
. - Developers interested on analysis techniques (Risk Analysis Engine) can contribute to
RISCOSS/riscoss-risk-analyser
. - Risk Data Collector developers can contribute adding new data collectors to
RISCOSS/riscoss-data-collector
.
All the repositories contain a How to contribute
tutorial with specific instructions.
Risk and goal modelers can contribute to the RISCOSS knowlegde base adding new risk and goal models to RISCOSS/riscoss-risk-modeling
riscoss-risk-modeling repository contains a How to contribute tutorial with specific instructions.
RISCOSS Governance
Get Involved
How to read analysis results
How to manage domains
How to manage assets
How to manage risk configurations
How to manage risk sessions
How to configure entities import file
How to contribute
How to setup RISCOSS workspace
How to build RISCOSS platform
How to deploy RISCOSS platform