SeaGL welcomes website contributions from the community.
- Fork this repository and clone it locally.
- Create a branch:
git checkout -b new-branch-name
. - Make some changes to a file.
- Stage your changes:
git add filename
. - Commit your changes:
git commit -m 'Brief commit message'
. - Test your changes.
- Push your branch:
git push origin new-branch-name
. - Go to your new branch on GitHub and create a Pull Request.