Thanks for contributing, welcome aboard.
Please see our CODE OF CONDUCT for our code of conduct.
Please provide proposals as pull requests or issues as appropriate.
Please make pull requests:
- from an appropriately-named new branch
- to the
masterbranch
See:
Do not use trailing whitespace (spaces or tabs at the end of a line). They are often not visible, and can cause silent problems and misleading unexpected changes. For example, some editors quietly delete them by default.
-
Update the default welcome screen - i.e. the
README- with the latest version. Run:docker run --rm --volume "`pwd`:/data" --user `id -u`:`id -g` pandoc/core:2.9.2 -s --css https://utils.flavours.dev/baseproject/1.0/style.css --metadata pagetitle="Spring Boot Flavour" -o /data/src/main/resources/templates/index.html /data/README.mdThis uses the
README.mdfile to populate the project'sindex.html- both files should be committed. -
Update the [CHANGELOG](https://github.com/flavours/getting-started-with-spring-boot/blob/master/CHANGELOG.md. Follow the format of existing entries.
-
Tag the new release on GitHub.