Thank you for your contribution. Here are a set of guidelines for contributing to the dmongo-express docker project.
The folders represent the list of supported major, minor and prerelease version (e.g. 1.0
, 2.1
or 1.1.0-alpha
). To update these versions, run ./update.sh
. You can also run the script with a specific version e.g. update 1.0
.
If you'd like to help us by submitting a PR for a version update, please do the following:
- Fork this project.
- Clone the forked repository.
- Create a branch for the update PR. For example,
git checkout main; git checkout -b version-update
. - Run
./update.sh
. - Commit the modified files to the
version-update
branch and push the branch to your fork. - Create a PR to merge the branch from your fork into this project's default branch..