... | ... | @@ -31,9 +31,6 @@ Download the [Eclipse XML Configuration](https://raw.githubusercontent.com/googl |
|
|
#### Add default file header
|
|
|
Goto ```Window -> Preferences -> Java -> Code Style -> Code Templates -> Comments -> Files -> Edit``` and paste this snippet [New Java file code template v1.0.0](http://ressel.fh-salzburg.ac.at/snippets/1). Check ```Automatically add comments for new methods ant types``` click ```Apply``` and you are done.
|
|
|
|
|
|
## Releasing
|
|
|
Releases have to be tagged with a version number tag ```v0.1.0``` within the master branch. Those release tags are created within the gitlab webinterface, because there also release informations can be added. Versioning will follow the semantic schema, as described here: http://semver.org/ . For example ```2.0.0 2.0.0-rc.2 2.0.0-rc.1 1.0.0 1.0.0-beta```
|
|
|
|
|
|
# Documentation
|
|
|
To document your work is a very important thing. Try to think about, what is important for a newbee to get started with your code. Always document which functionality is working, which bugs are known and what is not working. Also explain the main ideas behind your code to get started easier.
|
|
|
|
... | ... | |