Skip to content

Latest commit

 

History

History
48 lines (27 loc) · 1.65 KB

File metadata and controls

48 lines (27 loc) · 1.65 KB

How to contribute to the project

Thanks for contributing, welcome aboard.

Please see our CODE OF CONDUCT for our code of conduct.

Submitting proposals

Please provide proposals as pull requests or issues as appropriate.

Pull requests and branches

Please make pull requests:

  • from an appropriately-named new branch
  • to the master branch

See:

Whitespace

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.

Prepare a new release of the getting-started project

  • 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.md
    

    This uses the README.md file to populate the project's index.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.