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
Every contribution to make this project better is welcome: Thank you!
12
+
13
+
In order to make this a pleasant as possible for everybody involved, here are some tips:
14
+
15
+
* Respect the [Code of Conduct](#code-of-conduct)
16
+
17
+
* Before opening an Issue to report a bug, please try the latest development version. It can happen that the problem is already solved.
18
+
19
+
* Please use Markdown to format your comments properly. If you are not familiar with that: [Getting started with writing and formatting on GitHub](https://help.github.com/articles/getting-started-with-writing-and-formatting-on-github)
20
+
21
+
* For Pull Requests:
22
+
* Here are some [general tips](https://github.com/blog/1943-how-to-write-the-perfect-pull-request)
23
+
24
+
* Please be a as focused and clear as possible and don't mix concerns. This includes refactorings mixed with bug-fixes/features, see [Open Source Contribution Etiquette](http://tirania.org/blog/archive/2010/Dec-31.html)
25
+
26
+
* It would be good to add a automatic test. All tests are written in [Spock](http://spockframework.github.io/spock/docs/1.0/index.html).
0 commit comments