Browse Source

Merge pull request #2252 from knewmanTE/master

Add Github Pull Request Template
Nate 9 years ago
parent
commit
f8ebc07bb8
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/