forked from mosn/layotto
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: add templates for sdk good first issues (mosn#837)
- Loading branch information
Showing
3 changed files
with
63 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |