From 66a4bcef314ac656dee5a0657eb694692ce65dcc Mon Sep 17 00:00:00 2001 From: Pete Cooper Date: Wed, 18 Jun 2014 10:20:30 +0100 Subject: [PATCH] Tweak CONTRIBUTING.md --- CONTRIBUTING.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index b0afefdac..6cb7380f8 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -102,8 +102,9 @@ Changes to cdnjs happen with the following process: * make the required changes to the forked repository * run the pre-flight `npm` check, resolve any errors * raise a pull request with appropriate information +* remove your forked repository after the merge -If these steps are followed, and everything works out, the merge process is usually efficient and your library update will go live soon afterwards. +If these steps are followed, and everything works out, the update process is usually efficient and your library update will go live soon afterwards. ### 5.1 Fork the cdnjs repository