All pull requests are welcome, there are just a few guidelines you need to follow.
When contributing to this repository, please first discuss the change by creating a new issue or by replying to an existing one.
- Make sure you have a GitHub account.
- Fork the repository, you can learn about forking on Github
- Clone the repro to your local machine like so:
git clone --recursive https://github.com/microsoft/mfcmapi.git
- Create branch topic for the work you will do, this is where you want to base your work.
- This is usually the main branch.
- To quickly create a topic branch based on main, run
git checkout -b u/username/topic main
- Make sure to substitute your own name and topic in this command *
- Once you have a branch, make your changes and commit them to the local branch.
- All submissions require a review and pull requests are how those happen. Consult GitHub Help for more information on pull requests.
- Push your changes to a topic branch in your fork of the repository.
At this point you're waiting on the code/changes to be reviewed.