Skip to content

Commit 8ff1af7

Browse files
Update documentation and other files (#51)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 51c5358 commit 8ff1af7

14 files changed

+215
-20
lines changed

AUTHORS.md

+33
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
[comment]: <> (Don't edit this file!)
2+
[comment]: <> (It is automatically updated after every release of https://github.com/47degrees/.github)
3+
[comment]: <> (If you want to suggest a change, please open a PR or issue in that repository)
4+
5+
# Authors
6+
7+
## Maintainers
8+
9+
The maintainers of the project are:
10+
11+
- [![47erbot](https://avatars1.githubusercontent.com/u/24799081?v=4&s=20) **47erbot**](https://github.com/47erbot)
12+
- [![angoglez](https://avatars0.githubusercontent.com/u/10107285?v=4&s=20) **Ana Gómez González (angoglez)**](https://github.com/angoglez)
13+
- [![dominv](https://avatars1.githubusercontent.com/u/3943031?v=4&s=20) **Domingo Valera (dominv)**](https://github.com/dominv)
14+
- [![kiroco12](https://avatars1.githubusercontent.com/u/48894338?v=4&s=20) **Enrique Nieto (kiroco12)**](https://github.com/kiroco12)
15+
- [![fedefernandez](https://avatars0.githubusercontent.com/u/720923?v=4&s=20) **Fede Fernández (fedefernandez)**](https://github.com/fedefernandez)
16+
- [![jdesiloniz](https://avatars2.githubusercontent.com/u/2835739?v=4&s=20) **Javier de Silóniz Sandino (jdesiloniz)**](https://github.com/jdesiloniz)
17+
- [![juanpedromoreno](https://avatars2.githubusercontent.com/u/4879373?v=4&s=20) **Juan Pedro Moreno (juanpedromoreno)**](https://github.com/juanpedromoreno)
18+
19+
## Contributors
20+
21+
These are the people that have contributed to the _exercises-scalacheck_ project:
22+
23+
- [![juanpedromoreno](https://avatars2.githubusercontent.com/u/4879373?v=4&s=20) **juanpedromoreno**](https://github.com/juanpedromoreno)
24+
- [![fedefernandez](https://avatars0.githubusercontent.com/u/720923?v=4&s=20) **fedefernandez**](https://github.com/fedefernandez)
25+
- [![kiroco12](https://avatars1.githubusercontent.com/u/48894338?v=4&s=20) **kiroco12**](https://github.com/kiroco12)
26+
- [![jdesiloniz](https://avatars2.githubusercontent.com/u/2835739?v=4&s=20) **jdesiloniz**](https://github.com/jdesiloniz)
27+
- [![dominv](https://avatars1.githubusercontent.com/u/3943031?v=4&s=20) **dominv**](https://github.com/dominv)
28+
- [![angoglez](https://avatars0.githubusercontent.com/u/10107285?v=4&s=20) **angoglez**](https://github.com/angoglez)
29+
- [![47erbot](https://avatars1.githubusercontent.com/u/24799081?v=4&s=20) **47erbot**](https://github.com/47erbot)
30+
- [![ches](https://avatars3.githubusercontent.com/u/13277?v=4&s=20) **ches**](https://github.com/ches)
31+
- [![frroliveira](https://avatars2.githubusercontent.com/u/1899304?v=4&s=20) **frroliveira**](https://github.com/frroliveira)
32+
- [![Svetixbot](https://avatars2.githubusercontent.com/u/850792?v=4&s=20) **Svetixbot**](https://github.com/Svetixbot)
33+
- [![tmucha82](https://avatars3.githubusercontent.com/u/1779153?v=4&s=20) **tmucha82**](https://github.com/tmucha82)

CODE_OF_CONDUCT.md

+22
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
[comment]: <> (Don't edit this file!)
2+
[comment]: <> (It is automatically updated after every release of https://github.com/47degrees/.github)
3+
[comment]: <> (If you want to suggest a change, please open a PR or issue in that repository)
4+
5+
# Code of Conduct
6+
7+
We are committed to providing a friendly, safe and welcoming
8+
environment for all, regardless of level of experience, gender, gender
9+
identity and expression, sexual orientation, disability, personal
10+
appearance, body size, race, ethnicity, age, religion, nationality, or
11+
other such characteristics.
12+
13+
Everyone is expected to follow the
14+
[Scala Code of Conduct](https://typelevel.org/code-of-conduct.html) when
15+
discussing the project on the available communication channels. If you
16+
are being harassed, please contact us immediately so that we can
17+
support you.
18+
19+
## Moderation
20+
21+
For any questions, concerns, or moderation requests please contact a
22+
[member of the project](AUTHORS.md#maintainers).

CONTRIBUTING.md

+31
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
[comment]: <> (Don't edit this file!)
2+
[comment]: <> (It is automatically updated after every release of https://github.com/47degrees/.github)
3+
[comment]: <> (If you want to suggest a change, please open a PR or issue in that repository)
4+
5+
# Contributing
6+
7+
Discussion around _exercises-scalacheck_ happens in the [GitHub issues](https://github.com/scala-exercises/exercises-scalacheck/issues) and [pull requests](https://github.com/scala-exercises/exercises-scalacheck/pulls).
8+
9+
Feel free to open an issue if you notice a bug, have an idea for a feature, or have a question about
10+
the code. Pull requests are also welcome.
11+
12+
People are expected to follow the [Code of Conduct](CODE_OF_CONDUCT.md) when discussing _exercises-scalacheck_ on the Github page or other venues.
13+
14+
If you are being harassed, please contact one of [us](AUTHORS.md#maintainers) immediately so that we can support you. In case you cannot get in touch with us please write an email to [47 Degrees](mailto:[email protected]).
15+
16+
## How can I help?
17+
18+
_exercises-scalacheck_ follows a standard [fork and pull](https://help.github.com/articles/using-pull-requests/) model for contributions via GitHub pull requests.
19+
20+
The process is simple:
21+
22+
1. Find something you want to work on
23+
2. Let us know you are working on it via GitHub issues/pull requests
24+
3. Implement your contribution
25+
4. Write tests
26+
5. Update the documentation
27+
6. Submit pull request
28+
29+
You will be automatically included in the [AUTHORS.md](AUTHORS.md#contributors) file as contributor in the next release.
30+
31+
If you encounter any confusion or frustration during the contribution process, please create a GitHub issue and we'll do our best to improve the process.

NOTICE.md

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
[comment]: <> (Don't edit this file!)
2+
[comment]: <> (It is automatically updated after every release of https://github.com/47degrees/.github)
3+
[comment]: <> (If you want to suggest a change, please open a PR or issue in that repository)
4+
5+
exercises-scalacheck
6+
7+
Copyright (c) 2016-2020 47 Degrees. All rights reserved.
8+
9+
Licensed under Apache-2.0. See [LICENSE](LICENSE.md) for terms.

src/main/scala/scalachecklib/ArbitrarySection.scala

+12-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,17 @@
11
/*
2-
* scala-exercises - exercises-scalacheck
3-
* Copyright (C) 2015-2019 47 Degrees, LLC. <http://www.47deg.com>
2+
* Copyright 2016-2020 47 Degrees <https://47deg.com>
43
*
4+
* Licensed under the Apache License, Version 2.0 (the "License");
5+
* you may not use this file except in compliance with the License.
6+
* You may obtain a copy of the License at
7+
*
8+
* http://www.apache.org/licenses/LICENSE-2.0
9+
*
10+
* Unless required by applicable law or agreed to in writing, software
11+
* distributed under the License is distributed on an "AS IS" BASIS,
12+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
* See the License for the specific language governing permissions and
14+
* limitations under the License.
515
*/
616

717
package scalachecklib

src/main/scala/scalachecklib/GeneratorsHelper.scala

+12-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,17 @@
11
/*
2-
* scala-exercises - exercises-scalacheck
3-
* Copyright (C) 2015-2019 47 Degrees, LLC. <http://www.47deg.com>
2+
* Copyright 2016-2020 47 Degrees <https://47deg.com>
43
*
4+
* Licensed under the Apache License, Version 2.0 (the "License");
5+
* you may not use this file except in compliance with the License.
6+
* You may obtain a copy of the License at
7+
*
8+
* http://www.apache.org/licenses/LICENSE-2.0
9+
*
10+
* Unless required by applicable law or agreed to in writing, software
11+
* distributed under the License is distributed on an "AS IS" BASIS,
12+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
* See the License for the specific language governing permissions and
14+
* limitations under the License.
515
*/
616

717
package scalachecklib

src/main/scala/scalachecklib/GeneratorsSection.scala

+12-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,17 @@
11
/*
2-
* scala-exercises - exercises-scalacheck
3-
* Copyright (C) 2015-2019 47 Degrees, LLC. <http://www.47deg.com>
2+
* Copyright 2016-2020 47 Degrees <https://47deg.com>
43
*
4+
* Licensed under the Apache License, Version 2.0 (the "License");
5+
* you may not use this file except in compliance with the License.
6+
* You may obtain a copy of the License at
7+
*
8+
* http://www.apache.org/licenses/LICENSE-2.0
9+
*
10+
* Unless required by applicable law or agreed to in writing, software
11+
* distributed under the License is distributed on an "AS IS" BASIS,
12+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
* See the License for the specific language governing permissions and
14+
* limitations under the License.
515
*/
616

717
package scalachecklib

src/main/scala/scalachecklib/PropertiesSection.scala

+12-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,17 @@
11
/*
2-
* scala-exercises - exercises-scalacheck
3-
* Copyright (C) 2015-2019 47 Degrees, LLC. <http://www.47deg.com>
2+
* Copyright 2016-2020 47 Degrees <https://47deg.com>
43
*
4+
* Licensed under the Apache License, Version 2.0 (the "License");
5+
* you may not use this file except in compliance with the License.
6+
* You may obtain a copy of the License at
7+
*
8+
* http://www.apache.org/licenses/LICENSE-2.0
9+
*
10+
* Unless required by applicable law or agreed to in writing, software
11+
* distributed under the License is distributed on an "AS IS" BASIS,
12+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
* See the License for the specific language governing permissions and
14+
* limitations under the License.
515
*/
616

717
package scalachecklib

src/main/scala/scalachecklib/ScalacheckDatetimeSection.scala

+12-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,17 @@
11
/*
2-
* scala-exercises - exercises-scalacheck
3-
* Copyright (C) 2015-2019 47 Degrees, LLC. <http://www.47deg.com>
2+
* Copyright 2016-2020 47 Degrees <https://47deg.com>
43
*
4+
* Licensed under the Apache License, Version 2.0 (the "License");
5+
* you may not use this file except in compliance with the License.
6+
* You may obtain a copy of the License at
7+
*
8+
* http://www.apache.org/licenses/LICENSE-2.0
9+
*
10+
* Unless required by applicable law or agreed to in writing, software
11+
* distributed under the License is distributed on an "AS IS" BASIS,
12+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
* See the License for the specific language governing permissions and
14+
* limitations under the License.
515
*/
616

717
package scalachecklib

src/main/scala/scalachecklib/ScalacheckLibrary.scala

+12-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,17 @@
11
/*
2-
* scala-exercises - exercises-scalacheck
3-
* Copyright (C) 2015-2019 47 Degrees, LLC. <http://www.47deg.com>
2+
* Copyright 2016-2020 47 Degrees <https://47deg.com>
43
*
4+
* Licensed under the Apache License, Version 2.0 (the "License");
5+
* you may not use this file except in compliance with the License.
6+
* You may obtain a copy of the License at
7+
*
8+
* http://www.apache.org/licenses/LICENSE-2.0
9+
*
10+
* Unless required by applicable law or agreed to in writing, software
11+
* distributed under the License is distributed on an "AS IS" BASIS,
12+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
* See the License for the specific language governing permissions and
14+
* limitations under the License.
515
*/
616

717
package scalachecklib

src/test/scala/scalachecklib/ArbitrarySpec.scala

+12-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,17 @@
11
/*
2-
* scala-exercises - exercises-scalacheck
3-
* Copyright (C) 2015-2019 47 Degrees, LLC. <http://www.47deg.com>
2+
* Copyright 2016-2020 47 Degrees <https://47deg.com>
43
*
4+
* Licensed under the Apache License, Version 2.0 (the "License");
5+
* you may not use this file except in compliance with the License.
6+
* You may obtain a copy of the License at
7+
*
8+
* http://www.apache.org/licenses/LICENSE-2.0
9+
*
10+
* Unless required by applicable law or agreed to in writing, software
11+
* distributed under the License is distributed on an "AS IS" BASIS,
12+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
* See the License for the specific language governing permissions and
14+
* limitations under the License.
515
*/
616

717
package scalachecklib

src/test/scala/scalachecklib/GeneratorsSpec.scala

+12-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,17 @@
11
/*
2-
* scala-exercises - exercises-scalacheck
3-
* Copyright (C) 2015-2019 47 Degrees, LLC. <http://www.47deg.com>
2+
* Copyright 2016-2020 47 Degrees <https://47deg.com>
43
*
4+
* Licensed under the Apache License, Version 2.0 (the "License");
5+
* you may not use this file except in compliance with the License.
6+
* You may obtain a copy of the License at
7+
*
8+
* http://www.apache.org/licenses/LICENSE-2.0
9+
*
10+
* Unless required by applicable law or agreed to in writing, software
11+
* distributed under the License is distributed on an "AS IS" BASIS,
12+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
* See the License for the specific language governing permissions and
14+
* limitations under the License.
515
*/
616

717
package scalachecklib

src/test/scala/scalachecklib/PropertiesSpec.scala

+12-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,17 @@
11
/*
2-
* scala-exercises - exercises-scalacheck
3-
* Copyright (C) 2015-2019 47 Degrees, LLC. <http://www.47deg.com>
2+
* Copyright 2016-2020 47 Degrees <https://47deg.com>
43
*
4+
* Licensed under the Apache License, Version 2.0 (the "License");
5+
* you may not use this file except in compliance with the License.
6+
* You may obtain a copy of the License at
7+
*
8+
* http://www.apache.org/licenses/LICENSE-2.0
9+
*
10+
* Unless required by applicable law or agreed to in writing, software
11+
* distributed under the License is distributed on an "AS IS" BASIS,
12+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
* See the License for the specific language governing permissions and
14+
* limitations under the License.
515
*/
616

717
package scalachecklib

src/test/scala/scalachecklib/ScalacheckDatetimeSpec.scala

+12-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,17 @@
11
/*
2-
* scala-exercises - exercises-scalacheck
3-
* Copyright (C) 2015-2019 47 Degrees, LLC. <http://www.47deg.com>
2+
* Copyright 2016-2020 47 Degrees <https://47deg.com>
43
*
4+
* Licensed under the Apache License, Version 2.0 (the "License");
5+
* you may not use this file except in compliance with the License.
6+
* You may obtain a copy of the License at
7+
*
8+
* http://www.apache.org/licenses/LICENSE-2.0
9+
*
10+
* Unless required by applicable law or agreed to in writing, software
11+
* distributed under the License is distributed on an "AS IS" BASIS,
12+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
* See the License for the specific language governing permissions and
14+
* limitations under the License.
515
*/
616

717
package scalachecklib

0 commit comments

Comments
 (0)