Browse Source

add lacey suggestions

bradford.condon 6 years ago
parent
commit
f7403e6a0e

+ 5 - 4
.github/ISSUE_TEMPLATE/feature_request.md

@@ -12,11 +12,12 @@ INSTRUCTIONS: The following template is meant to structure your feature request.
   if it's decided the feature is not a good fit for Tripal Core.
 --->
 
-<!--- Go over all the following points, and put an `x` in all the boxes that apply. -->
+<!--- Go over all the following points, and select the option in the brackets that applies to you. -->
 <!--- If you're unsure about any of these, don't hesitate to ask. We're here to help! -->
-- [ ] does this feature attempt to solve an existing problem with Tripal?
-- [ ] are you open to developing or collaborating on an extension module if this is not a good fit for Tripal Core (no pressure here -just good to know upfront :-) )
-- [ ] do you **Need** this feature ASAP?
+* This feature [does / does not attempt to solve an existing problem with Tripal
+* I [am/am not] open to developing or collaborating on an extension module if this is not a good fit for Tripal Core
+<!--- (no pressure here -just good to know upfront :-) ) -->
+* This feature is URGENT/Not Urgent
 
 ### Description
 <!--- A clear and concise description of what you want to happen. -->

+ 7 - 2
.github/PULL_REQUEST_TEMPLATE/BUG_FIX.md

@@ -1,3 +1,10 @@
+---
+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 -->
@@ -5,8 +12,6 @@
 <!--- 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? -->

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

@@ -1,3 +1,10 @@
+---
+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:

+ 7 - 2
.github/PULL_REQUEST_TEMPLATE/NEW_FEATURE.md

@@ -1,3 +1,10 @@
+---
+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:
@@ -7,8 +14,6 @@
 <!--- New features MUST have an issue so they can be discussed by the community prior to their implementation! -->
 
 
-## NEW FEATURE
-
 Issue #
 
 ## Description