* First pass to check formatting
* Testing placholders
* Trying raw html
* More updates to the draft.
* Finalized first draft
* Updated samples for FN areas
* Fixed typos and wording.
* Update docs/BF Labeling Guide.md
Co-authored-by: William Wong <compulim@users.noreply.github.com>
* Update docs/BF Labeling Guide.md
Co-authored-by: William Wong <compulim@users.noreply.github.com>
* Update docs/BF Labeling Guide.md
Co-authored-by: William Wong <compulim@users.noreply.github.com>
* Update docs/BF Labeling Guide.md
Co-authored-by: William Wong <compulim@users.noreply.github.com>
* Renamed P:x to Px
* Updated labels to use ": " as category separators.
Updated multi word labels to use sentence case.
Added note about release labels and milestones.
* Added ToC and some working I "borrowed" from ChrisW.
* Merged some more content from ChrisW doc.
Added sections describing how to create repo specific labels.
* Removed Type: prefeix so we can reuse tags in DRI.
WIP, updating DRI section.
* Checking to see if github renders <br>
* More DRI content
* Trying to fix cell width
* Whitespace
* Spaces
* Whitespace
* More DRI, formatting tables.
* spaces
* Reorganized content
* Rewording some sections
* Fixed some typos and grammar.
* Added in progress status
* Applied feedback from last review with the team
* Removed question tag and references to msftbot.
Co-authored-by: William Wong <compulim@users.noreply.github.com>
* add ui.schema
* add better title and description to placeholder and subtitle
* add widget to ui schema
* refactor ui schema to make way for flow & menu schema
* add editorconfig
* add first iteration of the flow schema
* un-nest options
* add menu options
* expand ability to nest menu items
* update copy
* move ui schema into ui directory
* update $id
* move additionalProperties into the definition
* remove flow schema for now
* Created v{version} folder with copies of current schemas.
Updated readme to note new location and legacy versions
* Deleted definitions.schema and updated readme.
* Deleted the right definitions.schema
* removed extra space
* Create Code of Conduct based on recommended GitHub template
This code of conduct is using the recommended template for projects of all sizes.
* Update CODE_OF_CONDUCT.md
* Added / updated community docs
* Added GeneralActivityFlow
* Bundled the markdown file source of the UML diagram into folder
* Added Activity Flow diagrams
* Added 'Detailed look into the SDK' Activity Flow diagram
* Added block diagram of Activity flow participants
* added Authentication outlines/headers
* added high level auth flow diagrams - authentication and token issuing
* Finished adding high level oauth flow diagrams
* begin diagrams for examples in auth docs
* finished diagrams for Authentication docs
* Finished diagrams of examples found in documentation
* finished updating OAuthPrompt diagrams
* added OAuthPrompt BotAdapter usage diagrams
* added 2 OAuthPrompt-Adapter class diagrams for C# and JS, since they diverged in clients used
* corrected OAuthPrompt to use TokenProvider as the token provider instead of BotAdapter
* added oauth client class diagrams for both C# and JS
* clarified OAuthClient bits; added flow chart describing how Credentials are needed to init OAuthClient
* Added several diagrams detailing how AppCredentials interact w/BF's authentication
* finish adding JS OAuthPrompt architecture diagrams
* created SVGs to all auth class diagrams & flow charts
* reordered Authentication README to have class diagrams before OAuthPrompt behavioral flow charts
* renamed files as documentation title changed
* updated OAuthPrompt to use BotFrameworkAdapter as implementation of abstract BotAdapter in bullet and in class diagram
* updated TakesAdapterFromTurnContext to take 'Adapter' instead of 'BotAdapter'
* Added Channel-to-Bot Auth diagrams, moved OAuthPrompt beavhior to its own readme
* Updated 2.1.preview-0 schema based on TJ's feedback and renamed it to 2.1.preview-1.
Removed ID property from languageModel.
Changed Itents to be just an array of strings.
Updated sample schemas to use string types instead of time and date (that are not supported in json schema).
* update schema
* update schema manfifest to aloow all activity types
* keep oneOf definitions
* add otherActivites definition
* fleshed out otherActivities
* remove open ended
* remove import
* remove OnOf
* update enum
* add pattern to otherActivity
Co-authored-by: Tom Laird-McConnell <tomlm@microsoft.com>