Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin Kirsche <kkirsche@ansfederal.com>2015-03-01 06:54:58 +0300
committerChris Rebert <code@rebertia.com>2015-03-07 10:27:00 +0300
commitba2f7e92d09071b48558e261570550dc5fcf0a3f (patch)
treeaa4e378635a0b95a8f18e24bb6352311a2c1b615 /README.md
parent3173efd9d96ae54992057df9259725d5732f5629 (diff)
[Fixes #15951] Document JS test suite basics
X-Ref: #15953 Closes #15952 by merging a tweaked version of it. [skip sauce] [skip validator]
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 977e9252d8..cd885b14e8 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>.