commit 10eeb1db6592a0e5dafc7977050cd539fcf0282f
parent ccaac93736fe27f5a328b34d0a0620679916d583
Author: markseu <mark2011@mayberg.se>
Date: Fri, 15 Jun 2018 10:28:29 +0200
Documentation update
Diffstat:
2 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/.gitattributes b/.gitattributes
@@ -1,5 +1,6 @@
.gitignore export-ignore
.gitattributes export-ignore
.travis.yml export-ignore
+CONTRIBUTING.md export-ignore
LICENSE.md export-ignore
README.md export-ignore
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
@@ -3,7 +3,7 @@ Contributing guidelines
## How do I report a problem?
-[Submit an issue](https://github.com/datenstrom/yellow/issues) for each problem. Please keep in mind the people who make open source software are volunteers.
+[Submit an issue for each problem](https://github.com/datenstrom/yellow/issues).
1. **Describe your problem**, sometimes there are different solutions.
2. **Add a lot of details**, the more we know the better we can help.
@@ -11,10 +11,10 @@ Contributing guidelines
## How do I contribute?
-Feedback and pull requests are very welcome. Our prime goal is making technology with practical use for people.
+Feedback and pull requests are very welcome.
1. **Make it work**, then make it better.
2. **Give feedback**, it helps to understand what people need.
-3. **Fix a problem**, aim for the simplest technical solution that works.
+3. **Fix a problem**, use the simplest solution that actually works.
Thank you. Your help is much appreciated. :+1: