- No spam
- Don't post duplicate facts
- Ensure the fact you're posting is decent and SFW
Find a good fact, its source, and an image related to it. Pass the fact as a string to info
, source to source
, and after adding image to Android Studio using Resource Manager, the image resource id to imageId
. Also pass the type
of the fact as one of the following types depending on relevence:
Finally pass your GitHub user id as the submittedBy
parameter.
- Fork the repository.
-
Using GitHub Desktop:
- Getting started with GitHub Desktop will guide you through setting up Desktop.
- Once Desktop is set up, you can use it to fork the repo!
-
Using the command line:
- Fork the repo so that you can make your changes without affecting the original project until you're ready to merge them.
Commit the changes once you are happy with them.
When you're finished with the changes, create a pull request, also known as a PR.
- Fill the PR template so that we can review your PR. This template helps reviewers understand your changes as well as the purpose of your pull request.
- Ensure Allow edits by maintainers is ticked
- Once you submit your PR, a team member will review your proposal. We may ask questions or request for additional information.
- If any changes are required make it accordingly to the same PR
- If you run into any merge issues, checkout this Resolving Conflicts to help you resolve merge conflicts and other issues.