You can do that by cliking this badge: 👉 👈
Important: After you've cloned your AnyPass fork make sure to initialize the project using the initialization instructions in the README.
What do you want to work on? Choose an issue) that you'd like to contribute to.
- Browse AnyPass Issues.
- Choose an issue that you understand and like.
- Comment
"I'm on it"on the issue to let other contributors know that you're working on it.
Once you've decided on what you want to work, it's time to create a feature branch in your forked anypass-kmp repository.
Open a terminal in your cloned forked anypass-kmp repo and run:
git checkout -b fix-issue-YOUR_ISSUE_NUMBER
Replace "YOUR_ISSUE_NUMBER" with the id/number of your issue.