Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 529cb0c

Browse files
authored
Create guide.md
1 parent c678d32 commit 529cb0c

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

‎contributing/guide.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# Guidlines
2+
## Copyright Headers
3+
respect omnet++ headers in all `c++` sources and the licence file.
4+
```cpp
5+
/*
6+
* BFT_draft.cc
7+
*
8+
* Created on: Nov 9, 2020
9+
* Author: lina
10+
*/
11+
```
12+
## Use underscores, not dashes in file and folders names.
13+
Example:
14+
- Use `DFT_v4.cc` instead of `DFT-v4.cc` or `DFTv4.cc` .
15+
- Use `DFT_v4` instead of `DFT-v4`.
16+
- Respect version order `DFT_v0`, `DFT_v1` ...

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /