From bb889929808511fb355b0ea44ebae8429efdb090 Mon Sep 17 00:00:00 2001 From: Francisco Diaz Date: Wed, 12 Sep 2018 13:07:22 -0700 Subject: [PATCH 1/2] Improve CONTRIBUTING guidelines --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index b3aca04..032505a 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,8 +1,8 @@ # Contributing -To contribute to this repository, please open a PR to propose a new style rule. Every new rule should be done through a PR. +To contribute a new style rule first fork the repo and create your branch from `master`. Then open a PR and propose the rule following the structure below. -If you have an idea that's not completely fleshed out, please open an issue to discuss. +If you have an idea that's not completely fleshed out, please open [an issue](https://github.com/airbnb/swift/issues/new) to discuss. ## Structure of a new rule: From 89d2f47628bae240df2f8cdf6fa0e38d7b684385 Mon Sep 17 00:00:00 2001 From: Francisco Diaz Date: Thu, 13 Sep 2018 17:47:43 -0700 Subject: [PATCH 2/2] Improve link placement --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 032505a..84b98bd 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -2,7 +2,7 @@ To contribute a new style rule first fork the repo and create your branch from `master`. Then open a PR and propose the rule following the structure below. -If you have an idea that's not completely fleshed out, please open [an issue](https://github.com/airbnb/swift/issues/new) to discuss. +If you have an idea that's not completely fleshed out, please [open an issue](https://github.com/airbnb/swift/issues/new) to discuss. ## Structure of a new rule: