Update readme and add issue / PR templates (#201)

* Add note about labs being subject to breaking changes to README

* Add issue and pulll request templates
This commit is contained in:
Matt Mazzola 2018-05-23 13:40:41 -07:00 коммит произвёл GitHub
Родитель 20e5ec873e
Коммит 0295595127
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
3 изменённых файлов: 50 добавлений и 0 удалений

28
.github/issue_template.md поставляемый Normal file
Просмотреть файл

@ -0,0 +1,28 @@
#### Do you want to request a _feature_ or report a _bug_?
#### What's the current behavior?
<!--
If reporting a bug, please include log output, screenshots, or video.
To take videos you can use: http://recordit.co/
-->
#### What's the expected behavior?
<!--
The fastest, and most appreciated way to have your issue fixed is to create a pull request with working, tested code and we will help get it merged.
-->
#### Please tell us about your environment:
<!--
Please include versions OS, node, npm, browser (if applicable)
Example:
Windows Version 10.0.17134 Build 17134
node 8.11.0
npm 6.0.1
Chrome Version 66.0.3359.181 (Official Build) (64-bit)
-->

20
.github/pull_request_template.md поставляемый Normal file
Просмотреть файл

@ -0,0 +1,20 @@
<!--
Please target PR's against `develop` branch unless it is a hotfix to `master`
-->
#### Is this adding or improving a _feature_ or fixing a _bug_?
#### What's the new behavior?
#### How does this change work?
<!--
If your change is non-trivial, please include a short description of how the new logic works, and why you decided to solve it the way you did. This is incredibly helpful so that reviewers don't have to guess based on the code.
-->
### Does this fix any issues or need any specific reviewers?
Fixes: #
Reviewers: @

Просмотреть файл

@ -4,6 +4,8 @@ This repo contains sample code for building task-oriented conversational bots us
Project Conversation Learner enables you to build and teach task-oriented conversational interfaces that learn from example interactions, combining code, logical constraints and machine learning. Certain absolute parts of your application such as checking if the user is logged in or making an API request to check store inventory can still be coded; however, other changes in state and action selection can be learned from example dialogs given by the domain expert or developer.
Cognitive Service Labs provides developers with an early look at emerging Cognitive Services technologies. Early adopters who do not need market-ready technology can discover, try and provide feedback on new Cognitive Services technologies before they are generally available. Labs are not Azure services. Project Conversation Learners APIs and schema are subject to change that are not backwards compatible.
This README explains how to get started; full documentation is available [here](https://docs.microsoft.com/en-us/azure/cognitive-services/Labs/Conversation-Learner/).
## Invitation required