This repository contains exercises from a workshop offered to the Xamarin community.
For simple changes, please submit a pull request.
For complex changes, please follow these steps:
- Create a GitHub issue or add a relevant comment to an existing issue.
- Create a personal fork of the repository on GitHub.
- Create a branch of master on your fork, giving it a descriptive name (e.g., "issue###", with the issue number from above).
- Commit any changes to your new branch. Grouping changes related by their commit message would be helpful.
- Test any project changes with the course instructions.
- Create a new pull request against the upstream repository's master branch.