Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 1.21 KB

CONTRIBUTING.md

File metadata and controls

18 lines (12 loc) · 1.21 KB

Contributing to mongo-express-docker

Thank you for your contribution. Here are a set of guidelines for contributing to the dmongo-express docker project.

Version Updates

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.

Submitting a PR for a version update

If you'd like to help us by submitting a PR for a version update, please do the following:

  1. Fork this project.
  2. Clone the forked repository.
  3. Create a branch for the update PR. For example, git checkout main; git checkout -b version-update.
  4. Run ./update.sh.
  5. Commit the modified files to the version-update branch and push the branch to your fork.
  6. Create a PR to merge the branch from your fork into this project's default branch..