Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 1.17 KB

CONTRIBUTING.md

File metadata and controls

31 lines (22 loc) · 1.17 KB

Contribution welcomed!

Thank you so much for your interest in this project, I hope it's also useful for you and that you'll enjoy the experience. Still nobody is perfect and we enjoy constructive feedbac and even more individual contribution to make it AWESOME!

Issue management

  1. Create an issue with your idea and tell if you're eager to implement or want the maintainers to implement.
  2. Wait for the 'go to implement' or "I'll do it I have time" or 3 days.

Setup the environment

  1. Fork this repository.
  2. Create your branch and contribute.
  3. Execute integration tests locally.

Run locally

  1. Install the main repo locally: ./mvnw clean install.
  2. cd sample-mono && ./mvnw clean verify -Pentities-from-changelog.

Resync and pull request

  1. Configure upstream: git remote add upstream git@github.com:OsgiliathEnterprise/data-migrator.git (or join the jetbrain space).
  2. Pull the upstream: git pull upstream main.
  3. Push your branch to your fork.
  4. Create a pull request to upstream main if CI pass.
  5. Wait for review by core team, do not hesitate to ping if you wait too long (We're doing our best and promise to review quickly, but never know).