Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Documentation update: rasa init #5952

Closed
2 tasks
kevinthenet opened this issue Jun 3, 2020 · 1 comment · Fixed by #5953
Closed
2 tasks

Documentation update: rasa init #5952

kevinthenet opened this issue Jun 3, 2020 · 1 comment · Fixed by #5953
Labels
area:rasa-oss 🎡 Anything related to the open source Rasa framework type:enhancement ✨ Additions of new features or changes to existing ones, should be doable in a single PR

Comments

@kevinthenet
Copy link
Contributor

Description of Problem:

rasa init documentation is missing the newly added tests/ directory to the resulting directory tree (shown below):

├── actions.py
├── config.yml
├── credentials.yml
├── data
│   ├── nlu.md
│   └── stories.md
├── domain.yml
├── endpoints.yml
├── __init__.py
├── models
│   └── <timestamp>.tar.gz.tar.gz
└── tests
    └── conversation_tests.md

Overview of the Solution:

Update documentation to show up-to-date directory tree.

Examples (if relevant):

Blockers (if relevant):

Definition of Done:

  • update documentation to match current rasa init behavior
  • update changelog
@kevinthenet kevinthenet added area:rasa-oss 🎡 Anything related to the open source Rasa framework type:enhancement ✨ Additions of new features or changes to existing ones, should be doable in a single PR labels Jun 3, 2020
@sara-tagger
Copy link
Collaborator

Thanks for submitting this feature request 🚀 @akelad will get back to you about it soon! ✨

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:rasa-oss 🎡 Anything related to the open source Rasa framework type:enhancement ✨ Additions of new features or changes to existing ones, should be doable in a single PR
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants