-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add get started guide for contributors #111
Comments
I can work on it! I have so far discovered that we need
Add example commands for
What else? |
Hey hey @amexboy! Long time! How's things? 😄 Great to have you back! This is a great and quite needed idea and thanks for raising it. So we have the website for bob at https://github.com/bob-cd/bob-cd.github.io and I think having a proper developers section there with these info would be nicer. You could create a new section like the ones here, call it I've tried documenting the requirements in the READMEs of dirs of the services: Babashka is used for orchestrating the monorepo. The bb commands for the services can be found in their respective dirs but for the global ones I think looking at the CircleCI steps would be useful. Bob can run either in Docker or Podman, would be great if we can document it for both! See the depoly repo for more details. See if they are enough? Let me know if you have enough info to get started on the dev guide, more than happy to help wherever needed! |
Once we have that, maybe we can think of having a more detailed and code level guide too! 😄 |
@lispyclouds I am really glad to see the project is still going. I will get started on this. Thank you for the tips, very useful. The codebase changed quite a bit, I will document my journey while discovering the new world order. |
Yes we can! 🔨 🔨 |
Thanks a lot! Excited to see the outcome! 😄
yeah had a LOT of hammock time in the middle, loads of WTFs, but I think this is in a shape I'd like to be in. quite a journey. |
Here is a start: https://github.com/bob-cd/bob/blob/main/doc/dev.md |
Trying to contribute, I noticed there is a lack of [discoverable] getting started guide. Add the tools used and state first commands to allow beginners (such as me) a smoother start.
The text was updated successfully, but these errors were encountered: