-
Notifications
You must be signed in to change notification settings - Fork 0
/
CONTRIBUTING.txt
28 lines (22 loc) · 1.08 KB
/
CONTRIBUTING.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
Contributing to HyTeG will require a signed copy of the Chair for System
Simulation Contributor Agreement (LSSCA). The LSSCA is an adapted version of
the Sun/Oracle Contributor Agreement.
Signing a contributor agreement is necessary for many reasons. For an overview,
see http://oss-watch.ac.uk/resources/cla.
You can download the LSSCA at
https://www10.cs.fau.de/downloads/lss_contributor_agreement.pdf.
Please send a signed copy to us via fax (+49 9131 85-28928),
Email ([email protected]) or mail it to
Universität Erlangen-Nürnberg
Lehrstuhl für Systemsimulation (Informatik 10)
Cauerstraße 11
91058 Erlangen
Germany
After we have received your agreement, we will create a GitLab account on
https://i10git.cs.fau.de/ for you. GitLab Merge Requests are the only acceptable
facility for code submission. Please do not use GitHub pull requests and do not
send patches by email.
If you would like to contribute, please make use of the provided .clang-format
file to format your source code. This helps to keep the code consistently
formatted and improves the readability.
Thank you for contributing!