Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 886 Bytes

File metadata and controls

27 lines (21 loc) · 886 Bytes

BasicXamarinCalc

Continuous Integration A simple calculator app!

The goal is to help beginner C# developers get familiar with a few technologies including:

  • GIT (Source Control Manager)
  • GitHub
  • Pull Requests
  • Xamarin mobile development
  • C# projects
  • Team projects

How do I contribute?

  1. Pull master branch
  2. Create a local branch based off of master
  3. Assign an Issue to yourself
  4. Make code changes that implement the Issue
  5. Commit to your local branch
  6. Push your branch to the GitHub project
  7. Create a Pull Request to merge your branch with master!

Issues and Pull Request organizational rules

  • Pull Requests via Forking will be closed. You must PR via a branch within this repo.
  • Issues may have labeles. PRs generally will not have labels.