forked from ryihan/Subrics-Game
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
192 changed files
with
13,684 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
--- | ||
name: Report a bug | ||
about: Create a report to help us improve | ||
labels: kind/bug, priority/P2 | ||
assignees: yashykt | ||
|
||
--- | ||
|
||
<!-- | ||
PLEASE DO NOT POST A QUESTION HERE. | ||
This form is for bug reports and feature requests ONLY! | ||
For general questions and troubleshooting, please ask/look for answers at StackOverflow, with "grpc" tag: https://stackoverflow.com/questions/tagged/grpc | ||
For questions that specifically need to be answered by gRPC team members, please ask/look for answers at grpc.io mailing list: https://groups.google.com/forum/#!forum/grpc-io | ||
Issues specific to *grpc-java*, *grpc-go*, *grpc-node*, *grpc-dart*, *grpc-web* should be created in the repository they belong to (e.g. https://github.com/grpc/grpc-LANGUAGE/issues/new) | ||
--> | ||
|
||
### What version of gRPC and what language are you using? | ||
|
||
|
||
### What operating system (Linux, Windows,...) and version? | ||
|
||
|
||
### What runtime / compiler are you using (e.g. python version or version of gcc) | ||
|
||
|
||
### What did you do? | ||
Please provide either 1) A unit test for reproducing the bug or 2) Specific steps for us to follow to reproduce the bug. If there’s not enough information to debug the problem, gRPC team may close the issue at their discretion. You’re welcome to re-open the issue once you have a reproduction. | ||
|
||
### What did you expect to see? | ||
|
||
|
||
### What did you see instead? | ||
|
||
Make sure you include information that can help us debug (full error message, exception listing, stack trace, logs). | ||
|
||
See [TROUBLESHOOTING.md](https://github.com/grpc/grpc/blob/master/TROUBLESHOOTING.md) for how to diagnose problems better. | ||
|
||
### Anything else we should know about your project / environment? |
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,19 @@ | ||
--- | ||
name: Request a cleanup | ||
about: Suggest a cleanup in our repository | ||
labels: kind/internal cleanup, priority/P2 | ||
assignees: yashykt | ||
|
||
--- | ||
|
||
<!-- | ||
PLEASE DO NOT POST A QUESTION HERE. | ||
This form is for bug reports and feature requests ONLY! | ||
For general questions and troubleshooting, please ask/look for answers at StackOverflow, with "grpc" tag: https://stackoverflow.com/questions/tagged/grpc | ||
For questions that specifically need to be answered by gRPC team members, please ask/look for answers at grpc.io mailing list: https://groups.google.com/forum/#!forum/grpc-io | ||
Issues specific to *grpc-java*, *grpc-go*, *grpc-node*, *grpc-dart*, *grpc-web* should be created in the repository they belong to (e.g. https://github.com/grpc/grpc-LANGUAGE/issues/new) | ||
--> | ||
|
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,30 @@ | ||
--- | ||
name: Request a feature | ||
about: Suggest an idea for this project | ||
labels: kind/enhancement, priority/P2 | ||
assignees: yashykt | ||
|
||
--- | ||
|
||
<!-- | ||
PLEASE DO NOT POST A QUESTION HERE. | ||
This form is for bug reports and feature requests ONLY! | ||
For general questions and troubleshooting, please ask/look for answers at StackOverflow, with "grpc" tag: https://stackoverflow.com/questions/tagged/grpc | ||
For questions that specifically need to be answered by gRPC team members, please ask/look for answers at grpc.io mailing list: https://groups.google.com/forum/#!forum/grpc-io | ||
Issues specific to *grpc-java*, *grpc-go*, *grpc-node*, *grpc-dart*, *grpc-web* should be created in the repository they belong to (e.g. https://github.com/grpc/grpc-LANGUAGE/issues/new) | ||
--> | ||
|
||
### Is your feature request related to a problem? Please describe. | ||
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] | ||
|
||
### Describe the solution you'd like | ||
A clear and concise description of what you want to happen. | ||
|
||
### Describe alternatives you've considered | ||
A clear and concise description of any alternative solutions or features you've considered. | ||
|
||
### Additional context | ||
Add any other context about the feature request here. |
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,17 @@ | ||
--- | ||
name: Ask a question | ||
about: Ask a question | ||
labels: kind/question, priority/P3 | ||
assignees: yashykt | ||
|
||
--- | ||
|
||
PLEASE DO NOT POST A QUESTION HERE. | ||
This form is for bug reports and feature requests ONLY! | ||
|
||
For general questions and troubleshooting, please ask/look for answers at StackOverflow, with "grpc" tag: https://stackoverflow.com/questions/tagged/grpc | ||
|
||
For questions that specifically need to be answered by gRPC team members, please ask/look for answers at grpc.io mailing list: https://groups.google.com/forum/#!forum/grpc-io | ||
|
||
This issue will be closed down once seen by the repo managers. | ||
|
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,11 @@ | ||
|
||
|
||
|
||
<!-- | ||
Your pull request will be routed to the following person by default for triaging. | ||
If you know who should review your pull request, please remove the mentioning below. | ||
--> | ||
|
||
@yashykt |
Oops, something went wrong.