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:
-
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?
-
Be consistent with the coding style being used.
-
Make commits of logical units
-
Write descriptive commit messages and not 2 worded commits.
-
Check for unnecessary whitespace with
git diff --check
before committing. -
Run all the tests to assure nothing else was accidentally broken.
... Loading