fix(guides): Link maintenance policy to contributing guides [ci skip]

This commit is contained in:
KapilSachdev 2020-08-24 00:42:55 +05:30
parent ab4ab09066
commit 91ab87cca8
1 changed files with 2 additions and 0 deletions

View File

@ -677,6 +677,8 @@ $ git checkout 4-0-stable
TIP: You may want to [put your Git branch name in your shell prompt](http://qugstart.com/blog/git-and-svn/add-colored-git-branch-name-to-your-shell-prompt/) to make it easier to remember which version of the code you're working with.
NOTE: Before working on older versions, please check the [maintenance policy](maintenance_policy.html).
#### Backporting
Changes that are merged into master are intended for the next major release of Rails. Sometimes, it might be beneficial for your changes to propagate back to the maintenance releases for older stable branches. Generally, security fixes and bug fixes are good candidates for a backport, while new features and patches that introduce a change in behavior will not be accepted. When in doubt, it is best to consult a Rails team member before backporting your changes to avoid wasted effort.