Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 1.25 KB

contributing.md

File metadata and controls

30 lines (21 loc) · 1.25 KB

Contributing to droidconKE2020 App

We'd love to accept your patches!

To contribute to droidconKE2020 App simply open a pull request against the develop branch and name it with a feature tied to an issue

Ensure you have a develop branch before you place the link.

To ensure you that your pull request is accepted:

  1. Describe your changes in the pull request description: Its Better to attach this to an issue. Answer the following questions:

    • What is the Purpose?
    • What was the approach?
    • Are there any concerns to addressed further before or after merging this PR?
    • Mentions who you wnat to review the PR?
    • Issue(s) affected?
  2. Be consistent with the coding style being used.

  3. Make commits of logical units

  4. Write descriptive commit messages and not 2 worded commits.

  5. Check for unnecessary whitespace with git diff --check before committing.

  6. Run all the tests to assure nothing else was accidentally broken.

NOTE

... Loading