Sfoglia il codice sorgente

Add mention of formatter plugin to CONTRIBUTING.md (#10853)

tags/8.5.0.alpha1
Teemu Suo-Anttila 6 anni fa
parent
commit
1c2f99d2ec
Nessun account collegato all'indirizzo email del committer
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  1. 2
    0
      .github/CONTRIBUTING.md

+ 2
- 0
.github/CONTRIBUTING.md Vedi File



In your repo, make a new branch from `master`. Make your code changes in that branch, and once you're done make a pull request to the `vaadin/framework` branch `master`. In your repo, make a new branch from `master`. Make your code changes in that branch, and once you're done make a pull request to the `vaadin/framework` branch `master`.


The `vaadin/framework` project uses `formatter-maven-plugin` to format the code. It will be executed as part of the Maven build. Make sure to run `mvn compile` before making the commit.

We recommend making sure that the "Allow edits from maintainers" checkbox on the pull request page is checked. This allows us to commit minor fixes, like correcting typos, without bothering you. We recommend making sure that the "Allow edits from maintainers" checkbox on the pull request page is checked. This allows us to commit minor fixes, like correcting typos, without bothering you.


### Getting feedback and responding to it ### Getting feedback and responding to it

Loading…
Annulla
Salva