diff options
| author | Patrick H. Lauke <[email protected]> | 2019-02-19 09:13:00 +0000 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2019-02-19 11:13:00 +0200 |
| commit | 68a8af4a36472a448dbd0eb174f80e4b59f931a8 (patch) | |
| tree | dbb7fd1c55619196cd7133528eb2c1e3934cde58 | |
| parent | e04f3932378a8651e596fa72f976900333948f36 (diff) | |
| download | bootstrap-68a8af4a36472a448dbd0eb174f80e4b59f931a8.tar.xz bootstrap-68a8af4a36472a448dbd0eb174f80e4b59f931a8.zip | |
Update link to CONTRIBUTING.md in README.md (#28297)
since the former is not contained in the `.github` subdirectory
| -rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -106,7 +106,7 @@ We provide compiled CSS and JS (`bootstrap.*`), as well as compiled and minified ## Bugs and feature requests -Have a bug or a feature request? Please first read the [issue guidelines](https://github.com/twbs/bootstrap/blob/master/CONTRIBUTING.md#using-the-issue-tracker) and search for existing and closed issues. If your problem or idea is not addressed yet, [please open a new issue](https://github.com/twbs/bootstrap/issues/new). +Have a bug or a feature request? Please first read the [issue guidelines](https://github.com/twbs/bootstrap/blob/master/.github/CONTRIBUTING.md#using-the-issue-tracker) and search for existing and closed issues. If your problem or idea is not addressed yet, [please open a new issue](https://github.com/twbs/bootstrap/issues/new). ## Documentation @@ -133,7 +133,7 @@ You can find all our previous releases docs on <https://getbootstrap.com/docs/ve ## Contributing -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. +Please read through our [contributing guidelines](https://github.com/twbs/bootstrap/blob/master/.github/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](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). |
