aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2015-03-06 23:28:30 -0800
committerChris Rebert <[email protected]>2015-03-06 23:28:30 -0800
commit64ca888cbc4161bbf74243ed1b498a7b41b98048 (patch)
tree9bc39dab98eb54f0c6ead92e8f332b26f6928339 /README.md
parent01aa0d840ab4a5a193ebf37446adee79fa81e5ee (diff)
parentba2f7e92d09071b48558e261570550dc5fcf0a3f (diff)
downloadbootstrap-64ca888cbc4161bbf74243ed1b498a7b41b98048.tar.xz
bootstrap-64ca888cbc4161bbf74243ed1b498a7b41b98048.zip
Merge pull request #15999 from twbs/kkirsche-includeTestsReadme
Document JS test suite basics
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 5825023b3..15e43761b 100644
--- a/README.md
+++ b/README.md
@@ -91,7 +91,7 @@ Documentation for v2.3.2 has been made available for the time being at <http://g
Please read through our [contributing guidelines](https://github.com/twbs/bootstrap/blob/master/CONTRIBUTING.md). Included are directions for opening issues, coding standards, and notes on development.
-Moreover, if your pull request contains JavaScript patches or features, you must include relevant unit tests. All HTML and CSS should conform to the [Code Guide](https://github.com/mdo/code-guide), maintained by [Mark Otto](https://github.com/mdo).
+Moreover, if your pull request contains JavaScript patches or features, you must include [relevant unit tests](https://github.com/twbs/bootstrap/tree/master/js/tests). All HTML and CSS should conform to the [Code Guide](https://github.com/mdo/code-guide), maintained by [Mark Otto](https://github.com/mdo).
Editor preferences are available in the [editor config](https://github.com/twbs/bootstrap/blob/master/.editorconfig) for easy use in common text editors. Read more and download plugins at <http://editorconfig.org>.