summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndre Arko <andre@arko.net>2018-01-31 22:44:20 -0800
committerAndre Arko <andre@arko.net>2018-01-31 22:44:20 -0800
commit720499c9fea68f4605118301a2148c0c492bbc38 (patch)
tree7bcefd23a431d593d8ea0f3ddaec703fd6846ba9
parentfe9d6989a11443dbfe1840cc07f89918e3d7b37d (diff)
downloadbundler-indirect/remove-vestigial-doc.tar.gz
Remove vestigial CONTRIBUTING doc.indirect/remove-vestigial-doc
The primary contributing doc is now located at docs/README.md, and we link to that file from the main project README. I think this file causes more confusion than it helps with, and anyone interested in contributing can get better info from the "Contributing" section in the readme.
-rw-r--r--CONTRIBUTING.md17
1 files changed, 0 insertions, 17 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
deleted file mode 100644
index 3693e4e3b8..0000000000
--- a/CONTRIBUTING.md
+++ /dev/null
@@ -1,17 +0,0 @@
-# Contributing to Bundler
-
-Welcome to Bundler! We are so happy that you're here. We know joining a new open source project can be daunting, so here's a quick overview of what you can expect from this documentation.
-
-Bundler welcomes contributions from *everyone*. While contributing, please follow the project [code of conduct](http://bundler.io/conduct.html), so that everyone can be included.
-
-## Quick start
-
-Some guides you might find useful:
-
-* [Submitting pull requests](doc/development/PULL_REQUESTS.md)
-* [Filing an issue](doc/contributing/ISSUES.md)
-* [Bug triage](doc/contributing/BUG_TRIAGE.md)
-
-## Comprehensive guides
-
-Not finding what you're looking for? More comprehensive guides are [available here](doc/README.md).