aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2014-11-11 19:25:54 -0800
committerMark Otto <[email protected]>2014-11-11 19:25:54 -0800
commit647d30aa04ee777aad378f8d31f2735ec465d61c (patch)
tree7a0b63fc522412ffb22abeb30689446ff2972aed
parent1e268ddfc30def5f4b2b0f2ace34b7de549ea830 (diff)
downloadbootstrap-647d30aa04ee777aad378f8d31f2735ec465d61c.tar.xz
bootstrap-647d30aa04ee777aad378f8d31f2735ec465d61c.zip
move to the contributing guidelines
-rw-r--r--CONTRIBUTING.md19
-rw-r--r--README.md21
2 files changed, 19 insertions, 21 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index f213852cb..3e91f55ab 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -29,6 +29,25 @@ restrictions:
their respective repositories).
+## Issues and labels
+
+Our bug tracker utilizes several labels to help organize and identify issues. Here's what they represent and how we use them:
+
+- `browser bug` - Issues that are reported to us, but actually are the result of a browser-specific bug. These are diagnosed with reduced test cases and result in a issue opened on that browser's own bug tracker.
+- `confirmed` - Issues that have been confirmed with a reduced test case and idenfity a bug in Bootstrap.
+- `css` - Issues stemming from our compiled CSS or source Less files.
+- `customizer` - Issues with our web-based Customizer.
+- `docs` - Issues for improving or updating our documentation.
+- `examples` - Issues involving the example templates included in our docs.
+- `feature` - Issues asking for a new feature to be added, or an existing one to be extended or modified. New features require a minor version bump (e.g., `v3.0.0` to `v3.1.0`).
+- `grunt` - Issues with our included JavaScript-based Gruntfile, which is used to run all our tests, concatenate and compile source files, and more.
+- `help wanted` - Issues we need or would love help from the community to resolve.
+- `js` - Issues stemming from our compiled or source JavaScript files.
+- `meta` - Issues with the project itself or our GitHub repository.
+
+For a complete look at our labels, see the [project labels page](/twbs/bootstrap/labels).
+
+
## Bug reports
A bug is a _demonstrable problem_ that is caused by the code in the repository.
diff --git a/README.md b/README.md
index fd4f83cdb..7b8f24807 100644
--- a/README.md
+++ b/README.md
@@ -16,7 +16,6 @@ To get started, check out <http://getbootstrap.com>!
- [Documentation](#documentation)
- [Contributing](#contributing)
- [Community](#community)
-- [Issues and labels](#issues-and-labels)
- [Versioning](#versioning)
- [Creators](#creators)
- [Copyright and license](#copyright-and-license)
@@ -105,26 +104,6 @@ Keep track of development and community news.
-## Issues and labels
-
-Our bug tracker utilizes several labels to help organize and identify issues. Here's what they represent and how we use them:
-
-- `browser bug` - Issues that are reported to us, but actually are the result of a browser-specific bug. These are diagnosed with reduced test cases and result in a issue opened on that browser's own bug tracker.
-- `confirmed` - Issues that have been confirmed with a reduced test case and idenfity a bug in Bootstrap.
-- `css` - Issues stemming from our compiled CSS or source Less files.
-- `customizer` - Issues with our web-based Customizer.
-- `docs` - Issues for improving or updating our documentation.
-- `examples` - Issues involving the example templates included in our docs.
-- `feature` - Issues asking for a new feature to be added, or an existing one to be extended or modified. New features require a minor version bump (e.g., `v3.0.0` to `v3.1.0`).
-- `grunt` - Issues with our included JavaScript-based Gruntfile, which is used to run all our tests, concatenate and compile source files, and more.
-- `help wanted` - Issues we need or would love help from the community to resolve.
-- `js` - Issues stemming from our compiled or source JavaScript files.
-- `meta` - Issues with the project itself or our GitHub repository.
-
-For a complete look at our labels, see the [project labels page](/twbs/bootstrap/labels).
-
-
-
## Versioning
For transparency into our release cycle and in striving to maintain backward compatibility, Bootstrap is maintained under [the Semantic Versioning guidelines](http://semver.org/). Sometimes we screw up, but we'll adhere to those rules whenever possible.