From ebe39e5b0621c38cc009b49da8db19ea563b239e Mon Sep 17 00:00:00 2001 From: Justin Hopkins Date: Tue, 16 Apr 2019 09:33:08 -0400 Subject: [PATCH] Change PR link to point to this repo --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 778326e..aa2b4ef 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -14,7 +14,7 @@ If you have a general question or an issue please refer to our [Frequently Asked ArcAds has a series of unit tests built with [Jest](https://facebook.github.io/jest/). We are always looking to improve our testing coverage , and request that if you create new functionality that you also include tests along with it. ## Submitting changes -Please send a [Pull Request to ArcAds](https://github.com/opengovernment/opengovernment/pull/new/master) with a clear list of what you've done (you read more about [Github pull requests here](http://help.github.com/pull-requests/)). +Please send a [Pull Request to ArcAds](https://github.com/washingtonpost/ArcAds/pull/new/master) with a clear list of what you've done (you read more about [Github pull requests here](http://help.github.com/pull-requests/)). Please follow the best practices guide below and make sure all of your commits are atomic (one feature per commit). Always write a clear log message for your commits. One-line messages are fine for small changes, but bigger changes should look like this: