You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -8,4 +8,4 @@ To make the process smooth for the project *committers* (those who review and ac
8
8
9
9
Please check out the [How to Contribute guide](http://flink.apache.org/how-to-contribute.html) to understand how contributions are made.
10
10
A detailed explanation can be found in our [Contribute Code Guide](http://flink.apache.org/contribute-code.html) which also contains a list of coding guidelines that you should follow.
11
-
11
+
For pull requests, there is a [check list](PULL_REQUEST_TEMPLATE.md) with criteria taken from the How to Contribute Guide and the Coding Guidelines.
Thanks for contributing to Apache Flink. Before you open your pull request, please take the following check list into consideration.
2
+
If your changes take all of the items into account, feel free to open your pull request. For more information and/or questions please refer to the [How To Contribute guide](http://flink.apache.org/how-to-contribute.html).
3
+
In addition to going through the list, please provide a meaningful description of your changes.
4
+
5
+
-[ ] General
6
+
- The pull request references the related JIRA issue
7
+
- The pull request addresses only one issue
8
+
- Each commit in the PR has a meaningful commit message
9
+
10
+
-[ ] Documentation
11
+
- Documentation has been added for new functionality
12
+
- Old documentation affected by the pull request has been updated
13
+
- JavaDoc for public methods has been added
14
+
15
+
-[ ] Tests & Build
16
+
- Functionality added by the pull request is covered by tests
17
+
-`mvn clean verify` has been executed successfully locally or a Travis build has passed
0 commit comments