Skip to content

Commit 6b435ed

Browse files
committed
Update CONTRIBUTING.md #822
1 parent 4322260 commit 6b435ed

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

CONTRIBUTING.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,11 @@ Example:
5757

5858
**We will not accept pull requests that modify the SCSS beyond fixing bugs caused by *our* code!**
5959

60-
Most pull requests should go to [twbs/bootstrap](https://github.com/twbs/bootstrap) or [jlong/sass-twitter-bootstrap](https://github.com/jlong/sass-twitter-bootstrap)
60+
We use a [converter script][converter-readme] to automatically convert upstream bootstrap, written in LESS, to Sass.
61+
62+
Issues related to styles or javascript but unrelated to the conversion process should go to [twbs/bootstrap][upstream].
63+
64+
Pull requests that fix bugs caused by our code should not modify the SCSS directly, but should patch the converter instead.
6165

6266
Good pull requests - patches, improvements, new features - are a fantastic
6367
help. They should remain focused in scope and avoid containing unrelated
@@ -77,3 +81,6 @@ Please **do not** derail or troll issues. Keep the
7781
discussion on topic and respect the opinions of others.
7882

7983
*props [html5-boilerplate](https://github.com/h5bp/html5-boilerplate/blob/master/CONTRIBUTING.md)*
84+
85+
[upstream]: https://github.com/twbs/bootstrap
86+
[converter-readme]: https://github.com/twbs/bootstrap-sass/blob/master/README.md#upstream-converter

0 commit comments

Comments
 (0)