Skip to content

Commit 872089a

Browse files
committed
Add issue templates and PR template
1 parent a78f448 commit 872089a

File tree

6 files changed

+77
-6
lines changed

6 files changed

+77
-6
lines changed

.github/CODEOWNERS

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,5 @@
1-
# This is a comment.
21
# Docs: https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners
32

43
# Each line is a file pattern followed by one or more owners.
54

6-
# These owners will be the default owners for everything '*'
7-
# in the repo. Unless a later match takes precedence,
8-
# this owner will be requested for review when someone
9-
# opens a pull request.
10-
* @mvillumsen @MichaelVL
5+
* @mvillumsen @michaelvl
Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
---
2+
name: Bug report
3+
about: Create a report to help us improve
4+
title: ''
5+
labels: 'bug'
6+
assignees: ''
7+
---
8+
9+
Checklist:
10+
11+
* [ ] I have search existing issues for duplicates of the bug.
12+
* [ ] I have included steps to reproduce the bug.
13+
* [ ] I have included version information for container and Helm chart that this bug applies to.
14+
* [ ] I have included relevant custom GatewayClassBlueprints, GatewayClassConfig and GatewayConfig.
15+
16+
**Describe the bug**
17+
18+
<!-- A clear and concise description of what the bug is. -->
19+
20+
**To Reproduce**
21+
22+
<!-- A list of the steps required to reproduce the issue. Best of all, give us the URL to a repository that exhibits this issue. -->
23+
24+
**Expected behavior**
25+
26+
<!-- A clear and concise description of what you expected to happen. -->
27+
28+
**Versions**
29+
30+
<!-- Container and Helm chart version. Also, when applicable, versions of blueprints -->
31+
32+
**Logs**
33+
34+
```
35+
Paste any relevant application logs here.
36+
```

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
blank_issues_enabled: false
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
name: Enhancement proposal
3+
about: Propose an enhancement for this project
4+
title: ''
5+
labels: 'enhancement'
6+
assignees: ''
7+
---
8+
# Summary
9+
10+
What change you think needs making.
11+
12+
# Motivation
13+
14+
Please give examples of your use case, e.g. when would you use this.
15+
16+
# Proposal
17+
18+
How do you think this should be implemented?

.github/pull_request_template.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
**Description**
2+
3+
<!-- Please provide a summary of the change here. -->
4+
5+
<!-- Please link to all GitHub issue that this pull request implements -->
6+
Fixes #ISSUE
7+
8+
**Checklist**
9+
10+
- [ ] Unit tests updated
11+
- [ ] End user documentation updated
12+
- [ ] If changes apply to Helm chart, a note have been made in the 'UNRELEASED' section of the charts CHANGELOG.md
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Gateway-controller Helm Chart Changelog
2+
3+
## [UNRELEASED]
4+
5+
- Example text, replace with PR info according to example below.
6+
7+
## [v0.1.3] - 2023-03-22
8+
9+
- Helm chart corrections and test. ([#103](https://github.com/tv2-oss/gateway-controller/pull/103)) [@michaelvl](https://github.com/michaelvl)

0 commit comments

Comments
 (0)