- Notifications
You must be signed in to change notification settings - Fork303
[DRAFT] Introducing the "Onboarding scenarios" folder to support the new "How-tos" node in our conceptual TOC#264
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
base:main
Are you sure you want to change the base?
Uh oh!
There was an error while loading.Please reload this page.
Conversation
cc@asklar - this is a WIP but I wanted to get this on your radar sooner rather than later in case you have any feedback on the broad strokes (of either the sample or the accompanying how-to linked from the PR description)🙏 |
| <Identity | ||
| Name="0384fbb5-95aa-45a8-822f-e7f3a4bdbb6f" | ||
| Publisher="CN=mikben" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
I need to review the Samples repo guidelines to determine if/how PII like this should be handled (ideally removed).
| @@ -0,0 +1 @@ | |||
| This solution provides the source code that corresponds to our WIP "How to build a Hello World WinUI 3 app" how-to. No newline at end of file | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
I need to review the Samples repo guidelines and apply README templating (if it exists).
@codendone and@MikeHillberg to take a look |
Uh oh!
There was an error while loading.Please reload this page.
Description
The Windows docs team is currently experimenting with the introduction of a scenarios-oriented How-Tos node in our conceptual TOC:
Context and rationale are detailed in adesign doc.
This PR includes the source code that supports the WIP "How to build a Hello World app" how-to,previewable here.Here's the accompanying PR for the how-to doc.
Target Release
n/a
Checklist
/azp run SamplesCI-<FeatureName>to have the CI build run on my branch for each of my FeatureName my PR is modifying. This must be done on the latest commit on the PR before merging to ensure the build is up to date and accurate. Warning: the PR will not block automatically if this is not run due to '/azp run' limitation on triggering more than 10 pipelines.