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
By contributing to the CoMPAS project, you accept and agree to the following terms and conditions for your present and future contributions submitted to CoMPAS.
40
40
41
41
All contributions to this project are licensed under the license stipulated at the corresponding sub-repository.
42
-
Except where otherwise explicitely indicated, CoMPAS is an open source project licensed under the [Apache License, version 2.0](http://www.apache.org/licenses/LICENSE-2.0/).
42
+
Except where otherwise explicitly indicated, CoMPAS is an open source project licensed under the [Apache License, version 2.0](http://www.apache.org/licenses/LICENSE-2.0/).
43
43
44
44
The project requires the use of the [Developer Certificate of Origin (DCO)](https://developercertificate.org/).
45
45
The DCO is a legally binding statement asserting that you are you have the right to submit your contribution and to license it under the project's applicable license.
@@ -64,21 +64,21 @@ Note that checks will be performed during the integration in order to require th
64
64
65
65
## Community refinements
66
66
67
-
Every monday there is a CoMPAS Community Refinement at 10AM CET. The event is available at the CoMPAS mailing list [calendar](https://lists.lfenergy.org/g/CoMPAS/calendar) and can be subscribed to.
67
+
Every Monday there is a CoMPAS Community Refinement at 10AM CET. The event is available at the CoMPAS mailing list [calendar](https://lists.lfenergy.org/g/CoMPAS/calendar) and can be subscribed to.
68
68
69
69
### Prepared topics
70
70
71
-
Every friday before the refinement meeting on Monday, all topics are published on the #compas channel on our [LFEnergy Slack](https://lfenergy.slack.com/).
71
+
Every Friday before the refinement meeting on Monday, all topics are published on the #compas channel on our [LFEnergy Slack](https://lfenergy.slack.com/).
72
72
73
73
### Add your own topics
74
74
75
-
Everybody can suggest topics for the refinement. To do this, join the [LFEnergy Slack](https://lfenergy.slack.com/) if not already, and put your topics in the #compas channel. You can just do this by writing a message like "I want to add something to the refinement this monday, namely..." or add a comment to the already prepared topics if available (see [Prepared topics](#prepared-topics)).
75
+
Everybody can suggest topics for the refinement. To do this, join the [LFEnergy Slack](https://lfenergy.slack.com/) if not already, and put your topics in the #compas channel. You can just do this by writing a message like "I want to add something to the refinement this Monday, namely..." or add a comment to the already prepared topics if available (see [Prepared topics](#prepared-topics)).
76
76
77
77
### Reporting Bugs and Suggesting Enhancements
78
78
79
79
Bugs and enhancement suggestions are tracked as [GitHub issues](https://guides.github.com/features/issues/). Create an issue in the repository where it belongs (an issue about the CIM to IEC 61850 mapping belongs in the [CIM Mapping repository](https://github.com/com-pas/compas-cim-mapping) for example) and provide the following information by filling in the template, which is either an issue or a bug.
80
80
81
-
When an issue is created, it is automatically being added to the `To do` column of the specific repository. This means it's added, but not yet refined. Every monday at 10AM CET, there is a Community Refinement (see our mailing list [calendar](https://lists.lfenergy.org/g/CoMPAS/calendar), everybody can join) where issues are being discussed that are not refined yet. Your issue is one of them.
81
+
When an issue is created, it is automatically being added to the `To do` column of the specific repository. This means it's added, but not yet refined. Every Monday at 10AM CET, there is a Community Refinement (see our mailing list [calendar](https://lists.lfenergy.org/g/CoMPAS/calendar), everybody can join) where issues are being discussed that are not refined yet. Your issue is one of them.
82
82
Once it's accepted and refined, it goes to the `Ready for development` column and it's ready to be implemented/fixed.
83
83
84
84
Before creating bug reports or suggesting enhancement, please **perform a [cursory search](https://github.com/search?q=+is%3Aissue+user%3Acom-pas)**
@@ -118,8 +118,8 @@ Continuous integration is set up to run on all branches automatically and will o
118
118
### Tools to contribute
119
119
120
120
Continuous integration is setup automatically on all contributions. However, it's faster to iterate locally to fix problems than waiting for the status checks to finish.
121
-
There are many tools that can be used to do the verifications that are enforced by all status checks. The most simple and universal tool is maven, but IDE integrations
122
-
can be used to get more immediate feedback. Most of the team uses IntelliJ IDEA, but others IDEs can be used, for exemple the Eclipse IDE.
121
+
There are many tools that can be used to do the verifications that are enforced by all status checks. The most simple and universal tool is Maven, but IDE integrations
122
+
can be used to get more immediate feedback. Most of the team uses IntelliJ IDEA, but others IDEs can be used, for example the Eclipse IDE.
123
123
124
124
### Definition of Done
125
125
@@ -147,7 +147,7 @@ On the [developing](https://com-pas.github.io/contributing/DEVELOPING.html) page
147
147
148
148
#### Open Community Calls
149
149
150
-
It's good to know that every other monday, we are having a so called Open Community Call. Everyone participating in the CoMPAS project can join
150
+
It's good to know that every other Monday, we are having a so called Open Community Call. Everyone participating in the CoMPAS project can join
151
151
and talk about and ask question about the CoMPAS project.
152
152
153
153
When the Open Community Calls are taking place, can be found at the [General CoMPAS mailing list calendar](https://lists.lfenergy.org/g/CoMPAS/calendar).
@@ -167,7 +167,7 @@ A good (open source) project requires documentation. We have two places for our
167
167
168
168
##### LF Energy Wiki
169
169
170
-
LF Energy has it's own [CoMPAS specific Wiki](https://wiki.lfenergy.org/display/HOME/CoMPAS). This is the place for documenation
170
+
LF Energy has it's own [CoMPAS specific Wiki](https://wiki.lfenergy.org/display/HOME/CoMPAS). This is the place for documentation
171
171
about CoMPAS in general (like roadmap and the community call agendas).
172
172
173
173
#### Architecture and technologies
@@ -178,7 +178,7 @@ please check the source code (duh!) and our [CoMPAS Architecture Github Pages](h
178
178
### Copyright and Licensing
179
179
180
180
Copyright and license information is done on per-file basis. We use the specification of [REUSE](https://reuse.software/spec/)
181
-
to ensure that copyright information of the project is clear and can be analuzed in an automated fashion.
181
+
to ensure that copyright information of the project is clear and can be analyzed in an automated fashion.
182
182
183
183
Every source code repository within CoMPAS has a Github Action for checking against the REUSE specification.
0 commit comments