mirror of https://github.com/apache/druid.git
add checkbox for licenses.yaml in PR template, mention it in CONTRIBUTING.md (#8367)
This commit is contained in:
parent
e3e85e8f1a
commit
71676cd16d
|
@ -42,6 +42,7 @@ This PR has:
|
|||
- [ ] using the [concurrency checklist](https://github.com/apache/incubator-druid/blob/master/dev/code-review/concurrency.md) (Remove this item if the PR doesn't have any relation to concurrency.)
|
||||
- [ ] added documentation for new or modified features or behaviors.
|
||||
- [ ] added Javadocs for most classes and all non-trivial methods. Linked related entities via Javadoc links.
|
||||
- [ ] added or updated version, license, or notice information in [licenses.yaml](https://github.com/apache/incubator-druid/blob/master/licenses.yaml)
|
||||
- [ ] added comments explaining the "why" and the intent of the code wherever would not be obvious for an unfamiliar reader.
|
||||
- [ ] added unit tests or modified existing tests to cover new code paths.
|
||||
- [ ] added integration tests.
|
||||
|
|
|
@ -36,6 +36,9 @@ When submitting a pull request (PR), please use the following guidelines:
|
|||
- Do not use author tags/information in the code.
|
||||
- Try to keep pull requests short and submit separate ones for unrelated
|
||||
features, but feel free to combine simple bugfixes/tests into one pull request.
|
||||
- If you are adding or updating a dependency, be sure to update the version, license, or notice information in
|
||||
[licenses.yaml](https://github.com/apache/incubator-druid/blob/master/licenses.yaml) as appropriate to help ease
|
||||
LICENSE and NOTICE management for ASF releases.
|
||||
|
||||
You can find more developers' resources in [`dev/`](dev) directory.
|
||||
|
||||
|
|
Loading…
Reference in New Issue