Mention yarnpkg/rfcs in CONTRIBUTING, README and PULL_REQUEST_TEMPLATE. (#2820)

Improves discoverability of yarnpkg/rfcs
This commit is contained in:
Tim Oxley
2017-03-03 08:34:46 +08:00
committed by Konstantin Raev
parent ed6b9b99c4
commit 19eb500751
3 changed files with 4 additions and 2 deletions

View File

@@ -2,6 +2,8 @@
**Summary**
<!-- Is the feature a substantial feature request? Please use https://github.com/yarnpkg/rfcs -->
<!-- Explain the **motivation** for making this change. What existing problem does the pull request solve? -->
**Test plan**

View File

@@ -1,6 +1,6 @@
# CONTRIBUTING
Contributions are always welcome, no matter how large or small. Before contributing,
Contributions are always welcome, no matter how large or small. Substantial feature requests should be proposed as an [RFC](https://github.com/yarnpkg/rfcs). Before contributing,
please read the [code of conduct](CODE_OF_CONDUCT.md).
## Setup

View File

@@ -42,7 +42,7 @@ Read the [Usage Guide](https://yarnpkg.com/en/docs/usage) on our website for det
## Contributing to Yarn
Contributions are always welcome, no matter how large or small. Before contributing, please read the [code of conduct](CODE_OF_CONDUCT.md).
Contributions are always welcome, no matter how large or small. Substantial feature requests should be proposed as an [RFC](https://github.com/yarnpkg/rfcs). Before contributing, please read the [code of conduct](CODE_OF_CONDUCT.md).
See [Contributing](CONTRIBUTING.md).