Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/bitfireAT/davx5-ose.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRicki Hirner <hirner@bitfire.at>2014-05-09 17:55:05 +0400
committerrfc2822 <hirner@bitfire.at>2014-05-09 17:55:05 +0400
commit7d56dee43c6dbbfad20819e1f46178fe94a82b81 (patch)
treec42da6f2ab722f4a633aacc0096456e059e33bf0 /CONTRIBUTING.md
parentecf842e8cd995dc6bec1d31cce6231e600bec273 (diff)
Ignore crappy unknown properties with illegal syntax (see issue #118)
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md16
1 files changed, 9 insertions, 7 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index b292118a..5bb952bd 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -14,24 +14,26 @@ have found a bug or if you want to request some enhancement, please:
2. Search the Web for the problem, maybe ask competent friends or in forums.
3. Browse through the [open issues](https://github.com/rfc2822/davdroid/issues). You can
also search the issues in the search field on top of the page. Please have a look
- into the closed issues, too, because many requests have already been handled (and can''t/won''t
+ into the closed issues, too, because many requests have already been handled (and can't/won't
be fixed, for instance).
4. **[Fetch verbose logs](https://github.com/rfc2822/davdroid/wiki/How-to-view-the-logs) and prepare
them. Remove `Authorization: Basic xxxxxx` headers and other private data.** Extracting the
- logs may be cumbersome work in the first time, but it''s absolutely necessary in order to
+ logs may be cumbersome work in the first time, but it's absolutely necessary in order to
handle your issue.
-5. Create a new issue, containing
+5. [Create a new issue](https://github.com/rfc2822/davdroid/issues/new), containing
* a useful summary of the problem ("Crash when syncing contacts with large photos" instead of "CRASH PLEASE HELP"),
* your DAVdroid version and source ("DAVdroid 0.5.10 from F-Droid"),
* your Android version and device model ("Samsung Galaxy S2 running Android 4.4.2 (CyanogenMod 11-20140504-SNAPSHOT-M6-i9100)"),
* your CalDAV/CardDAV server software, version and hosting information ("OwnCloud 6, hosted on virtual server"),
+ * a problem description, including **instructions on how to reproduce the problem** (we need to
+ reproduce the problem before we can fix it!),
* **verbose logs including the network traffic** (see step before). Enquote the logs with three backticks ```
before and after, or post them onto http://gist.github.com and provide a link.
## Pull requests
-We''re very happy about pull requests for
+We're very happy about pull requests for
* source code,
* documentation,
@@ -42,11 +44,11 @@ corresponding issue before because will only merge pull requests that
* match our product goals,
* have the necessary code quality,
-* don''t interfere with other near-term future development.
+* don't interfere with other near-term future development.
However, feel free to fork the repository and do your changes anyway
-(that''s why it''s open-source). Just don''t expect your strategic changes to be
-merged if there''s no consensus in the issue before.
+(that's why it's open-source). Just don't expect your strategic changes to be
+merged if there's no consensus in the issue before.
## Donations