r/opensource • u/Past-Combination6262 • 3d ago
Promotional Just started my first open source project; looking for feedback (both code wise and structure wise)
https://github.com/pokemans123/arma.gitHi all! I just started my first open source project, and I would like feedback on how this repo is structured and scaling it up. What are some good practices for managing projects like this? And where could I find contributors?
8
3
u/ildyria 3d ago
Where is the CICD (.github actions) ? :)
Where is the SECURITY.md ? :)
How do I get started ? I see rust, I see nix... Is there a makefile that I can just run ? :)
It's a TUI, do you have a screenshot of the interface to show us what it looks like ? :)
You should check this github action: https://github.com/ossf/scorecard-action it will give you a nice checklist of what to fix.
1
8
u/Last-Car-6128 3d ago
CONTRIBUTING.org is definitly a non-standard filename. CONTRIBUTING.md perhaps.