diff options
author | Hakim El Hattab | 2015-03-13 10:05:41 +0100 |
---|---|---|
committer | Hakim El Hattab | 2015-03-13 10:05:41 +0100 |
commit | 8858ee75a5b5a74c4ed102555c7baaa0f5d29ecd (patch) | |
tree | b600bff77b0a0a962a9d62bd66a92c471c81b949 /CONTRIBUTING.md | |
parent | 23ec0d083bed2889cc4f79ba2c33138bafba5ebb (diff) |
note about plugins
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 |