Skip to content

Commit 8d069d4

Browse files
committed
Added Google-group email list for discussion.
1 parent f4fe826 commit 8d069d4

File tree

2 files changed

+11
-6
lines changed

2 files changed

+11
-6
lines changed

HermitCrabByRushen.jpg

25.8 KB
Loading

README.md

+11-6
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
1-
![Hermit Crab](https://c7.staticflickr.com/8/7413/12171498934_2934c7ef28_n.jpg)
2-
Photo by [Rushen](https://www.flickr.com/photos/rushen/12171498934/in/photostream/)
1+
![Hermit Crab](HermitCrabByRushen.jpg)
32

43
[![Maven Central](https://img.shields.io/maven-central/v/org.organicdesign/Paguro.svg?label=Maven%20Central)](https://search.maven.org/search?q=g:%22org.organicdesign%22%20AND%20a:%22Paguro%22)
54
[![javadoc](https://javadoc.io/badge2/org.organicdesign/Paguro/javadoc.svg)](https://javadoc.io/doc/org.organicdesign/Paguro)
65
[![Build Status](https://travis-ci.org/GlenKPeterson/Paguro.svg?branch=master)](https://travis-ci.org/GlenKPeterson/Paguro)
76
[![codecov](https://codecov.io/gh/GlenKPeterson/Paguro/branch/master/graph/badge.svg)](https://codecov.io/gh/GlenKPeterson/Paguro)
7+
[![Google group : Email List](https://img.shields.io/badge/Google%20Group-Email%20List-blue.svg)](https://groups.google.com/d/forum/paguro)
88

99
# Why Use Paguro?
1010

11-
Paguro is designed for two goals:
12-
1. Make Functional Programming simpler AND easier in Java.
11+
Paguro is designed to:
12+
1. Make Functional Programming simpler and easier in Java.
1313
2. Decrease the number of things you need to think about when coding.
1414

15-
If you spend your mental energies on distractions, that's less energy for creativity and problem-solving.
15+
Removing distractions leaves you more energy for creativity and problem-solving.
1616
Paguro lets you forget about:
1717

1818
* Potential modifications to shared collections (immutable collections are safe to share)
@@ -111,14 +111,19 @@ Unless otherwise stated, the rest of this work is licensed under the Apache 2.0
111111
New contributions should be made under the Apache 2.0 license whenever practical.
112112
I believe it is more popular, clearer, and has been better tested in courts of law.
113113

114+
Hermit Crab Photo by [Rushen](https://www.flickr.com/photos/rushen/12171498934/in/photostream/)
115+
114116
# Contributing
115117

118+
Questions? Ideas? Feedback? Use the [Google Group Email List](https://groups.google.com/d/forum/paguro).
119+
Clear bugs or simple pull requests can be made on Github without discussing them first on the email list.
120+
116121
If you submit a patch, please:
117122
- Keep the changes minimal (don't let your IDE reformat whole files).
118123
- Try to match the code style as best you can.
119124
- Clearly document your changes.
120125
- Update the unit tests to clearly and simply prove that your code works.
121-
- It's a good idea to discuss proposed changes by opening an issue on github before you spend time coding.
126+
- It's a good idea to discuss proposed changes on the email list before you spend time coding.
122127

123128
### Build from Source
124129

0 commit comments

Comments
 (0)