瀏覽代碼

single PR template

bradford.condon 6 年之前
父節點
當前提交
1ff8bde6c9

+ 7 - 11
.github/PULL_REQUEST_TEMPLATE/NEW_FEATURE.md → .github/PULL_REQUEST_TEMPLATE.md

@@ -1,18 +1,15 @@
----
-name: New Feature
-about: Adds new functionality to Tripal.  Should be discussed in an issue prior to submission.
----
-
-# New Feature
-
 <!--- Thank you for contributing! -->
 <!--- Provide a general summary of your changes in the Title above -->
 <!--- See our Contribution Guidelines here:
           https://github.com/tripal/tripal/blob/7.x-3.x/CONTRIBUTING.md -->
-          
 
-<!--- New features MUST have an issue so they can be discussed by the community prior to their implementation! -->
 
+<!---  Please set the header below based on the PR type:
+# New Feature
+# Bux Fix
+# Documentation  --->
+
+#
 
 Issue #
 
@@ -31,5 +28,4 @@ Issue #
 ## Additional Notes (if any):
 
 <!--- New features should include in-line code documentation. -->
-<!--- Would a user or developer guide be helpful for this feature? -->
-
+<!--- Would a user or developer guide be helpful for this feature? -->

+ 0 - 28
.github/PULL_REQUEST_TEMPLATE/BUG_FIX.md

@@ -1,28 +0,0 @@
----
-name: Bug Fix
-about: Resolve a bug.
----
-
-# Bug Fix
-
-<!--- Thank you for  contributing! -->
-<!--- See our Contribution Guidelines here:
-         https://github.com/tripal/tripal/blob/7.x-3.x/CONTRIBUTING.md -->
-          
-<!--- If it fixes an open issue, please add the issue link below. -->
-Issue #
-
-## Description
-<!--- Describe your changes in detail -->
-<!--- Why is this change required? What problem does it solve? -->
-
-## Testing?
-<!--- Please describe in detail how to test these changes. -->
-<!--- Reviewers will use this section to test the submission! -->
-<!--- If you've implemented PHPUnit tests, you can describe 
-	the test cases here. -->
-<!--- Unit testing guidelines: 
-	https://github.com/tripal/tripal/blob/7.x-3.x/tests/README.md -->
-
-
-## Screenshots (if appropriate):

+ 0 - 18
.github/PULL_REQUEST_TEMPLATE/DOCUMENTATION.md

@@ -1,18 +0,0 @@
----
-name: Documentation
-about: Add or update the documentation (in-line or ReadTheDocs).
----
-
-# Documentation
-
-<!--- Thank you for contributing! -->
-<!--- Provide a general summary of your changes in the Title above -->
-<!--- See our Contribution Guidelines here:
-          https://github.com/tripal/tripal/blob/7.x-3.x/CONTRIBUTING.md -->
-          
-<!--- If there is a matching issue, please link it below. -->
-Issue #
-
-## Description
-<!--- Describe your changes in detail -->
-<!--- Why is this change required? What problem does it solve? -->