Skip to content

Commit 1ccc16e

Browse files
authored
Update issue templates (GoogleCloudPlatform#627)
* Update issue templates * Removed duplicated file * Updated headings, added suggestions * Updated the PR template * Removed a comma
1 parent 9f330fe commit 1ccc16e

4 files changed

Lines changed: 71 additions & 4 deletions

File tree

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
---
2+
name: Bug report
3+
about: Create a report to help us improve
4+
title: ''
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+
### Describe the bug
11+
<!-- A clear and concise description of what the bug is. -->
12+
13+
### To Reproduce
14+
<!-- Steps to reproduce the behavior: -->
15+
<!-- 1. Built image '...' -->
16+
<!-- 2. Ran command '....' -->
17+
<!-- 3. See error -->
18+
19+
### Logs
20+
<!-- Add logs to help explain your problem -->
21+
22+
### Screenshots
23+
<!-- If applicable, add screenshots to help explain your problem -->
24+
25+
### Environment
26+
<!-- - OS: [e.g. MacOS Big Sur v11.6] -->
27+
<!-- - Kubernetes distribution, version: [e.g. minikube, GKE (Standard or Autopilot), EKS, AWS ... ] -->
28+
<!-- - Any relevant tool version: [e.g. Docker v20.10.8] -->
29+
30+
### Additional context
31+
<!-- Add any other context about the problem here -->
32+
33+
### Exposure
34+
<!-- Is the bug intermittent, persistent? Is it widespread, local? -->
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
name: Feature request
3+
about: Suggest an idea for this project
4+
title: ''
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+
### Describe request or inquiry
11+
<!-- Add any other context about the problem or helpful links here! -->
12+
13+
### What purpose/environment will this feature serve?
14+
<!-- Add reasoning -->

.github/ISSUE_TEMPLATE/other.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
name: Other
3+
about: Have a question or need clarification?
4+
title: ''
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
### Write down your inquiry
10+
<!-- Write your question/inquiry here and any addition context -->

.github/pull_request_template.md

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,16 @@
1-
Fixes # .
1+
### Background
2+
<!-- What was happening before this PR, and the problem(s) it solves -->
23

3-
Change summary:
4-
-
4+
### Fixes
5+
<!-- Link the issue(s) this PR fixes-->
6+
### Change Summary
7+
<!-- Short summary of the changes submitted -->
58

9+
### Additional Notes
10+
<!-- Any remaining concerns -->
611

7-
Remaining issues / concerns:
12+
### Testing Procedure
13+
<!-- If applicable, write how to test for reviewers-->
14+
15+
### Related PRs or Issues
16+
<!-- Dependent PRs, or any relevant linked issues -->

0 commit comments

Comments
 (0)