summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndré Arko <andre@arko.net>2018-07-08 20:43:34 -0700
committerGitHub <noreply@github.com>2018-07-08 20:43:34 -0700
commitd489d71d886fa31ca906725afbcb808e60edb546 (patch)
tree7ac8ea744465b126a88b939c738afea5528ab0ec
parent2b11d2501143ff3f6b5b8a540db5e30dc62da233 (diff)
parent2772296be7f58219da0b01020850d8b7c2b721dd (diff)
downloadbundler-d489d71d886fa31ca906725afbcb808e60edb546.tar.gz
Merge pull request #6622 from bundler/rubymorillo-patch-2
Added RFC to contributing guidelines
-rw-r--r--doc/contributing/README.md7
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/contributing/README.md b/doc/contributing/README.md
index 363864026a..624e37cb73 100644
--- a/doc/contributing/README.md
+++ b/doc/contributing/README.md
@@ -8,9 +8,11 @@ Before submitting a contribution, read through the following guidelines:
* [Issue Reporting Guidelines](https://github.com/bundler/bundler/blob/master/doc/contributing/ISSUES.md)
* [Pull Request Guidelines](https://github.com/bundler/bundler/blob/master/doc/development/PULL_REQUESTS.md)
-And be sure to set up your development environment:
+And be sure to [set up your development environment](https://github.com/bundler/bundler/blob/master/doc/development/SETUP.md).
-Once you've reviewed the above guidelines, be sure to [set up your development environment](https://github.com/bundler/bundler/blob/master/doc/development/SETUP.md).
+## Feature Requests
+
+To request substantial changes to Bundler and/or Bundler documentation, please refer to the [README](https://github.com/bundler/rfcs/blob/master/README.md) in the [RFC repository](https://github.com/bundler/rfcs) for instructions.
## Contributing to Bundler
@@ -22,7 +24,6 @@ Here are the different ways you can start contributing to the Bundler project:
* [Writing documentation](https://github.com/bundler/bundler/blob/master/doc/documentation/WRITING.md)
* [Community engagement](https://github.com/bundler/bundler/blob/master/doc/contributing/COMMUNITY.md)
-
## Supporting Bundler
[Ruby Together](https://rubytogether.org/) pays some Bundler maintainers for their work, funded directly by the Ruby community. If you’d like to support Bundler with a financial contribution, [become an individual sponsor](https://rubytogether.org/developers#plans). We also welcome financial [contributions from companies](https://rubytogether.org/companies#plans), too! (You can also support us through [Open Collective](https://opencollective.com/rubytogether).)