-
Notifications
You must be signed in to change notification settings - Fork 2
Add issue templates and PR template #121
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Michael Vittrup Larsen (michaelvl)
merged 5 commits into
main
from
feature/add-issue-templates-etc
Apr 20, 2023
Merged
Changes from all commits
Commits
Show all changes
5 commits
Select commit
Hold shift + click to select a range
872089a
Add issue templates and PR template
michaelvl d0b71f0
Add path filter to helm chart release workflow. Editorial change to c…
michaelvl 5d64529
Bump chart version
michaelvl d76c4cf
Update helm-docs
michaelvl 5223300
Rebase and update chart changelog
michaelvl File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,10 +1,5 @@ | ||
| # This is a comment. | ||
| # Docs: https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners | ||
|
|
||
| # Each line is a file pattern followed by one or more owners. | ||
|
|
||
| # These owners will be the default owners for everything '*' | ||
| # in the repo. Unless a later match takes precedence, | ||
| # this owner will be requested for review when someone | ||
| # opens a pull request. | ||
| * @mvillumsen @MichaelVL | ||
| * @mvillumsen @michaelvl |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,36 @@ | ||
| --- | ||
| name: Bug report | ||
| about: Create a report to help us improve | ||
| title: '' | ||
| labels: 'bug' | ||
| assignees: '' | ||
| --- | ||
|
|
||
| Checklist: | ||
|
|
||
| * [ ] I have search existing issues for duplicates of the bug. | ||
| * [ ] I have included steps to reproduce the bug. | ||
| * [ ] I have included version information for container and Helm chart that this bug applies to. | ||
| * [ ] I have included relevant custom GatewayClassBlueprints, GatewayClassConfig and GatewayConfig. | ||
|
|
||
| **Describe the bug** | ||
|
|
||
| <!-- A clear and concise description of what the bug is. --> | ||
|
|
||
| **To Reproduce** | ||
|
|
||
| <!-- A list of the steps required to reproduce the issue. Best of all, give us the URL to a repository that exhibits this issue. --> | ||
|
|
||
| **Expected behavior** | ||
|
|
||
| <!-- A clear and concise description of what you expected to happen. --> | ||
|
|
||
| **Versions** | ||
|
|
||
| <!-- Container and Helm chart version. Also, when applicable, versions of blueprints --> | ||
|
|
||
| **Logs** | ||
|
|
||
| ``` | ||
| Paste any relevant application logs here. | ||
| ``` |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1 @@ | ||
| blank_issues_enabled: false |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,18 @@ | ||
| --- | ||
| name: Enhancement proposal | ||
| about: Propose an enhancement for this project | ||
| title: '' | ||
| labels: 'enhancement' | ||
| assignees: '' | ||
| --- | ||
| # Summary | ||
|
|
||
| What change you think needs making. | ||
|
|
||
| # Motivation | ||
|
|
||
| Please give examples of your use case, e.g. when would you use this. | ||
|
|
||
| # Proposal | ||
|
|
||
| How do you think this should be implemented? |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,12 @@ | ||
| **Description** | ||
|
|
||
| <!-- Please provide a summary of the change here. --> | ||
|
|
||
| <!-- Please link to all GitHub issue that this pull request implements --> | ||
| Fixes #ISSUE | ||
|
|
||
| **Checklist** | ||
|
|
||
| - [ ] Unit tests updated | ||
| - [ ] End user documentation updated | ||
| - [ ] If changes apply to Helm chart, a note have been made in the 'UNRELEASED' section of the charts CHANGELOG.md |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -4,6 +4,8 @@ on: | |
| push: | ||
| branches: | ||
| - main | ||
| paths: | ||
| - 'charts/gateway-controller/**' | ||
|
|
||
| jobs: | ||
| release: | ||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,18 @@ | ||
| # Gateway-controller Helm Chart Changelog | ||
|
|
||
| ## [UNRELEASED] | ||
|
|
||
| - Example text, replace with PR info according to example below. | ||
|
|
||
|
|
||
| ## [0.1.5] | ||
|
|
||
| - Bump version as part of name change. ([#125](https://github.com/tv2-oss/gateway-controller/pull/125)) [@michaelvl](https://github.com/michaelvl) | ||
|
|
||
| ## [0.1.4] | ||
|
|
||
| - Add issue templates and PR template. ([#121](https://github.com/tv2-oss/gateway-controller/pull/121)) [@michaelvl](https://github.com/michaelvl) | ||
|
|
||
| ## [0.1.3] | ||
|
|
||
| - Helm chart corrections and test. ([#103](https://github.com/tv2-oss/gateway-controller/pull/103)) [@michaelvl](https://github.com/michaelvl) | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Shouldn't this be 0.1.5?