Skip to content

Commit 9ef4ab1

Browse files
authored
Add CODEOWNERS and issue/pr templates (#203)
1 parent a6585ae commit 9ef4ab1

File tree

3 files changed

+38
-0
lines changed

3 files changed

+38
-0
lines changed

.github/CODEOWNERS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
* @googleapis/yoshi-java

.github/ISSUE_TEMPLATE.md

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
Thanks for stopping by to let us know something could be better!
2+
3+
Please include as much information as possible:
4+
5+
#### Environment details
6+
7+
- OS:
8+
- Java version:
9+
- google-auth-library-java version(s):
10+
11+
#### Steps to reproduce
12+
13+
1. ?
14+
2. ?
15+
16+
#### Stacktrace
17+
18+
```
19+
Any relevant stacktrace here.
20+
```
21+
22+
#### Code snippet
23+
24+
```java
25+
Any relevant code snippet to help reproduce the issue.
26+
```
27+
28+
#### External references such as API reference guides used
29+
30+
- ?
31+
32+
#### Any additional information below
33+
34+
Following these steps will guarantee the quickest resolution possible.
35+
36+
Thanks!

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Fixes #<issue_number_goes_here> (it's a good idea to open an issue first for context and/or discussion)

0 commit comments

Comments
 (0)