Skip to content

Commit

Permalink
chore: add templates for sdk good first issues (mosn#837)
Browse files Browse the repository at this point in the history
  • Loading branch information
seeflood authored Nov 2, 2022
1 parent 72487fd commit 8946a67
Show file tree
Hide file tree
Showing 3 changed files with 63 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/good-first-issue-component.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ title: "Develop a new component for XXX API; 为 XXX API 开发新的组件"

Develop a new component for **(FIXME) XXX** API.

Choose an open source component or cloud service (such as zookeeper) you like to implement this API.
Choose an open source component or cloud service you like to implement this API.

For example, you can choose any one in the list below:

Expand Down Expand Up @@ -43,7 +43,7 @@ API reference:
API design doc/discussion:

chinese:
选择一个你喜欢的开源组件或云服务(比如zookeeper)实现**XXX API(FIXME)**,
选择一个你喜欢的开源组件或云服务实现**XXX API(FIXME)**,
参考资料见上。


Expand Down
29 changes: 29 additions & 0 deletions .github/ISSUE_TEMPLATE/good-first-issue-java-sdk.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
---
name: "Good first issue (java sdk)"
about: Submit a good first issue
labels: ["kind/component", "help wanted","good first issue","medium" ]
title: "Implement XXX API for java sdk; 让 java sdk 支持 XXX API"

---
<!-- Please only use this template for submitting good first issues -->

**What would you like to be added**:

Implement **(FIXME) XXX** API for java sdk.


**Reference(FIXME)**:

java sdk: https://github.com/layotto/java-sdk

API definition (the .proto file):

API reference doc:

API quickstart doc:

API design doc/discussion:

**Why is this needed**:

Java users need it
32 changes: 32 additions & 0 deletions .github/ISSUE_TEMPLATE/good-first-issue-js-sdk.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
---
name: "Good first issue (js sdk)"
about: Submit a good first issue
labels: ["kind/component", "help wanted","good first issue","medium" ]
title: "Implement XXX API for js sdk; 让 js sdk 支持 XXX API"

---
<!-- Please only use this template for submitting good first issues -->

**What would you like to be added**:

Implement **(FIXME) XXX** API for js sdk.

**What can you learn from fixing this issue**:
- Learn layotto API
- Learn nodejs and typescript

**Reference(FIXME)**:

js sdk: https://github.com/layotto/js-sdk

API definition (the .proto file):

API reference doc:

API quickstart doc:

API design doc/discussion:

**Why is this needed**:

Nodejs users need it

0 comments on commit 8946a67

Please sign in to comment.