Hello folks, my name is Price and I’m looking for some good first issue that I can tackle for Orekit. I’m coming from AWS and have good software development skills.
1 Like
A list of “easy to fix” bugs and other issues can be found here. This is the basic guide to contribute. Basic steps are:
- Create your own fork repo from orekit
- Pick an issue. Make a comment to the effect that you are addressing it.
- Create a new branch from
developon your repo and name it something likeissue-number-address-this-problem - Write code
- Check that new code passes unit tests and checkstyle
- Push to your fork
- Create MR that will merge to
orekit\developbranch in mainorekitrepo
Hi!
If it’s for a bug fix, I would recommend for step 3 to create a branch from master or release-13.1
And for new features or enhancement, develop is the good start.
Bryan