aboutsummaryrefslogtreecommitdiff
path: root/.github/CONTRIBUTING.md
diff options
context:
space:
mode:
authorXhmikosR <[email protected]>2017-09-28 17:54:01 +0300
committerXhmikosR <[email protected]>2017-09-29 19:39:25 +0300
commit2244d03b3471bbd13c93b718a6a9271d8733f5a9 (patch)
tree9d1f6bc7d2c02490ca51e04aaf8984a01a38bd54 /.github/CONTRIBUTING.md
parentb23ff97a8586fe0be4006be3710507d45470654d (diff)
downloadbootstrap-2244d03b3471bbd13c93b718a6a9271d8733f5a9.tar.xz
bootstrap-2244d03b3471bbd13c93b718a6a9271d8733f5a9.zip
Remove grunt-saucelabs and Grunt.
Diffstat (limited to '.github/CONTRIBUTING.md')
-rw-r--r--.github/CONTRIBUTING.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md
index c311dd691..0aaa1bb94 100644
--- a/.github/CONTRIBUTING.md
+++ b/.github/CONTRIBUTING.md
@@ -42,7 +42,7 @@ Our bug tracker utilizes several labels to help organize and identify issues. He
- `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 build system, which is used to run all our tests, concatenate and compile source files, and more.
+- `build` - Issues with our build system, 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.