Skip to content

Latest commit

 

History

History
32 lines (19 loc) · 1.28 KB

File metadata and controls

32 lines (19 loc) · 1.28 KB

Contributing to AnyPass

1. Fork the repo

You can do that by cliking this badge: 👉 Fork AnyPass 👈

How To Fork Guide by GitHub

Important: After you've cloned your AnyPass fork make sure to initialize the project using the initialization instructions in the README.

2. Pick an issue

What do you want to work on? Choose an issue) that you'd like to contribute to.

Workflow:

  1. Browse AnyPass Issues.
  2. Choose an issue that you understand and like.
  3. Comment "I'm on it" on the issue to let other contributors know that you're working on it.

3. Create a feature branch in your fork

Once you've decided on what you want to work, it's time to create a feature branch in your forked anypass-kmp repository.

Create a new branch

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.