From e334c64a7cf0265a501090e2c6609771f97d620f Mon Sep 17 00:00:00 2001 From: Matt Layher Date: Mon, 27 Jun 2016 19:49:57 -0400 Subject: [PATCH] Add Submitting Pull Requests section to CONTRIBUTING --- CONTRIBUTING.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index d5e9bd38e..3c36885ea 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -48,3 +48,9 @@ Even if it's not quite right for NetBox, we may be able to point you to a tool b * A use case for the feature; who would use it and what value it would add to NetBox * A rough description of any changes necessary to the database schema (if applicable) * Any third-party libraries or other resources which would be involved + +# Submitting Pull Requests + +When submitting a pull request, please be sure to work off of branch `develop`, rather than branch `master`. +In NetBox, the `develop` branch is used for ongoing development, while `master` is used for tagging new +stable releases.