Welcome to lrud
, "a spatial navigation library for devices with input via directional controls". Thanks for your interest in contributing.
Here's how to get involved...
Before opening a new issue, first check that there is not already an open issue or Pull Request that addresses it.
If there is, make relevant comments and add your reaction. Use a reaction in place of a "+1" comment:
- 👍 - upvote
- 👎 - downvote
If you cannot find an existing issue that describes your bug or feature, create a new issue using the guidelines below.
- Pick an appropriate template for the type of issue from here
- Provide as much detail as possible
- Follow your issue in the issue tracking workflow
If you do not have push access to the repository, please fork it. You should then work on your own master
branch.
Otherwise, you may clone this repository and create a working branch with a kebab-case name reflecting what you are working on (e.g. fix-the-thing
).
Follow the setup instructions in the README.
Ensure all your code is thoroughly tested and that this testing is detailed in the pull request.
- Read and complete all relevant sections of the PR template
- You may merge the Pull Request once you have the sign-off of two other developers