summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephanie Morillo <rubymorillo@users.noreply.github.com>2018-07-07 12:06:24 -0400
committerGitHub <noreply@github.com>2018-07-07 12:06:24 -0400
commit1ab1ecc48526ef7133e58bff8945381b834eea7a (patch)
tree30c5c7864a4aea9b1e05d0c65d37d512861f0496
parent25b76e5e12f861c4f75e726d993d5ba55810deef (diff)
downloadbundler-1ab1ecc48526ef7133e58bff8945381b834eea7a.tar.gz
Added RFC to contributing guidelines
-rw-r--r--doc/contributing/README.md9
1 files changed, 5 insertions, 4 deletions
diff --git a/doc/contributing/README.md b/doc/contributing/README.md
index 363864026a..63d59916a6 100644
--- a/doc/contributing/README.md
+++ b/doc/contributing/README.md
@@ -8,21 +8,22 @@ 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
Here are the different ways you can start contributing to the Bundler project:
* [First contribution suggestions](https://github.com/bundler/bundler/blob/master/doc/contributing/HOW_YOU_CAN_HELP.md)
-* [Adding new features](https://github.com/bundler/bundler/blob/master/doc/development/NEW_FEATURES.md)
+* [Adding new features](https://github.com/bundler/bundler/blob/master/doc/development/NEW_FEATURES.md).
* [Triaging bugs](https://github.com/bundler/bundler/blob/master/doc/contributing/BUG_TRIAGE.md)
* [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).)