Skip to content
This repository has been archived by the owner on Jun 8, 2020. It is now read-only.

Latest commit

 

History

History
59 lines (41 loc) · 2.54 KB

CONTRIBUTING.MD

File metadata and controls

59 lines (41 loc) · 2.54 KB

Contributing To GithubXamarin

We would love for you to contribute to GithubXamarin and help make it even better than it is today! As a contributor, here are the guidelines we would like you to follow:

Code Of Conduct

Help us keep GithubXamarin open and inclusive. Please read and follow our Code of Conduct

Question or Problem

Please do not open issues for general support questions as issues are reserved for bug reports and feature requests. You can ask these questions on Gitter.

Gitter

Found A Bug?

If you find a bug in the application, you can help us by submitting an issue to the GithubXamarin repository. Or if you are feeling adventurous, you can submit a pull request with the fix!

Missing A Feature?

You can request a new feature by submitting an issue to the GithubXamarin repository. If you would like to add a new feature yourself, please discuss it with us on Gitter before starting to work on it.

Submission Guidelines

Submitting an Issue

Before submitting an issue, please search the issue tracker to find out whether the issue you are reporting already exists. If you can, please submit relevant screenshots or instructions to reproduce the issue on our end.

Create an issue here.

Submitting a Pull Request (PR)

Before you submit a pull request be sure to search for any existing pull requests that relates to your submission to avoid duplicate effort. Also, you have to follow the Programming guidelines otherwise changes will not be accepted.

Programming Guidelines

  • Only explain "why" in the comments and not the "what".

  • You have to follow the .NET naming conventions while writing code.

  • Try to avoid writing ambiguous names for variables, methods or classes.

Git Flow

This repository uses Git-Flow branching model. Please read about it here: https://github.com/petervanderdoes/gitflow-avh