Skip to content

Commit

Permalink
Update github templates (#1179)
Browse files Browse the repository at this point in the history
Signed-off-by: Natalie Arellano <[email protected]>
  • Loading branch information
natalieparellano authored Aug 10, 2023
1 parent 56083d0 commit df9ae90
Show file tree
Hide file tree
Showing 4 changed files with 80 additions and 23 deletions.
28 changes: 19 additions & 9 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,41 +2,51 @@
name: Bug
about: Bug report
title: ''
labels: status/triage, type/bug
labels: type/bug, status/triage
assignees: ''

---

### Summary
<!--- Please provide a general summary of the issue. -->
<!-- Please provide a general summary of the issue. -->



---

### Reproduction

##### Steps
<!--- What steps should be taken to reproduce the issue? -->
<!-- What steps should be taken to reproduce the issue? -->

1.
2.
3.

##### Current behavior
<!--- What happened? Logs, etc. could go here. -->
<!-- What happened? Logs, etc. could go here. -->



##### Expected behavior
<!-- What did you expect to happen? -->

##### Expected
<!--- What did you expect to happen? -->


---

### Context

##### lifecycle version
<!--- If you can find this, it helps us pin down the issue. For example, run `pack inspect-builder BUILDER` which should report the lifecycle version in question. -->
<!-- If you can find this, it helps us pin down the issue. For example, run `pack builder inspect <builder name>` which should report the lifecycle version in question. -->



##### platform version(s)
<!--- For example run `pack report` and `docker info` and copy output here. -->
<!-- For example run `pack report` and `docker info` and copy output here, redacting any sensitive information. -->



##### anything else?
<!--- Tekton task version, kpack version, etc. -->
<!-- Add any other context that may help (e.g., Tekton task version, kpack version, etc.). -->

21 changes: 15 additions & 6 deletions .github/ISSUE_TEMPLATE/chore.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,20 @@ assignees: ''

---

### Description
<!-- A concise description of why this chore matters, who will enjoy it and how. -->
### Summary
<!-- Please describe why this chore matters, who will enjoy it and how. -->

### Proposed solution
<!-- A clear and concise description of how you think the chore should be implemented. -->

### Additional context
<!-- Add any other context or screenshots about the chore that may help. -->

---

### Proposal
<!-- How do you think the chore should be implemented? -->



---

### Context
<!-- Add any other context that may help. -->

29 changes: 21 additions & 8 deletions .github/ISSUE_TEMPLATE/feature.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,27 @@ assignees: ''

---

### Description
<!-- A concise description of what problem the feature solves and why solving it matters. -->
### Summary
<!-- Please describe the feature and why it matters. -->

### Proposed solution
<!-- A clear and concise description of what you want to happen. -->

### Describe alternatives you've considered
<!-- A clear and concise description of any alternative solutions or features you've considered. -->

### Additional context
<!-- Add any other context or screenshots about the feature request here. -->
---

### Proposal
<!-- How do you think the feature should be implemented? -->



---

### Related
<!-- If this feature addresses an RFC, please provide the RFC number below. -->

RFC #___

---

### Context
<!-- Add any other context that may help. -->

25 changes: 25 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
<!-- 🎉🎉🎉 Thank you for the PR!!! 🎉🎉🎉 -->

### Summary
<!-- Please describe your changes at a high level. -->



#### Release notes
<!-- Please provide 1-2 sentences for release notes. -->
<!-- Example: When using platform API `0.7` or greater, the `creator` logs the expected phase header for the analyze phase -->



---

### Related
<!-- If this PR addresses an issue, please provide the issue number below. -->

Resolves #___

---

### Context
<!-- Add any other context that may help reviewers (e.g., code that requires special attention, etc.). -->

0 comments on commit df9ae90

Please sign in to comment.