You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A clear and concise description of what the problem is.
13
+
Example: I am always frustrated when [...].
14
+
15
+
#### Describe the solution you would like
16
+
A clear and concise description of what you want to happen.
17
+
18
+
#### Describe alternatives you have considered
19
+
A clear and concise description of any alternative solutions or features you have considered.
20
+
21
+
#### Describe the backwards compatibility
22
+
How does the feature impact the backwards compatibility of the current major version of OSI?
23
+
If the suggested feature would be implemented would there be an issue with the previous versions of OSI? What part of OSI would break or improve by this feature?
24
+
25
+
#### Additional context
26
+
Add any other context or screenshots about the feature request here.
#### Reference to a related issue in the repository
2
+
Add a reference to a related issue in the repository.
3
+
4
+
#### Add a description
5
+
Add a description of the changes proposed in the pull request.
6
+
7
+
**Some questions to ask**:
8
+
What is this change?
9
+
What does it fix?
10
+
Is this a bug fix or a feature? Does it break any existing functionality or force me to update to a new version?
11
+
How has it been tested?
12
+
13
+
#### Mention a member
14
+
Add @mentions of the person or team responsible for reviewing proposed changes.
15
+
16
+
#### Check the checklist
17
+
18
+
-[ ] My code and comments follow the [style guidelines](https://opensimulationinterface.github.io/osi-documentation/osi/commenting.html) and [contributors guidelines](https://opensimulationinterface.github.io/osi-documentation/osi/howtocontribute.html) of this project.
19
+
-[ ] I have performed a self-review of my own code.
20
+
-[ ] I have made corresponding changes to the [documentation](https://github.com/OpenSimulationInterface/osi-documentation).
21
+
-[ ] My changes generate no new warnings.
22
+
-[ ] I have added tests that prove my fix is effective or that my feature works.
23
+
-[ ] New and existing unit tests / travis ci pass locally with my changes.
0 commit comments