👍 First off, thanks for taking the time to contribute! 👍
We are really glad to have you on board ! You can help in many ways:
- Use Contrast-Finder !
- Help translate Contrast-Finder
- Give us feedback on the forum or fill in bug report
Pull Requests are always welcome!
- Please do not assign issue to anyone.
- You may assign an issue to yourself, meaning to others "I'm actually working on this issue".
- When closing an issue, please always add a comment explaining why you are closing it.
Please always work on develop
branch.
Master
is meant to be directly usable in production,
thus only contains tagged releases.
- builds Contrast-Finder from sources,
- builds a Docker image
- runs a container based the freshly built image
git clone https://github.com/Asqatasun/Contrast-Finder
cd Contrast-finder
git checkout develop
docker/build_and_run-with-docker.sh -l -s ${PWD} -d docker/SNAPSHOT-local
- For contributors doc Gitlab Workflow
- Atom's Contributing file that is really good and brightly written.