Hi everybody! Not sure that I choose the right channel for my message (please correct me if i was wrong). Few weeks ago I found a https://goodfirstissue.dev/ (It's no way I'm related with that) I've found useful to present some clojure(Script) repos for that site. I think it would be great for a clojure ecosystem and for newbies to solve some easy bugs as first step to programming with clojure . What do you think about it? Unfortunately, I haven't found an easy way to request a list of clojure repos via github api. So I've taken https://web3.career/learn-web3/top-clojure-open-source-projects as a basis and applied https://github.com/DeepSourceCorp/good-first-issue?tab=readme-ov-file#adding-a-new-project:
- It has at least three issues with the good first issue label.
- It has at least 10 contributors.
- It contains a README.md with detailed setup instructions for the project, and a CONTRIBUTING.md with guidelines for new contributors.
- It is actively maintained. (rem: not archived and not disabled)
After all I've got 2 of 69:
• https://github.com/penpot/penpot
• https://github.com/logseq/logseq
I'm going to create pr for good-first-issue repo with those two, if no one minds.
I'm not sure that this action would be successful somehow 🙂 but why not try?
Also I think we may create the one pr with many repos, if someone found that idea meaningful or you may do that separately. )If you want a comprehensive list of Clojure repos with tons of data about them, @smith.adriane's excellent dewey (https://github.com/phronmophobic/dewey) is what you're looking for.
Neat project! I was thinking about something along the same lines, https://github.com/phronmophobic/dewey/issues/15. Would be happy to answer any questions!
> https://github.com/phronmophobic/dewey/issues/15. Would be happy to answer any questions!
@smith.adriane
I've added some details. Hope it would helpful for you 🙂
could you provide list of clojure repos somehow?
Or maybe you could name the way how I able to get it for my goal for good-first-issue site ?
> could you provide list of clojure repos somehow?
Yes, see the info described in https://github.com/phronmophobic/dewey?tab=readme-ov-file#getting-the-data. It seems like you could probably start with the repos in all-repos.edn from https://github.com/phronmophobic/dewey/releases
Got it. Thank you so much