Explorar o código

INIT new PR templates

bradford.condon %!s(int64=6) %!d(string=hai) anos
pai
achega
f0b160e023

+ 0 - 34
.github/PULL_REQUEST_TEMPLATE.md

@@ -1,34 +0,0 @@
-<!--- 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 it fixes an open issue, please add the issue link below. -->
-Issue #
-
-## Type(s) of Change(s)
-<!--- What types of changes does your code introduce? 
-         Put an `x` in all the boxes that apply: -->
-- [ ] Bug fix (non-breaking change which fixes an issue)
-- [ ] New feature (non-breaking change which adds functionality)
-- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
-- [ ] API-specific change (fix or addition to an API function)
-- [ ] Updates documentation (inline or markdown files)
-
-## Description
-<!--- Describe your changes in detail -->
-<!--- Why is this change required? What problem does it solve? -->
-
-## Testing?
-<!--- Please describe in detail how you tested your changes. -->
-<!--- Include details of your testing environment, tests ran to see how -->
-<!--- your change affects other areas of the code, etc. -->
-<!--- Reviewers will use this section to test the submission! -->
-
-## Screenshots (if appropriate):
-
-## Additional Notes (if any):
-<!--- Go over all the following points, and put an `x` in all the boxes that apply. -->
-<!--- If you're unsure about any of these, don't hesitate to ask. We're here to help! -->
-- [ ] My code follows the code style of this project.
-- [ ] My change requires a change to the documentation.
-- [ ] I have updated the documentation accordingly.

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

@@ -0,0 +1,23 @@
+<!--- 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 #
+
+## BUG FIX
+
+## 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):

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

@@ -0,0 +1,11 @@
+<!--- 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? -->

+ 30 - 0
.github/PULL_REQUEST_TEMPLATE/NEW_FEATURE.md

@@ -0,0 +1,30 @@
+<!--- 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! -->
+
+
+## NEW FEATURE
+
+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):
+
+## Additional Notes (if any):
+
+<!--- New features should include in-line code documentation. -->
+<!--- Would a user or developer guide be helpful for this feature? -->
+