-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathcommunity.html
executable file
·106 lines (98 loc) · 5.38 KB
/
community.html
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
---
pageTitle: ScalaWebTest Community
title: Community
description: Getting involved and getting support for ScalaWebTest
---
<!DOCTYPE HTML>
<html lang="en">
{% include head.ext %}
<body>
{% include header.ext %}
<!-- Main -->
<div id="main">
<div class="container">
<div class="row">
<div class="12u">
<section>
<ul class="default">
<li><a href="#contributing">Contributing to ScalaWebTest</a></li>
<li><a href="#support">Getting support</a></li>
</ul>
</section>
</div>
</div>
<!-- Content -->
<div id="content">
<section>
<header><h2 id="contributing">Contributing</h2></header>
<section>
<header><h3>Features, bugs and other issues</h3></header>
<p>ScalaWebTest welcomes contribution of any form at any time. If want to report a bug,
request a feature or change, just <a href="https://github.com/unic/ScalaWebTest/issues">create an issue</a> - a responsible
committer will get to it.</p>
</section>
<section>
<header><h3>Contributing source code</h3></header>
<p>
If you would like to contribute code, we're looking forward to your <a href="https://github.com/unic/ScalaWebTest/pulls">pull request</a>.
</p>
<p class="info">
Note: The <a href="https://github.com/unic/ScalaWebTest/tree/master">primary development branch is "master"</a>, so you might want to develop against that.
</p>
<p>
Before we can integrate your change, we need you to sign the <a href="https://gist.github.com/team-unic/87eb314100370fcddf06">contributor license agreement</a>.
This will be enforced by <a href="https://cla-assistant.io/">CLA assistant</a> and is crucial to keep our stuff IP-clean - thank you!
</p>
</section>
<section>
<header><h3>Becoming a committer</h3></header>
<p>
If you have knowledge of Scala, ScalaTest and Selenium and would like to join, you are more than welcome
as a committer. Usually, you start off by making a couple of pull requests to show your expertise - then, the
existing committers will vote on the decision.
</p>
</section>
<section>
<header><h3>Development quick facts</h3></header>
<p>
ScalaWebTest is written in Scala and available for Scala 2.11, 2.12 and 2.13. We're on <a href="https://github.com/unic/ScalaWebTest/">GitHub</a>, and use <a href="https://travis-ci.org/unic/ScalaWebTest">Travis CI</a>.
<!--TODO check if we can use coveralls-->
<!--We've got a clean and well-written base of 500+ <a href="http://junit.org/">JUnit</a> and <a href="http://mockito.org/">Mockito</a>-->
<!--based tests covering <a href='https://coveralls.io/github/unic/neba?branch=master'><img src='https://coveralls.io/repos/unic/neba/badge.svg?branch=master&service=github' alt='Coverage Status' style="vertical-align: bottom"/></a>-->
<!--of the code - so we dare make changes, all the time. We are using <a href="http://nvie.com/posts/a-successful-git-branching-model/">git flow</a>,-->
</p>
<p>
Currently our builds are <a href="https://travis-ci.org/unic/ScalaWebTest"><img src="https://travis-ci.org/unic/ScalaWebTest.svg?branch=master" title="Travis CI build status" style="vertical-align: bottom" /></a>.
</p>
</section>
</section>
<section>
<header><h2 id="support">Getting support</h2></header>
<section>
<header><h3>Get your questions answered quickly</h3></header>
<p>
There are a great number of options to quickly have your questions answered:
<a href="https://github.com/unic/ScalaWebTest/issues">File an issue</a>, ask a question on <a href="http://stackoverflow.com">Stack overflow</a>, <a href="https://twitter.com/scalawebtest">Tweet to @scalawebtest</a> or simply
drop us an email at <a href="mailto:[email protected]">[email protected]</a>.
</p>
</section>
<section>
<header><h3>Professional support</h3></header>
<p>
We're glad to help out. Feel free to contact us at:
</p>
<p>
<strong>Unic AG</strong><br />
Belpstrasse 48, 3007 Bern, Switzerland<br />
<strong>Telephone</strong>: +41 31 560 12 12<br />
<strong>Fax</strong>: +41 31 560 12 13
</p>
</section>
</section>
</div>
</div>
</div>
<!-- /Main -->
{% include footer.ext %}
</body>
</html>