summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThe Bundler Bot <bot@bundler.io>2017-02-20 01:15:45 +0000
committerThe Bundler Bot <bot@bundler.io>2017-02-20 01:15:45 +0000
commit65f9d9365bace3f3fb0038863897c9f54965461a (patch)
treedeb40376bcd24f62ef4c848753c525aaec45809d
parent03519085bd3962dabca67038168e67fb7a0fe6b1 (diff)
parent61f9698e1440f9a7583a3fb80ed8bd6bd6066293 (diff)
downloadbundler-65f9d9365bace3f3fb0038863897c9f54965461a.tar.gz
Auto merge of #5449 - colby-swandale:fix-pr-guide-link, r=indirect
fix broken link to PULL_REQUESTS.md in BUG_TRIAGE.md I messed up the path to the PR review guide from an earlier PR. Sorry.
-rw-r--r--doc/contributing/BUG_TRIAGE.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/contributing/BUG_TRIAGE.md b/doc/contributing/BUG_TRIAGE.md
index aa535a0f45..6667805ac1 100644
--- a/doc/contributing/BUG_TRIAGE.md
+++ b/doc/contributing/BUG_TRIAGE.md
@@ -26,7 +26,7 @@ Everyone is welcome and encouraged to fix any open bug, improve an error message
1. Discuss the fix on the existing issue. Coordinating with everyone else saves duplicate work and serves as a great way to get suggestions and ideas if you need any.
2. Base your commits on the correct branch. Bugfixes for 1.x versions of Bundler should be based on the matching 1-x-stable branch.
- 3. Review the [pull request guide](../contributing/PULL_REQUESTS.md).
+ 3. Review the [pull request guide](../development/PULL_REQUESTS.md).
4. Commit the code with at least one test covering your changes to a named branch in your fork.
5. Put a line in the [CHANGELOG](../../CHANGELOG.md) summarizing your changes under the next release under the “Bugfixes” heading.
6. Send us a [pull request](https://help.github.com/articles/using-pull-requests) from your bugfix branch.