Skip to content

Commit b4f3ec2

Browse files
committed
initial commit
1 parent bba04ee commit b4f3ec2

25 files changed

+2063
-134
lines changed

.gitignore

+14-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
.mtj.tmp/
1212

1313
# Package Files #
14-
*.jar
1514
*.war
1615
*.nar
1716
*.ear
@@ -21,4 +20,17 @@
2120

2221
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
2322
hs_err_pid*
24-
replay_pid*
23+
24+
# nodejs ignores
25+
node_modules
26+
package-lock.json
27+
28+
/.classpath
29+
/.project
30+
/bin
31+
/.gradle
32+
/.settings
33+
/debug.log
34+
/target/
35+
credentials.json
36+
user.properties

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7+
8+
## [0.1.0] - 2025-01-13
9+
10+
initial version

CITATION.cff

+32
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
cff-version: 1.2.0
2+
message: "If you use this software, please cite it as below."
3+
authors:
4+
- family-names: "Helle"
5+
given-names: "Philipp"
6+
orcid: "https://orcid.org/0000-0001-9363-4958"
7+
- family-names: "Schramm"
8+
given-names: "Gerrit"
9+
orcid: "https://orcid.org/0000-0002-4617-5469"
10+
title: "SimulationExecutionListener MQTT Cameo Plugin"
11+
version: 1.0.0
12+
doi: "10.1002/iis2.13238"
13+
date-released: 2024-09-07
14+
url: "https://github.com/github-linguist/linguist"
15+
preferred-citation:
16+
type: article
17+
authors:
18+
- family-names: "Helle"
19+
given-names: "Philipp"
20+
orcid: "https://orcid.org/0000-0001-9363-4958"
21+
- family-names: "Schramm"
22+
given-names: "Gerrit"
23+
orcid: "https://orcid.org/0000-0002-4617-5469"
24+
doi: "10.1002/iis2.13238"
25+
journal: "INCOSE International Symposium"
26+
month: 9
27+
start: 1807 # First page number
28+
end: 1819 # Last page number
29+
title: "Hardware-in-the-Loop with SysML and Cameo Systems Modeler"
30+
issue: 1
31+
volume: 34
32+
year: 2024

CODE_OF_CONDUCT.md

+23
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# Code of Conduct
2+
3+
We are committed to creating a friendly, inclusive, and respectful community for all participants. Therefore, we ask that you adhere to the following code of conduct when interacting with our GitHub repository:
4+
5+
1. **Be respectful**: Treat all individuals with respect and courtesy. Avoid any form of discrimination, harassment, or offensive language.
6+
7+
2. **Be inclusive**: Embrace diversity and ensure that everyone feels welcome and valued, regardless of their background or experience level.
8+
9+
3. **Be constructive**: Provide constructive feedback and engage in meaningful discussions. Avoid personal attacks, derogatory comments, or disruptive behavior.
10+
11+
4. **Be collaborative**: Foster a spirit of collaboration and cooperation. Encourage and support others in their contributions and ideas.
12+
13+
5. **Be accountable**: Take responsibility for your actions and words. If you make a mistake, apologize and learn from it. Be open to feedback and strive to improve.
14+
15+
6. **Be mindful**: Remember that our community is global, and cultural differences may exist. Be considerate of others' time zones, perspectives, and communication styles.
16+
17+
7. **Be compliant**: Respect and comply with all applicable laws and regulations, including intellectual property rights and licensing requirements.
18+
19+
Failure to adhere to this code of conduct may result in temporary or permanent exclusion from the community.
20+
21+
We encourage everyone to report any violations or concerns by contacting the repository maintainers.
22+
23+
Thank you for helping us maintain a positive and welcoming environment for all contributors!

CONTRIBUTING.md

+33
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
# How to Contribute
2+
3+
Thanks for your interest in contributing to `SimulationExecutionListener MQTT Cameo Plugin`!
4+
5+
Here are a few general guidelines on contributing and reporting bugs that we ask you to review. Following these guidelines helps to communicate that you respect the time of the contributors managing and developing this open source project. In return, they should reciprocate that respect in addressing your issue, assessing changes, and helping you finalize your pull requests. In that spirit of mutual respect, we endeavor to review incoming issues and pull requests within 10 days, and will close any lingering issues or pull requests after 60 days of inactivity.
6+
7+
Please note that all of your interactions in the project are subject to our [Code of Conduct](CODE_OF_CONDUCT.md). This includes creation of issues or pull requests, commenting on issues or pull requests, and extends to all interactions in any real-time space.
8+
9+
## Reporting Issues
10+
11+
Before reporting a new issue, please ensure that the issue was not already reported or fixed by searching through our [`issues list`](https://github.com/airbus/simulationexecutionlistener-mqtt-cameo-plugin/issues).
12+
13+
When creating a new issue, please be sure to include a **title and clear description**, as much relevant information as possible, and, if possible, a test case.
14+
15+
## Sending Pull Requests
16+
17+
Before sending a new pull request, take a look at existing pull requests and issues to see if the proposed change or fix has been discussed in the past, or if the change was already implemented but not yet released.
18+
19+
We expect new pull requests to include tests for any affected behavior, and, as we follow semantic versioning, we may reserve breaking changes until the next major version release.
20+
21+
## Other Ways to Contribute
22+
23+
We welcome anyone that wants to contribute to `SimulationExecutionListener MQTT Cameo Plugin` to triage and reply to open issues to help troubleshoot
24+
and fix existing bugs. Here is what you can do:
25+
26+
- Help ensure that existing issues follows the recommendations from the _[Reporting Issues](#reporting-issues)_ section,
27+
providing feedback to the issue's author on what might be missing.
28+
- Review existing pull requests, and testing patches against real existing applications that use `SimulationExecutionListener MQTT Cameo Plugin`.
29+
- Write a test, or add a missing test case to an existing test.
30+
31+
Thanks again for your interest on contributing to `SimulationExecutionListener MQTT Cameo Plugin`!
32+
33+
:heart:

0 commit comments

Comments
 (0)