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

github.com/nextcloud/polls.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordartcafe <github@dartcafe.de>2019-03-04 15:07:07 +0300
committerdartcafe <github@dartcafe.de>2019-03-04 15:07:07 +0300
commit9eeb6052f0e314d2e93e66adec8040ab45e2ccc4 (patch)
treea58ae6f8b69059a46f860cdb12135bfb4e3c2248 /README.md
parent6d0ab183d5851d779e16f369d6658a08aa34e03e (diff)
Repckaging for #532
- [ ] Update date in CHANGELOG.md before release
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/README.md b/README.md
index a0e18b31..0996bc35 100644
--- a/README.md
+++ b/README.md
@@ -9,6 +9,7 @@ This is a poll app, similar to doodle or dudle, for Nextcloud written in PHP and
It is a rework of the already existing [polls app](https://github.com/raduvatav/polls) written by @raduvatav.
**Note**: ownCloud is **no longer** supported! Last (confirmed) working version is 0.8.1 and is released in the oC marketplace.
+**Note**: IE11 users will face some CSS problems. Please change to a compatible browser (Firefox, Chrome, Edge, etc.)
### Features
- :bar_chart: Create / edit polls (datetimes _and_ texts)
@@ -53,8 +54,8 @@ git clone https://github.com/nextcloud/polls.git
* Run a complete build with ```make all``` (installs dev env, runs linter and builds the polls.js)
## Contribution Guidelines
-Please read the [Code of Conduct](https://nextcloud.com/community/code-of-conduct/). This document offers some guidance
-to ensure Nextcloud participants can cooperate effectively in a positive and inspiring atmosphere, and to explain how together
+Please read the [Code of Conduct](https://nextcloud.com/community/code-of-conduct/). This document offers some guidance
+to ensure Nextcloud participants can cooperate effectively in a positive and inspiring atmosphere, and to explain how together
we can strengthen and support each other.
For more information please review the [guidelines for contributing](https://github.com/nextcloud/server/blob/master/CONTRIBUTING.md) to this repository.