Skip to content

mcleanbyron/AppConsult-WinAppsModernizationWorkshop

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

78 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 simplicty 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 opencode@microsoft.com with any additional questions or comments.

About

Windows Apps modernization workshop

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%