aboutsummaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
AgeCommit message (Collapse)AuthorFilesLines
2015-11-24Updating "Reporting upstream browser bugs" for IEMartin Beeby1-1/+1
Adding Microsoft Edge and the rendering engine EdgeHTML. Closes #18303 [skip sauce] [skip validator]
2015-11-12Merge pull request #17138 from kkirsche/patch-11Mark Otto1-1/+1
Provide V4 JSBin template in CONTRIBUTING.md
2015-09-26Docs: Fix typo in contributing regarding normalize.cssalberto1-1/+1
2015-09-22Update StackOverflow tag to `bootstrap-4`; closes #17675Daniel Opitz1-1/+1
2015-09-08Remove dropped v3 bootstrap-themevsn4ik1-1/+1
[ci skip]
2015-09-01Port #17332 to v4Chris Rebert1-0/+1
2015-08-27Less to Sass typos.XhmikosR1-2/+2
[ci skip]
2015-08-20Provide V4 JSBin templateKevin Kirsche1-1/+1
provide V4 JSBin template for users to use when sending bug reports.
2015-06-18Merge branch 'master' into v4Mark Otto1-3/+3
2015-06-05Add Slack link to `CONTRIBUTING.md`Zlatan Vasović1-1/+1
2015-06-02Include Slack in list of places to get helpKevin Kirsche1-1/+1
As Slack is a common replacement for IRC for projects (e.g. Wordpress), I propose that we encourage the use of Slack as you have members of the core team using it while IRC often does not have any of the core team available.
2015-05-17Use `https` when possible.XhmikosR1-2/+2
2015-04-03fix dead link: reduced text casesYuan Yiyang1-1/+1
2015-03-01Merge branch 'master' into v4Mark Otto1-1/+1
Conflicts: .travis.yml Gruntfile.js bower.json dist/css/bootstrap.css dist/css/bootstrap.css.map dist/css/bootstrap.min.css dist/js/bootstrap.js dist/js/bootstrap.min.js docs/_data/glyphicons.yml docs/_includes/components/breadcrumbs.html docs/_includes/components/button-dropdowns.html docs/_includes/components/button-groups.html docs/_includes/components/dropdowns.html docs/_includes/components/glyphicons.html docs/_includes/components/labels.html docs/_includes/components/list-group.html docs/_includes/components/media.html docs/_includes/components/navs.html docs/_includes/components/panels.html docs/_includes/components/progress-bars.html docs/_includes/components/thumbnails.html docs/_includes/components/wells.html docs/_includes/css/buttons.html docs/_includes/css/forms.html docs/_includes/css/helpers.html docs/_includes/css/images.html docs/_includes/css/less.html docs/_includes/customizer-variables.html docs/_includes/getting-started/accessibility.html docs/_includes/getting-started/browser-device-support.html docs/_includes/getting-started/community.html docs/_includes/getting-started/examples.html docs/_includes/getting-started/grunt.html docs/_includes/getting-started/license.html docs/_includes/getting-started/template.html docs/_includes/header.html docs/_includes/js/affix.html docs/_includes/js/alerts.html docs/_includes/js/carousel.html docs/_includes/js/collapse.html docs/_includes/js/dropdowns.html docs/_includes/js/modal.html docs/_includes/js/overview.html docs/_includes/js/popovers.html docs/_includes/js/scrollspy.html docs/_includes/js/tabs.html docs/_includes/js/tooltips.html docs/_includes/js/transitions.html docs/_includes/nav/javascript.html docs/_layouts/default.html docs/assets/css/docs.min.css docs/assets/css/src/docs.css docs/assets/js/customize.min.js docs/assets/js/docs.min.js docs/assets/js/raw-files.min.js docs/assets/js/vendor/FileSaver.js docs/assets/js/vendor/autoprefixer.js docs/assets/js/vendor/uglify.min.js docs/dist/css/bootstrap.css docs/dist/css/bootstrap.css.map docs/dist/css/bootstrap.min.css docs/dist/js/bootstrap.min.js docs/examples/blog/index.html docs/examples/carousel/index.html docs/examples/cover/index.html docs/examples/dashboard/index.html docs/examples/narrow-jumbotron/narrow-jumbotron.css docs/examples/navbar-fixed-top/index.html docs/examples/navbar-static-top/index.html docs/examples/non-responsive/index.html docs/examples/non-responsive/non-responsive.css docs/examples/theme/index.html grunt/configBridge.json js/affix.js js/carousel.js js/collapse.js js/dropdown.js js/modal.js js/popover.js js/scrollspy.js js/tab.js js/tests/unit/affix.js js/tests/unit/button.js js/tests/unit/carousel.js js/tests/unit/modal.js js/tests/unit/tooltip.js js/tooltip.js less/badges.less less/glyphicons.less less/type.less less/variables.less package.json scss/_dropdown.scss scss/_forms.scss test-infra/npm-shrinkwrap.json
2015-02-22Fix a typo in contributing doc.dante20081-1/+1
2015-01-19Merge branch 'master' into v4Mark Otto1-3/+7
Conflicts: _config.yml dist/css/bootstrap-theme.css dist/css/bootstrap-theme.css.map dist/css/bootstrap-theme.min.css dist/css/bootstrap.css dist/css/bootstrap.css.map dist/css/bootstrap.min.css dist/js/bootstrap.min.js docs/_includes/components/thumbnails.html docs/_includes/css/forms.html docs/_includes/css/grid.html docs/_includes/customizer-variables.html docs/_includes/footer.html docs/_includes/getting-started/download.html docs/_includes/getting-started/template.html docs/_includes/js/overview.html docs/_includes/js/popovers.html docs/_includes/js/tooltips.html docs/assets/css/docs.min.css docs/assets/js/customize.min.js docs/assets/js/raw-files.min.js docs/assets/js/src/customizer.js docs/dist/css/bootstrap-theme.css docs/dist/css/bootstrap-theme.css.map docs/dist/css/bootstrap-theme.min.css docs/dist/css/bootstrap.css docs/dist/css/bootstrap.css.map docs/dist/css/bootstrap.min.css docs/dist/js/bootstrap.js docs/dist/js/bootstrap.min.js docs/examples/navbar-fixed-top/index.html docs/examples/navbar-static-top/index.html docs/examples/non-responsive/index.html docs/examples/theme/index.html grunt/configBridge.json less/alerts.less less/badges.less less/jumbotron.less less/panels.less less/tables.less less/theme.less less/variables.less package.json scss/_button-group.scss scss/_buttons.scss scss/_forms.scss
2015-01-15Clarify in CONTRIBUTING docs that CC-BY 3.0 License applies to Bootstrap's docsChris Rebert1-3/+7
[ci skip]
2014-12-17remove remaining remnants of the CustomizerChris Rebert1-1/+0
2014-11-29Merge pull request #15167 from vsn4ik/rem_blob_master_from_linksMark Otto1-4/+4
Remove redundant .../blob/master/ prefix in markdown.
2014-11-23Update links (.../blob/master prefix) in markdown.vsn4ik1-4/+4
2014-11-22add documenting in MDN as a step in browser bug handling processChris Rebert1-1/+1
[skip sauce] [skip validator]
2014-11-20Document Savage cross-browser JS pull request tester botChris Rebert1-1/+3
Refs #12352, which is now implemented & deployed. More info: https://github.com/twbs/savage [skip sauce]
2014-11-20fix typo in CONTRIBUTING.mdChris Rebert1-1/+1
2014-11-11move to the contributing guidelinesMark Otto1-0/+19
2014-10-31Cover common contributor mistakes in CONTRIBUTING.mdChris Rebert1-0/+11
Based on https://github.com/twbs/rorschach/tree/master/docs
2014-10-30Explain issue/PR bots in CONTRIBUTING.mdChris Rebert1-0/+11
[skip sauce] [skip validator]
2014-10-03Add browser bug reporting links to CONTRIBUTING docs; refs #13974Chris Rebert1-0/+12
2014-09-23Mention HTML5 validator and Bootlint as part of troubleshooting stepsChris Rebert1-0/+4
Fixes https://github.com/twbs/bootlint/issues/67
2014-09-08clean whitespaceChris Rebert1-1/+0
Thanks to @collinanderson Closes #14567
2014-07-13Update JS Bin template in CONTRIBUTING.mdHeinrich Fenkart1-1/+1
Refs: #14109
2014-07-12code guide, fixes #14126Mark Otto1-14/+4
2014-03-07Add autoprefixerBas Bosman1-0/+1
2014-02-10Use different coding style for GruntfileZlatan Vasović1-1/+1
Fixes #12657
2014-02-04Merge pull request #12554 from ZDroid/grunt-test-noteChris Rebert1-0/+4
Add `grunt test` note
2014-02-04Add `grunt test` noteZlatan Vasović1-0/+4
2014-02-04Merge pull request #12521 from twbs/outline-none-noteMark Otto1-0/+1
add note to CONTRIBUTING.md about `outline: none`
2014-02-03Remove comma first ruleZlatan Vasović1-1/+0
Removes outdated coding style rule.
2014-02-01add note to CONTRIBUTING.md about `outline: none`Chris Rebert1-0/+1
2014-01-23Merge pull request #12356 from twbs/wcag-contributingMark Otto1-0/+1
add WCAG color guideline to CONTRIBUTING.md
2014-01-23Merge pull request #12355 from twbs/aria-contributingMark Otto1-0/+1
add WAI-ARIA guideline to CONTRIBUTING.md
2014-01-23add WCAG color guideline to CONTRIBUTING.mdChris Rebert1-0/+1
2014-01-23add WAI-ARIA guideline to CONTRIBUTING.mdChris Rebert1-0/+1
2014-01-23fix typo and use the v3-specific StackOverflow tagChris Rebert1-1/+1
2014-01-09use periods for consistency in each lineWaynn Lue1-10/+10
2014-01-07Drop redundant 'the'Zlatan Vasović1-1/+1
2014-01-07Improve wording in CONTRIBUTING.mdJoel Kuzmarski1-2/+2
Parts of the "Pull requests" section are strangely worded. This commit fixes that.
2014-01-07Fix bad anchor link in CONTRIBUTING.mdJoel Kuzmarski1-1/+1
Hey look, I'm contributing to CONTRIBUTING.md! This anchor must have been overlooked while updating the docs in a previous commit. Expected behavior: scroll the document to a linked section. Experienced behavior: nada. This proposed file change renames the anchor text from `coding conventions` to `coding guidelines` and changes the anchor link from `#code-conventions` to `#code-guidelines`.
2013-12-24Use correct directory name for bootstrap contributionsoundarapandian1-1/+1
2013-12-21https://github.com/twbs/bootstrap/pull/11950#issuecomment-31033824tomByrer1-4/+7
2013-12-18Fixes #11918: Fork the @h5bp contributing guidelines and combine with our ↵Mark Otto1-30/+137
coding guidelines