-
Notifications
You must be signed in to change notification settings - Fork 69
chore: add issue templates for repo #1267
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
Closed
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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,51 @@ | ||
| --- | ||
| name: Bug report | ||
| about: Create a report to help us improve | ||
|
|
||
| --- | ||
|
|
||
| Thanks for stopping by to let us know something could be better! | ||
|
|
||
| **PLEASE READ**: If you have a support contract with Google, please create an issue in the [support console](https://cloud.google.com/support/) instead of filing on GitHub. This will ensure a timely response. | ||
|
|
||
| Please run down the following list and make sure you've tried the usual "quick fixes": | ||
|
|
||
| - Search the issues already opened: https://github.com/googleapis/gapic-generator-java/issues | ||
| - Check for answers on StackOverflow: http://stackoverflow.com/questions/tagged/google-cloud-platform | ||
|
|
||
| If you are still having issues, please include as much information as possible: | ||
|
|
||
| #### Environment details | ||
|
|
||
| 1. Specify the API at the beginning of the title. For example, "BigQuery: ..."). | ||
| General, Core, and Other are also allowed as types | ||
| 2. OS type and version: | ||
| 3. Java version: | ||
| 4. version(s): | ||
|
|
||
| #### Steps to reproduce | ||
|
|
||
| 1. ? | ||
| 2. ? | ||
|
|
||
| #### Code example | ||
|
|
||
| ```java | ||
| // example | ||
| ``` | ||
|
|
||
| #### Stack trace | ||
| ``` | ||
| Any relevant stacktrace here. | ||
| ``` | ||
|
|
||
| #### External references such as API reference guides | ||
|
|
||
| - ? | ||
|
|
||
| #### Any additional information below | ||
|
|
||
|
|
||
| Following these steps guarantees the quickest resolution possible. | ||
|
|
||
| Thanks! | ||
This file contains hidden or 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,21 @@ | ||
| --- | ||
| name: Feature request | ||
| about: Suggest an idea for this library | ||
|
|
||
| --- | ||
|
|
||
| Thanks for stopping by to let us know something could be better! | ||
|
|
||
| **PLEASE READ**: If you have a support contract with Google, please create an issue in the [support console](https://cloud.google.com/support/) instead of filing on GitHub. This will ensure a timely response. | ||
|
|
||
| **Is your feature request related to a problem? Please describe.** | ||
| What the problem is. Example: I'm always frustrated when [...] | ||
|
|
||
| **Describe the solution you'd like** | ||
| What you want to happen. | ||
|
|
||
| **Describe alternatives you've considered** | ||
| Any alternative solutions or features you've considered. | ||
|
|
||
| **Additional context** | ||
| Any other context or screenshots about the feature request. |
This file contains hidden or 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,7 @@ | ||
| --- | ||
| name: Support request | ||
| about: If you have a support contract with Google, please create an issue in the Google Cloud Support console. | ||
|
|
||
| --- | ||
|
|
||
| **PLEASE READ**: If you have a support contract with Google, please create an issue in the [support console](https://cloud.google.com/support/) instead of filing on GitHub. This will ensure a timely response. |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we still need to specify API for issues in
gapic-generator-java? It makes sense for the SDK monorepo, but maybe something likeSpecify the modulemakes more sense for this repo? Or maybe we don't need this step? Since technically all submodules are core components of the generator and we don't have to tell the differences?