If you want to contribute in this repo then create a new issue first before starting your work and let us know on which issue you are going to work.
Please follow the below steps to contribute in this repo.
- Create a new issue to let us know your proposed changes.
- If your issue is approved then fork the repo and create a new branch from
master
. - Clone the forked repo and set the upstream to the original repo
master
branch. - Open the solution in Visual Studio and start working.
- Work on the issue and commit the code on the new branch.
- Create a pull request from the new branch to upstream
master
. - Your pull request will be reviewed and need further changes.
- After the review, if everything is fine then it will be merged.
Note: pull request can be rejected if the project don't need the proposed changes anymore.