forked from RasaHQ/rasa
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into merge-2.8.x-main-11f2118
- Loading branch information
Showing
596 changed files
with
52,094 additions
and
27,435 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,71 @@ | ||
name: Bug Report | ||
description: Create a report to help us improve | ||
labels: ["area:rasa-oss :ferris_wheel:","type:bug :bug:"] | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Thanks for taking the time to fill out this bug report! | ||
- type: input | ||
id: version-rasa | ||
attributes: | ||
label: Rasa Open Source version | ||
description: What's the rasa open source version you used (`rasa --version`) | ||
validations: | ||
required: true | ||
- type: input | ||
id: version-rasa-sdk | ||
attributes: | ||
label: Rasa SDK version | ||
description: What's the rasa SDK version you used (if relevant) | ||
- type: input | ||
id: version-rasa-x | ||
attributes: | ||
label: Rasa X version | ||
description: What's the Rasa X version you used (if relevant) | ||
- type: dropdown | ||
id: version-python | ||
attributes: | ||
label: Python version | ||
options: | ||
- 3.6 | ||
- 3.7 | ||
- 3.8 | ||
- 3.9 | ||
- 3.10 | ||
- Other | ||
validations: | ||
required: true | ||
- type: dropdown | ||
id: version-os | ||
attributes: | ||
label: What operating system are you using? | ||
multiple: true | ||
options: | ||
- Linux | ||
- OSX | ||
- Windows | ||
- Cloud (AWS / GCP / AZURE) | ||
- Self hosted Cloud (openshift) | ||
- Other | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: what-happened | ||
attributes: | ||
label: What happened? | ||
description: Also tell us, what did you expect to happen? | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: command | ||
attributes: | ||
label: Command / Request | ||
description: Command or request that led to the error. This will be automatically formatted into code, so no need for backticks. | ||
render: shell | ||
- type: textarea | ||
id: logs | ||
attributes: | ||
label: Relevant log output | ||
description: Please copy and paste any relevant log output including errors and stacktraces. This will be automatically formatted into code, so no need for backticks. | ||
render: shell |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
name: Feature request | ||
description: Suggest an idea on how to improve Rasa | ||
labels: ["area:rasa-oss :ferris_wheel:","type:enhancement :sparkles:"] | ||
body: | ||
- type: textarea | ||
id: current-state | ||
attributes: | ||
label: What problem are you trying to solve? | ||
description: Short overview of the current situation. Why is this feature needed? Please link any relevant [forum](https://forum.rasa.com) threads here. | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: suggestion | ||
attributes: | ||
label: What's your suggested solution? | ||
description: 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. | ||
- type: textarea | ||
id: examples | ||
attributes: | ||
label: Examples (if relevant) | ||
description: List examples and/or link to relevant references. | ||
- type: textarea | ||
id: blockers | ||
attributes: | ||
label: Is anything blocking this from being implemented? (if relevant) | ||
description: Is this feature blocked by anything or anyone? Or might there be any potential blockers on the way? | ||
- type: textarea | ||
id: definition-of-done | ||
attributes: | ||
label: Definition of Done | ||
description: What needs to be there to consider this feature as done? |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.