Creating a Pull Request (PR) as an Outside Contributor - MegaMek/megamek GitHub Wiki
We don't allow non-devs to commit directly to the repositories. Please don't let that discourage you from helping and submitting PRs to us.
Before you do, make sure you have reviewed our style guide
Some basic steps:
- Create your own fork on GitHub
- Check out your fork
- Make a local branch and commit the changes to it
- Push the changes to your fork
- Open a PR that requests merging the changes into the upstream master branch
For additional help see: