summaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorChris Lawrence2013-09-15 20:19:47 -0400
committerChris Lawrence2013-09-15 20:19:47 -0400
commit55f220109c4f3e7c870ebfafa6533415d5e76111 (patch)
treed587896348e7f5d0d30752e5cb72da89d049dfec /README.md
parentd8fb09fb64aa238a2fecafadb3839b8491f919b5 (diff)
parent9cf7de54b8fb6bdad1342d087adfeea94604a674 (diff)
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'README.md')
-rw-r--r--README.md19
1 files changed, 19 insertions, 0 deletions
diff --git a/README.md b/README.md
index fd4254b..9b377fb 100644
--- a/README.md
+++ b/README.md
@@ -778,6 +778,8 @@ $ grunt serve
8. Open <http://localhost:8000> to view your presentation
+You can change the port by using `grunt serve --port 8001`.
+
### Folder Structure
- **css/** Core styles without which the project does not function
@@ -786,6 +788,23 @@ $ grunt serve
- **lib/** All other third party assets (JavaScript, CSS, fonts)
+### Contributing
+
+Please keep the [issue tracker](github.com/hakimel/reveal.js/issues) limited to **bug reports**, **feature requests** and **pull requests**. If you are reporting a bug make sure to include information about which browser and operating system you are using as well as the necessary steps to reproduce the issue.
+
+If you have personal support questions use [StackOverflow](http://stackoverflow.com/questions/tagged/reveal.js).
+
+
+#### Pull requests
+
+- Should follow the coding style
+ - Tabs to indent
+ - Single-quoted strings
+ - No space between function name and opening argument parenthesis
+ - One space after opening and before closing parenthesis
+- Should be made towards the **dev branch**
+- Should be submitted from a feature/topic branch (not your master)
+
## License