-
Notifications
You must be signed in to change notification settings - Fork 172
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: improve issue templates && generator templates (#841)
- Loading branch information
Showing
26 changed files
with
126 additions
and
1,355 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,36 @@ | ||
--- | ||
name: "Good first issue (develop a golang demo)" | ||
about: Submit a good first issue | ||
labels: ["kind/demo", "help wanted","good first issue","easy" ] | ||
title: "Develop a golang demo for XXX API; 为 XXX API 开发一个 golang demo" | ||
|
||
--- | ||
<!-- Please only use this template for submitting good first issues --> | ||
|
||
**What would you like to be added**: | ||
|
||
Develop a golang demo for **(FIXME) XXX** API. | ||
|
||
Now we already have quickstart docs for this API, and we need a demo to show users how to invoke this API. | ||
|
||
You can take the [lock api quickstart](https://mosn.io/layotto/#/en/start/lock/start) as an example: | ||
|
||
![image](https://user-images.githubusercontent.com/26001097/199906600-d4c92b5e-7b93-4e61-96ca-91c9d96edc04.png) | ||
|
||
The golang demo of lock api is [here](https://github.com/mosn/layotto/blob/main/demo/lock/common/client.go). | ||
|
||
**Reference**: | ||
|
||
Here are some resources to help you work on this issue. | ||
|
||
Quickstart doc for this API: | ||
|
||
API definition (the .proto file): | ||
|
||
golang sdk: https://github.com/mosn/layotto/tree/main/sdk/go-sdk | ||
|
||
API design doc/discussion: | ||
|
||
**Why is this needed**: | ||
|
||
Golang 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,36 @@ | ||
--- | ||
name: "Good first issue (develop a java demo)" | ||
about: Submit a good first issue | ||
labels: ["kind/demo", "help wanted","good first issue","easy" ] | ||
title: "Develop a java demo for XXX API; 为 XXX API 开发一个 java demo" | ||
|
||
--- | ||
<!-- Please only use this template for submitting good first issues --> | ||
|
||
**What would you like to be added**: | ||
|
||
Develop a java demo for **(FIXME) XXX** API. | ||
|
||
Now we already have quickstart docs for this API, and we need a demo to show users how to invoke this API. | ||
|
||
You can take the [lock api quickstart](https://mosn.io/layotto/#/en/start/lock/start) as an example: | ||
|
||
![image](https://user-images.githubusercontent.com/26001097/199906799-ac30da05-c983-408b-b0e9-2fd712ec492f.png) | ||
|
||
The java demo of lock api is [here](https://github.com/layotto/java-sdk/tree/main/examples-lock). | ||
|
||
**Reference**: | ||
|
||
Here are some resources to help you work on this issue. | ||
|
||
Quickstart doc for this API: | ||
|
||
API definition (the .proto file): | ||
|
||
java sdk: https://github.com/layotto/java-sdk | ||
|
||
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
Oops, something went wrong.