From 203c12e625e5af6ae2d1c810edf90d2b846e27ee Mon Sep 17 00:00:00 2001 From: Paul Gear Date: Mon, 4 Nov 2013 13:48:37 +1000 Subject: [PATCH] Update CONTRIBUTING.md Encourage the use of 4-digit issue ids --- doc/CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/CONTRIBUTING.md b/doc/CONTRIBUTING.md index 1688842a0..9ec02f6ee 100644 --- a/doc/CONTRIBUTING.md +++ b/doc/CONTRIBUTING.md @@ -29,7 +29,7 @@ This is a proposed workflow designed to minimise the scope of merge conflicts when submitting pull requests: - Fork the [LibreNMS repo master branch][2] in your own GitHub account. - Create an [issue][3] explaining what work you plan to do. -- Create a branch in your copy of the repo called issue-###, where ### is +- Create a branch in your copy of the repo called issue-####, where #### is the issue number you created. - Make and test your changes in the issue branch as needed - this might take a few days or weeks.