Skip to content

Commit

Permalink
Merge 9728221 into 6458fb2
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandrevicenzi committed Jun 21, 2019
2 parents 6458fb2 + 9728221 commit bfa9b09
Show file tree
Hide file tree
Showing 4 changed files with 82 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@

Please raise issues via the [new interface](./../issues/new/choose)
34 changes: 34 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
---
name: 🐛 Bug report
about: Create a report to help us improve
---
<!--- Verify first that your issue is not already reported on GitHub -->
<!--- Also test if the latest release and devel branch are affected too -->
<!--- Complete *all* sections as described -->

#### Summary
<!--- Describe briefly your problem. -->


#### Issue Type
- Bug Report

#### Steps to reproduce
<!--- Provide a way to reproduce this bug. Include code to reproduce, if relevant. -->


#### Actual results
<!--- Describe in detail the actual behavior -->


#### Expected results
<!--- Describe what should be the expected behavior. -->


#### OS / Environment
<!--- Provide all relevant information, e.g. target OS, python and library version, etc. -->


#### Additional Information
<!--- Include any relevant information that does not fit in other items, e.g. stack trace, logs, etc. -->

29 changes: 29 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
---
name: ✨ Feature request
about: Suggest an idea for this project
---
<!--- Verify first that your feature was not already discussed on GitHub -->
<!--- Complete *all* sections as described -->

#### Summary
<!--- Describe briefly your request. -->


#### Issue Type
- Feature Request

#### Current behavior
<!--- Describe in detail the actual behavior, if applicable. -->


#### Desired behavior
<!--- Describe what should be the expected behavior, if applicable. -->


#### Use case
<!--- Describe a use case for this feature, why it is needed and what it solves. -->


#### Additional Information
<!--- Include any relevant information that does not fit in other items, e.g. logs, code samples, etc. -->

17 changes: 17 additions & 0 deletions .github/ISSUE_TEMPLATE/question_support.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
name: 🙋 Question / Support
about: Raise questions related to this project
---
<!--- Verify first that your question was not already discussed on GitHub -->
<!--- Complete *all* sections as described -->

#### Summary
<!--- Describe in detail your question. -->


#### Issue Type
- Question / Support

#### Additional Information
<!--- Include any relevant information that could help to answer your question, e.g. OS version, logs, etc. -->

0 comments on commit bfa9b09

Please sign in to comment.