Browse Source

Merge pull request #1 from knewmanTE/add-git-pull-request-guide

Add git pull request guide
knewmanTE 9 years ago
parent
commit
0a5ad8b441
2 changed files with 19 additions and 0 deletions
  1. 16 0
      .github/PULL_REQUEST_TEMPLATE.md
  2. 3 0
      .gitignore

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

+ 3 - 0
.gitignore

@@ -83,3 +83,6 @@ nimcache
 # crystal
 # crystal
 .crystal
 .crystal
 *.out
 *.out
+
+#don't ignore merge request templates
+!.github/