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

feat: Copy boilerplate material into new bot projects #2837

Merged
merged 2 commits into from
Apr 29, 2020
Merged

Conversation

benbrown
Copy link
Contributor

Description

This introduces a step in the bot project creation process that copies a set of files from the assets/shared folder into the project.

This will be used to copy the new provisioning script into the projects so they can be provisioned and deployed without first requiring a full eject.

Currently the shared assets include just a README file with a link to the Composer repo. However, this file will soon include instructions on using the provisioning tool and the publishing tool inside Composer to provision and deploy the bot to Azure.

I wanted to do this as a clean PR, but this is needed to finish #2733

Task Item

Closes #2451

…l new projects.

this will include the provisioning script and a readme file
@benbrown benbrown changed the base branch from stable to master April 29, 2020 18:37
@benbrown benbrown changed the title Copy boilerplate material into new bot projects feat: Copy boilerplate material into new bot projects Apr 29, 2020
@github-actions
Copy link

Coverage Status

Coverage remained the same at 0.0% when pulling 81c0706 on benbrown/2451 into fe192c6 on master.

@cwhitten
Copy link
Member

LGTM!

@cwhitten cwhitten merged commit 6ab67b2 into master Apr 29, 2020
@cwhitten cwhitten deleted the benbrown/2451 branch April 29, 2020 19:44
@boydc2014 boydc2014 mentioned this pull request May 6, 2020
4 tasks
lei9444 pushed a commit to lei9444/BotFramework-Composer-1 that referenced this pull request Jun 15, 2021
* Closes microsoft#2451 - add a step to copy shared boilerplate material into all new projects.
this will include the provisioning script and a readme file

* remove sample file
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Write some boilerplate content to the bot project via storage at create time
2 participants