Browse Source

Merge pull request #425 from tripal/420-issue-templates

Update issue templates
Lacey-Anne Sanderson 6 years ago
parent
commit
1258039251

+ 0 - 18
.github/ISSUE-TEMPLATE.md

@@ -1,18 +0,0 @@
-INSTRUCTIONS: The following template is meant to provide the information that will help other Tripal developers diagnose and reproduce your issue. Follow the directions below to complete the template. If the template is not appropriate for your issue you may remove it and describe your issue.
-
-### System information
-<!--Please enter the following information (if able). All information is available in your site's administrator report area (Administration Toolbar > Reports > Status Report) -->
-
-* Tripal Version:
-* Drupal Version:
-* PostgreSQL Version:
-* PHP Version:
-
-
-### Issue description
-<!-- Please describe your issue here 
-Some information you might want to include: the page you're seeing the issue on,  what behaviour you're experiencing versus what you expect, steps to reproduce...  really anything you think might best help us help you! -->
-
-
-
-<-- PS. Also feel free to ask questions, start discussions, suggest improvements We welcome any and all feedback! -->

+ 40 - 0
.github/ISSUE_TEMPLATE/bug_report.md

@@ -0,0 +1,40 @@
+---
+name: Bug report
+about: Create a report to help us improve
+
+---
+
+## BUG/ERROR report
+<!---
+INSTRUCTIONS: The following template is meant to provide the information that will help other Tripal
+ developers diagnose and reproduce your issue. Follow the directions below to complete the template.
+  Feel free to delete sections that are not applicable.
+--->
+
+
+
+### System information
+<!--Please enter the following information (if able). All information is available in your site's administrator report area (Administration Toolbar > Reports > Status Report) -->
+
+* Tripal Version:
+* Drupal Version:
+* PostgreSQL Version:
+* PHP Version:
+
+### Issue description
+<!-- Please describe your issue here 
+Some information you might want to include: the page you're seeing the issue on,  what behavior 
+you're experiencing versus what you expect, really anything you think might best help us help you! -->
+
+#### Steps to reproduce
+
+<!-- What steps are necessary to recreate the bug/error?  Clear instructions here will make it easier for
+ us to fix the problem! -->
+#### Error messages and screenshots
+<!-- Please include any error messages you find.  Including them in ``` as below will make the issue
+ more readable. -->
+<!-- Screenshots can be really helpful to describe the problem! -->
+
+```
+error message
+```

+ 15 - 0
.github/ISSUE_TEMPLATE/discussion.md

@@ -0,0 +1,15 @@
+---
+name: Discussion / Question 
+about: Discuss a topic / Ask for help.
+
+---
+
+<!---
+INSTRUCTIONS: Our intent is to use github as an open forum to help community members connect.
+If you are looking to do any of the following, you are in the right place! and Thank You!
+  - Ask for help/documentation/clarification of Tripal Functionality and Site Building/Management
+  - Discuss controlled vocabulary terms for your data
+  - Ask for input on site/module design questions
+  - State your intent to develop a specific extension module
+  - Really any type of discussion or question -we want to hear from you!
+--->

+ 32 - 0
.github/ISSUE_TEMPLATE/feature_request.md

@@ -0,0 +1,32 @@
+---
+name: Feature request
+about: Suggest an idea for this project
+
+---
+
+
+## Feature Request/Discussion
+<!---
+INSTRUCTIONS: The following template is meant to structure your feature request. 
+  Please keep in mind, this issue may evolve into discussion for an extension module
+  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. -->
+<!--- 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?
+
+### Description
+<!--- A clear and concise description of what you want to happen. -->
+
+### Your Specific Use Case
+<!--- Please describe how you would use this feature in your own Tripal site and why you need it -->
+
+### Generally Applicable
+<!--- Why do you feel this is generally applicable? -->
+<!--- Suggest other use cases if possible. -->
+
+### Additional information/screenshots
+<!--- Add any other context or screenshots about the feature request here. -->

+ 0 - 0
PULL_REQUEST_TEMPLATE.md → .github/PULL_REQUEST_TEMPLATE.md