summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColby Swandale <colby@taplaboratories.com>2017-02-19 13:08:28 +1100
committerColby Swandale <colby@taplaboratories.com>2017-02-19 13:08:28 +1100
commit61f9698e1440f9a7583a3fb80ed8bd6bd6066293 (patch)
tree31718e29e788a3ab2333720813b012fa8d0c0fca
parent42215fe7279bd90d48f2d4e09227d327e007b5bc (diff)
downloadbundler-61f9698e1440f9a7583a3fb80ed8bd6bd6066293.tar.gz
fix broken link to PULL_REQUESTS.md in BUG_TRIAGE.md
-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.