Skip to content

Commit 68fdc05

Browse files
authored
Add CODEOWNERS and issue/pr templates (#470)
* Add CODEOWNERS file and issue/pr templates * Fix team alias * Fix team alias
1 parent 19c3c7f commit 68fdc05

File tree

3 files changed

+36
-0
lines changed

3 files changed

+36
-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: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
Thanks for stopping by to let us know something could be better!
2+
3+
Please be sure to include as much information as possible:
4+
5+
#### Environment details
6+
7+
- OS:
8+
- Java version:
9+
- google-http-java-client version:
10+
11+
#### Steps to reproduce
12+
13+
1. ?
14+
2. ?
15+
16+
#### Stacktrace
17+
18+
```
19+
Any relevant stacktrace here.
20+
```
21+
22+
#### External references such as API reference guides used
23+
24+
- ?
25+
26+
#### Any additional information below
27+
28+
Making sure to follow these steps will guarantee the quickest resolution possible.
29+
30+
Thanks!
31+

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
Fixes #<issue_number_goes_here> (it's a good idea to open an issue first for discussion)
2+
3+
- [ ] Tests pass
4+
- [ ] Appropriate docs were updated (if necessary)

0 commit comments

Comments
 (0)