Explorar el Código

add git pull request guide

Keith Newman hace 9 años
padre
commit
d64261144e
Se han modificado 1 ficheros con 16 adiciones y 0 borrados
  1. 16 0
      .github/PULL_REQUEST_TEMPLATE.md

+ 16 - 0
.github/PULL_REQUEST_TEMPLATE.md

@@ -0,0 +1,16 @@
+....................................
+
+MAKE SURE YOU ARE OPENING A PULL 
+REQUEST AGAINST THE CORRECT BRANCH
+
+....................................
+
+master = bug fixes directly 
+addressing the current preview round
+
+round-X = new features, frameworks, 
+tests, and any other larger changes 
+that you would like to see in the 
+next round
+
+....................................