This message was deleted.
# bolt
s
This message was deleted.
y
start contributing and you’ll get familiar 😄
m
will try 🙂
s
Do you mean contributing to the bolt source code or do you mean writing tasks, plans, or modules. Some of the answer may be a little different depending on the answer.
m
contributing to bolt source code
y
Just start doing some PRs and you’ll see the comments in review.. at least it works for me 🙂
m
will study the code and read the documentation in order to contribute the best i can
thank you for taking the time to answer to my question. Any tip for someone trying to contribute to open source and develop some ruby knowledge?
y
just go through some ruby project issues and look for the “first contribution” or so label
m
will do, thanks 😁
bolt seems like a pretty big complex project for a intermediate-beginner dev like me, but i will keep an eye to contribute to it as well
s
Sometimes small bugs and documentation are just good places to start.
c
Getting the test suite running locally is also a good starting place for open source projects --- since you'll often need to fix or add tests.
m
thanks for the advice 🙂