From 489007c70097ef7fb5603286df1a02799ac46e84 Mon Sep 17 00:00:00 2001 From: Brian Jordan Date: Sun, 9 Mar 2014 15:17:58 -0700 Subject: [PATCH] Add README for poll plugin (#2089) --- plugins/poll/README.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 plugins/poll/README.md diff --git a/plugins/poll/README.md b/plugins/poll/README.md new file mode 100644 index 00000000000..87efcf9c642 --- /dev/null +++ b/plugins/poll/README.md @@ -0,0 +1,24 @@ +# Poll plugin + +Allows you to add a poll to the first post of a topic. + +# Usage + +1. Make your topic title start with "Poll: " +2. Include a list in your post. The **first list** will be used. + * If you don't want it to be the first list, do this: + + ``` + Intro Text + + - Some list + - Some list con't + + Here are your choices: + + [poll] + - Option 1 + - Option 2 + [/poll] + ``` +