Преглед на файлове

Merge pull request #46 from digitalocean/contributing-prs

Add Submitting Pull Requests section to CONTRIBUTING
Jeremy Stretch преди 10 години
родител
ревизия
0a22821209
променени са 1 файла, в които са добавени 6 реда и са изтрити 0 реда
  1. 6 0
      CONTRIBUTING.md

+ 6 - 0
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.