Skip to content

Commit 7b96cce

Browse files
committed
update some docs
1 parent ee7bf89 commit 7b96cce

File tree

7 files changed

+16
-1412
lines changed

7 files changed

+16
-1412
lines changed

.asf.yaml

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,17 @@
1616
# under the License.
1717

1818
notifications:
19-
commits: commits@kafka.apache.org
20-
issues: jira@kafka.apache.org
21-
pullrequests: jira@kafka.apache.org
19+
commits: zhanghao@4paradigm.com
20+
issues: zhanghao@4paradigm.com
21+
pullrequests: zhanghao@4paradigm.com
2222
jira_options: link label
2323

24-
jenkins:
25-
github_whitelist:
26-
- ConcurrencyPractitioner
27-
- ableegoldman
28-
- cadonna
24+
github:
25+
description: "Pafka: PMem-Accelerated Kafka"
26+
labels:
27+
- scala
28+
- java
29+
- kafka
30+
- messege-queue
31+
- streaming
32+
- pmem

CONTRIBUTING.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
1-
## Contributing to Kafka
1+
## Contributing to Pafka
22

3-
*Before opening a pull request*, review the [Contributing](https://kafka.apache.org/contributing.html) and [Contributing Code Changes](https://cwiki.apache.org/confluence/display/KAFKA/Contributing+Code+Changes) pages.
3+
Please follow the steps if you want to contribute:
44

5-
It lists steps that are required before creating a PR.
5+
1. If it is a major feature, submit the RFC on *Discussions* first.
6+
2. Submit a PR. Make sure it passes the CI.
67

78
When you contribute code, you affirm that the contribution is your original work and that you
89
license the work to the project under the project's open source license. Whether or not you

doap_Kafka.rdf

Lines changed: 0 additions & 50 deletions
This file was deleted.

gradle.properties

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ group=org.apache.kafka
1919
# - docs/js/templateData.js
2020
# - tests/kafkatest/__init__.py
2121
# - tests/kafkatest/version.py (variable DEV_VERSION)
22-
# - kafka-merge-pr.py
2322
version=3.0.0-SNAPSHOT
2423
scalaVersion=2.13.5
2524
task=build

0 commit comments

Comments
 (0)