瀏覽代碼

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

tags/8.5.0.alpha1
Teemu Suo-Anttila 6 年之前
父節點
當前提交
1c2f99d2ec
No account linked to committer's email address
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2
    0
      .github/CONTRIBUTING.md

+ 2
- 0
.github/CONTRIBUTING.md 查看文件

@@ -14,6 +14,8 @@ Unless the issue is specific to a single version of the Framework, you should al

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.

### Getting feedback and responding to it

Loading…
取消
儲存