Skip to content

Commit 1bc6d21

Browse files
authored
github: added PR template. (apache#539)
1 parent b8fe2a7 commit 1bc6d21

File tree

3 files changed

+19
-2
lines changed

3 files changed

+19
-2
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
NOTE: Please read the Contributing.md guidelines before submitting your patch:
2+
3+
https://github.com/iresty/apisix/blob/master/Contributing.md#how-to-add-a-new-feature-or-change-an-existing-one
4+
5+
### Summary
6+
7+
SUMMARY_HERE
8+
9+
### Full changelog
10+
11+
* [Implement ...]
12+
* [Add related tests]
13+
* ...
14+
15+
### Issues resolved
16+
17+
Fix #XXX

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ For more detailed information, see the [White Paper](https://www.iresty.com/down
4141
- **[Limit-req](doc/plugins/limit-req.md)**
4242
- **[Limit-count](doc/plugins/limit-count.md)**
4343
- **[Limit-concurrency](doc/plugins/limit-conn.md)**
44-
- **OpenTracing: [Zipkin](doc/plugins/zipkin.md)**
44+
- **OpenTracing: [support Apache Skywalking and Zipkin](doc/plugins/zipkin.md)**
4545
- **Monitoring And Metrics**: [Prometheus](doc/plugins/prometheus.md)
4646
- **[gRPC transcoding](doc/plugins/grpc-transcoding.md)**:Supports protocol transcoding so that clients can access your gRPC API by using HTTP/JSON.
4747
- **[Serverless](doc/plugins/serverless.md)**: Invoke functions in each phase in APISIX.

README_CN.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ APISIX 通过插件机制,提供动态负载平衡、身份验证、限流限
3939
- **[限制速率](doc/plugins/limit-req-cn.md)**
4040
- **[限制请求数](doc/plugins/limit-count-cn.md)**
4141
- **[限制并发](doc/plugins/limit-conn-cn.md)**
42-
- **OpenTracing: [Zipkin](doc/plugins/zipkin.md)**
42+
- **OpenTracing: [支持 Apache Skywalking 和 Zipkin](doc/plugins/zipkin.md)**
4343
- **监控和指标**: [Prometheus](doc/plugins/prometheus-cn.md)
4444
- **[gRPC 协议转换](doc/plugins/grpc-transcoding-cn.md)**:支持协议的转换,这样客户端可以通过 HTTP/JSON 来访问你的 gRPC API。
4545
- **[Serverless](doc/plugins/serverless-cn.md)**: 在 APISIX 的每一个阶段,你都可以添加并调用自己编写的函数。

0 commit comments

Comments
 (0)