Browse Source

Update issue templates

Bradford Condon 6 năm trước cách đây
mục cha
commit
edd1980a7c

+ 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
+```

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

@@ -0,0 +1,33 @@
+---
+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! -->
+- [ ] is this feature something ALL Tripal sites will want?
+- [ ] do you feel this feature is generally applicable?
+- [ ] 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. -->