All Projects → microsoft → AppConsult-WinAppsModernizationWorkshop

microsoft / AppConsult-WinAppsModernizationWorkshop

Licence: MIT License
Windows Apps modernization workshop

Programming Languages

C#
18002 projects
smalltalk
420 projects
Visual Basic .NET
514 projects

Here are all the instructions for the exercises

Manual


Contributing

The master branch is locked. Let's have a branch for each one in the AppConsult team for individual work.

The proposed contribution guideline is:

  1. Create a new branch for your work only. If you want, for simplicity name it with your name or alias.
  2. Before you start to work on your branch, get the latest version of the master branch with git fetch and git rebase -i origin/master. Resolve conflict if any.
  3. Do you work, commit, commit... and push your changes to your branch with git push.
  4. When you are ready to merge, get the latest version of master, rebase your branch and resolve conflict with git fetch and git rebase -i origin/master.
  5. You are ready to go, you can then do your pull request to the master branch.
  6. Matteo and I will approve it.

This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit https://cla.microsoft.com.

When you submit a pull request, a CLA-bot will automatically determine whether you need to provide a CLA and decorate the PR appropriately (e.g., label, comment). Simply follow the instructions provided by the bot. You will only need to do this once across all repos using our CLA.

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact [email protected] with any additional questions or comments.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].