-
Notifications
You must be signed in to change notification settings - Fork 233
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add CODEOWNERS and issue/pr templates (#203)
- Loading branch information
Showing
3 changed files
with
38 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 @@ | ||
* @googleapis/yoshi-java |
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 @@ | ||
Thanks for stopping by to let us know something could be better! | ||
|
||
Please include as much information as possible: | ||
|
||
#### Environment details | ||
|
||
- OS: | ||
- Java version: | ||
- google-auth-library-java version(s): | ||
|
||
#### Steps to reproduce | ||
|
||
1. ? | ||
2. ? | ||
|
||
#### Stacktrace | ||
|
||
``` | ||
Any relevant stacktrace here. | ||
``` | ||
|
||
#### Code snippet | ||
|
||
```java | ||
Any relevant code snippet to help reproduce the issue. | ||
``` | ||
|
||
#### External references such as API reference guides used | ||
|
||
- ? | ||
|
||
#### Any additional information below | ||
|
||
Following these steps will guarantee the quickest resolution possible. | ||
|
||
Thanks! |
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 @@ | ||
Fixes #<issue_number_goes_here> (it's a good idea to open an issue first for context and/or discussion) |