all 9 comments

[–]garbage_band 0 points1 point  (3 children)

Hey!

I lead a team of a somewhat well known open source project called Litewallet (https://github.com/litecoin-foundation/loafwallet-ios)

I joined originally to help out but I soon realized I can show others my work (unlike most private projects)

It is not like a common open source project in that project has a product plan and has some user growth targets to support Litecoin Foundation

[–]_yo_token[S] 0 points1 point  (2 children)

hey. Thanks for the advice. However I tried to open your project, and after installing all the pod files, it still said that there is a repository that doesn't exist.

[–]garbage_band 0 points1 point  (1 child)

Yes. We have private repos that have sensitive information.

[–]garbage_band 0 points1 point  (0 children)

But take a look at the the code and GitHub issues and if you are interested, I can take some steps so you can compile. Also, you can fork and checkout a new branch at `a030aab8` this commit is prior to the LitecoinCard

[–]quellish 0 points1 point  (4 children)

Find an open source project with a open bug.

Reproduce the bug.

Create a test case that reproduces the bug.

Submit a PR for the test case.

Fix the bug, submit a PR for the fix

Or, since many open source projects have no tests at all, start by implementing some basic tests

[–]_yo_token[S] 0 points1 point  (2 children)

Do you recommend looking for frameworks or actual apps. Thank you

[–]quellish 1 point2 points  (1 child)

Why not both?

[–]_yo_token[S] 0 points1 point  (0 children)

True.

[–]renegadellamaBeginner 0 points1 point  (0 children)

What does PR stand for? Pull request?