--- /dev/null
+<!-- Please only file bugs with Foundation on GitHub. If you've got a more general question about how to use Foundation, we can help you on the Foundation Forum: http://foundation.zurb.com/forum -->
+
+**How can we reproduce this bug?**
+
+1. Step one
+2. Step two
+3. Step three
+
+**What did you expect to happen?**
+
+**What happened instead?**
+
+**Test case:**
+
+Give us a link to a [CodePen](http://codepen.io/gakimball/pen/jqEMYp) or [JSFiddle](http://jsfiddle.net) that recreates the issue.
--- /dev/null
+Before submitting a pull request, make sure it's targeting the right branch:
+
+- For documentation fixes, use `master`.
+- For bug fixes, use `develop`.
+- For new features, use the branch for the next minor version, which will be formatted `v6.x`.
+
+If you're fixing a JavaScript issue, it would help to create a new test case under the folder `test/visual/` that recreates the issue and show's that it's been fixed. Run `npm test` to compile the testing folder.
+
+Happy coding! :)