diff options
author | Hakim El Hattab | 2015-03-13 10:06:06 +0100 |
---|---|---|
committer | Hakim El Hattab | 2015-03-13 10:06:06 +0100 |
commit | 381adb0d1da67147f9ee7de4bd28232a57de6f0a (patch) | |
tree | 64002cfc4f4117517a243f8ea237cf457b2ffd53 /CONTRIBUTING.md | |
parent | bcec81efbbf5fa8f4b7acdbabb0c1927c9cc7916 (diff) | |
parent | 8858ee75a5b5a74c4ed102555c7baaa0f5d29ecd (diff) |
Merge branch 'master' of github.com:hakimel/reveal.js into dev
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r-- | CONTRIBUTING.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 4215436..c2091e8 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -17,3 +17,7 @@ When reporting a bug make sure to include information about which browser and op - Single-quoted strings - Should be made towards the **dev branch** - Should be submitted from a feature/topic branch (not your master) + + +### Plugins +Please do not submit plugins as pull requests. They should be maintained in their own separate repository. More information here: https://github.com/hakimel/reveal.js/wiki/Plugin-Guidelines |