Skip to content

Commit

Permalink
Merge 4971f20 into 5b19d0d
Browse files Browse the repository at this point in the history
  • Loading branch information
akelad committed Jun 5, 2019
2 parents 5b19d0d + 4971f20 commit 7544711
Show file tree
Hide file tree
Showing 3 changed files with 77 additions and 33 deletions.
35 changes: 2 additions & 33 deletions .github/ISSUE_TEMPLATE.md
@@ -1,33 +1,2 @@
<!-- THIS INFORMATION IS MANDATORY - YOUR ISSUE WILL BE CLOSED IF IT IS MISSING. If you don't know your Rasa version, use `pip list | grep rasa`. Removing the below information is allowed for FEATURE REQUESTS. Please format any code or console output with the three ticks ``` above and below. -->

**Rasa version**:

**Rasa X version** (if used & relevant):

**Python version**:

**Operating system** (windows, osx, ...):

**Issue**:



**Error (including full traceback)**:
```
```

**Command or request that led to error**:
```
```

**Content of configuration file (config.yml)** (if relevant):
```yml

```

**Content of domain file (domain.yml)** (if relevant):
```yml

```
<!-- IF YOU ARE ASKING A USAGE QUESTION (E.G. "HOW DO I DO XYZ") PLEASE POST
YOUR QUESTION ON https://forum.rasa.com INSTEAD -->
44 changes: 44 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
@@ -0,0 +1,44 @@
---
name: Bug report
about: Create a report to help us improve
title: ''
labels: bug
assignees: ''

---

<!-- THIS INFORMATION IS MANDATORY - YOUR ISSUE WILL BE CLOSED IF IT IS MISSING. If you don't know your Rasa version, use `pip list | grep rasa`.
Please format any code or console output with three ticks ``` above and below.
If you are asking a usage question (e.g. "How do I do xyz") please post your question on https://forum.rasa.com instead -->

**Rasa version**:

**Rasa X version** (if used & relevant):

**Python version**:

**Operating system** (windows, osx, ...):

**Issue**:



**Error (including full traceback)**:
```
```

**Command or request that led to error**:
```
```

**Content of configuration file (config.yml)** (if relevant):
```yml

```

**Content of domain file (domain.yml)** (if relevant):
```yml

```
31 changes: 31 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
@@ -0,0 +1,31 @@
---
name: Feature request
about: Suggest an idea for this project
title: ''
labels: 'enhancement'
assignees: ''

---

**Description of Problem**:
Short overview of the current situation.
Why is this feature needed? Please link any relevant
[forum](https://forum.rasa.com) threads here.

**Overview of the Solution**:
What would a possible solution look like?
Describe, without going too low into technical details,
what changes need to happen during implementation of this feature.

**Examples** (if relevant):
List examples and/or link to relevant references.

**Blockers** (if relevant):
Is this feature blocked by anything or anyone?
Or might there be any potential blockers on the way?

**Definition of Done**:
What needs to be there to consider this feature as done?
- [ ] Tests are added
- [ ] Feature is documented
- [ ] ...

0 comments on commit 7544711

Please sign in to comment.