Skip to content
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

Adds repository boilerplate #2

Merged
merged 1 commit into from
Jul 30, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
54 changes: 54 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
name: Bug Report
description: Something is not working

body:
- type: markdown
attributes:
value: |
Thank you for submitting an issue. Please fill in the template below
information about the bug you encountered.

- type: textarea
id: summary
attributes:
label: Summary
description: Please explain the bug in a few short sentences.
placeholder: Detail the bug here...
validations:
required: true

- type: textarea
id: what-should-happen
attributes:
label: What Should Happen Instead?
description: Please explain what the expected behavior is.
placeholder: Explain the expected outcome...
validations:
required: true

- type: textarea
id: reproduction-steps
attributes:
label: Reproduction Steps
description: Are you able to consistently reproduce the issue? Please add a list of steps that lead to the bug.
placeholder: "1.\n2.\n"
validations:
required: true

- type: textarea
id: suggest-fix
attributes:
label: Can you suggest a fix?
description: How do you propose that the issue be fixed?
placeholder: Suggest a fix if you have one...

- type: textarea
id: contribute-fix
attributes:
label: Are you interested in contributing with a fix?
description: yes/no, or @mention maintainers. Community contributions are welcome.
placeholder: Are you willing to contribute a fix?

- type: markdown
attributes:
value: Thank you for making the rocks better
21 changes: 21 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
---
name: Feature Request
about: Suggest a new feature
---

<!--
Thank you for submitting a feature request. Please fill the template below
with more details.
-->

#### Summary
<!-- Please explain the feature request in a few short sentences. -->

#### Why is this important?
<!-- Please explain the motivation, how it will be used, etc. -->

#### Are you interested in contributing to this feature?
<!-- yes/no, or @mention maintainers. -->


<!-- Thank you for making Canonical Kubernetes better -->
1 change: 1 addition & 0 deletions CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* @canonical/kubernetes
Loading