From a2d6b60c1753eb8aeae2239980ce9a9ef60ebe05 Mon Sep 17 00:00:00 2001 From: Andrew Janke Date: Mon, 25 May 2015 19:02:46 -0400 Subject: [PATCH] Adjust "Maintained fork PRs" to be at same level as "Simple contribution PRs" --- Contribution-Technical-Practices.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Contribution-Technical-Practices.md b/Contribution-Technical-Practices.md index be09a05..b2ef281 100644 --- a/Contribution-Technical-Practices.md +++ b/Contribution-Technical-Practices.md @@ -112,7 +112,7 @@ conflicts, and then `git push --force my-new-pr`, in order to keep your P **More setups:** on another machine, simply `git checkout /my-new-pr` and `git checkout -b my-new-pr` to continue working on a pending PR. -### Maintained fork PRs +#### Maintained fork PRs * **1.** Any new PR must start from a clean upstream tree ```zsh