You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: bootstrap/CONTRIBUTING.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ and [submitting pull requests](#pull-requests), but please respect the following
19
19
restrictions:
20
20
21
21
* Please **do not** use the issue tracker for personal support requests. Stack
22
-
Overflow ([`twitter-bootstrap-3`](http://stackoverflow.com/questions/tagged/twitter-bootstrap-3) tag) or [IRC](README.md#community) are better places to get help.
22
+
Overflow ([`twitter-bootstrap-3`](https://stackoverflow.com/questions/tagged/twitter-bootstrap-3) tag), [Slack](https://bootstrap-slack.herokuapp.com/) or [IRC](README.md#community) are better places to get help.
23
23
24
24
* Please **do not** derail or troll issues. Keep the discussion on topic and
25
25
respect the opinions of others.
@@ -66,7 +66,7 @@ Guidelines for bug reports:
66
66
latest `master` or development branch in the repository.
67
67
68
68
3.**Isolate the problem**— ideally create a [reduced test
69
-
case](http://css-tricks.com/6263-reduced-test-cases/) and a live example.
69
+
case](https://css-tricks.com/reduced-test-cases/) and a live example.
70
70
[This JS Bin](http://jsbin.com/lefey/1/edit?html,output) is a helpful template.
71
71
72
72
@@ -149,7 +149,7 @@ documentation source files and is managed separately by the Bootstrap Core Team.
149
149
Adhering to the following process is the best way to get your work
150
150
included in the project:
151
151
152
-
1.[Fork](http://help.github.com/fork-a-repo/) the project, clone your fork,
152
+
1.[Fork](https://help.github.com/fork-a-repo/) the project, clone your fork,
[](https://saucelabs.com/u/bootstrap)
7
8
8
9
Bootstrap is a sleek, intuitive, and powerful front-end framework for faster and easier web development, created by [Mark Otto](https://twitter.com/mdo) and [Jacob Thornton](https://twitter.com/fat), and maintained by the [core team](https://github.com/orgs/twbs/people) with the massive support and involvement of the community.
@@ -22,13 +23,14 @@ To get started, check out <http://getbootstrap.com>!
22
23
23
24
## Quick start
24
25
25
-
Five quick start options are available:
26
+
Several quick start options are available:
26
27
27
-
-[Download the latest release](https://github.com/twbs/bootstrap/archive/v3.3.4.zip).
28
+
-[Download the latest release](https://github.com/twbs/bootstrap/archive/v3.3.5.zip).
28
29
- Clone the repo: `git clone https://github.com/twbs/bootstrap.git`.
29
30
- Install with [Bower](http://bower.io): `bower install bootstrap`.
30
31
- Install with [npm](https://www.npmjs.com): `npm install bootstrap`.
31
-
- Install with [Meteor](https://www.meteor.com/): `meteor add twbs:bootstrap`.
32
+
- Install with [Meteor](https://www.meteor.com): `meteor add twbs:bootstrap`.
33
+
- Install with [Composer](https://getcomposer.org): `composer require twbs/bootstrap`.
32
34
33
35
Read the [Getting started page](http://getbootstrap.com/getting-started/) for information on the framework contents, templates and examples, and more.
34
36
@@ -56,7 +58,7 @@ bootstrap/
56
58
└── glyphicons-halflings-regular.woff2
57
59
```
58
60
59
-
We provide compiled CSS and JS (`bootstrap.*`), as well as compiled and minified CSS and JS (`bootstrap.min.*`). CSS [source maps](https://developers.google.com/chrome-developer-tools/docs/css-preprocessors) (`bootstrap.*.map`) are available for use with certain browsers' developer tools. Fonts from Glyphicons are included, as is the optional Bootstrap theme.
61
+
We provide compiled CSS and JS (`bootstrap.*`), as well as compiled and minified CSS and JS (`bootstrap.min.*`). CSS [source maps](https://developer.chrome.com/devtools/docs/css-preprocessors) (`bootstrap.*.map`) are available for use with certain browsers' developer tools. Fonts from Glyphicons are included, as is the optional Bootstrap theme.
60
62
61
63
62
64
@@ -99,12 +101,13 @@ Editor preferences are available in the [editor config](https://github.com/twbs/
99
101
100
102
## Community
101
103
102
-
Keep track of development and community news.
104
+
Get updates on Bootstrap's development and chat with the project maintainers and community members.
103
105
104
106
- Follow [@getbootstrap on Twitter](https://twitter.com/getbootstrap).
105
107
- Read and subscribe to [The Official Bootstrap Blog](http://blog.getbootstrap.com).
108
+
- Join [the official Slack room](https://bootstrap-slack.herokuapp.com).
106
109
- Chat with fellow Bootstrappers in IRC. On the `irc.freenode.net` server, in the `##bootstrap` channel.
107
-
- Implementation help may be found at Stack Overflow (tagged [`twitter-bootstrap-3`](http://stackoverflow.com/questions/tagged/twitter-bootstrap-3)).
110
+
- Implementation help may be found at Stack Overflow (tagged [`twitter-bootstrap-3`](https://stackoverflow.com/questions/tagged/twitter-bootstrap-3)).
108
111
- Developers should use the keyword `bootstrap` on packages which modify or add to the functionality of Bootstrap when distributing through [npm](https://www.npmjs.com/browse/keyword/bootstrap) or similar delivery mechanisms for maximum discoverability.
0 commit comments