-
Notifications
You must be signed in to change notification settings - Fork 544
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(github) : Add github files in order to follow org standard
- Loading branch information
1 parent
0953728
commit f5a4fd8
Showing
5 changed files
with
132 additions
and
0 deletions.
There are no files selected for viewing
This file contains 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,5 @@ | ||
<!--- | ||
Thanks for filing an issue! Before you submit, please read the following: | ||
Check the other issue templates if you are trying to submit a bug report, feature request, or question. Search open/closed issues before submitting since someone might have asked the same thing before! | ||
--> |
This file contains 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,44 @@ | ||
--- | ||
name: Bug Report | ||
about: If things aren't working as expected. | ||
title: '' | ||
labels: '' | ||
assignees: '' | ||
|
||
--- | ||
|
||
## Bug Report | ||
|
||
<!-- | ||
Note: Make sure to first check the prerequisites that can be found in the main README file! | ||
Thanks for filing an issue! Before hitting the button, please answer these questions. | ||
Fill in as much of the template below as you can. If you leave out information, we can't help you as well. | ||
--> | ||
|
||
**What did you do?** | ||
A clear and concise description of the steps you took (or insert a code snippet). | ||
|
||
**What did you expect to see?** | ||
A clear and concise description of what you expected to happen (or insert a code snippet). | ||
|
||
**What did you see instead? Under which circumstances?** | ||
A clear and concise description of what you expected to happen (or insert a code snippet). | ||
|
||
|
||
**Environment** | ||
* operator-lifecycle-manager version: | ||
|
||
<!--- Insert operator-lifecycle-manager release or Git SHA here. --> | ||
|
||
* Kubernetes version information: | ||
|
||
<!--- Insert the output of `kubectl version` here --> | ||
|
||
* Kubernetes cluster kind: | ||
|
||
**Possible Solution** | ||
<!--- Only if you have suggestions on a fix for the bug --> | ||
|
||
**Additional context** | ||
Add any other context about the problem here. |
This file contains 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,16 @@ | ||
--- | ||
name: Feature Request | ||
about: Suggest a feature | ||
title: '' | ||
labels: '' | ||
assignees: '' | ||
|
||
--- | ||
|
||
## Feature Request | ||
|
||
**Is your feature request related to a problem? Please describe.** | ||
A clear and concise description of what the problem is. Example: "I have an issue when (...)" | ||
|
||
**Describe the solution you'd like** | ||
A clear and concise description of what you want to happen. Add any considered drawbacks. |
This file contains 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,48 @@ | ||
--- | ||
name: Support Question | ||
about: Any support questions you might have. | ||
title: '' | ||
labels: '' | ||
assignees: '' | ||
|
||
--- | ||
|
||
<!-- | ||
Thanks for filing an issue! Before hitting the button, please answer these questions. | ||
Fill in as much of the template below as you can. If you leave out information, we can't help you as well. | ||
We will try our best to answer the question, but we also have a mailing list and slack channel for any other questions. | ||
--> | ||
|
||
## Type of question | ||
|
||
**Are you asking about community best practices, how to implement a specific feature, or about general context and help around the operator-sdk?** | ||
|
||
|
||
## Question | ||
|
||
**What did you do?** | ||
A clear and concise description of the steps you took (or insert a code snippet). | ||
|
||
**What did you expect to see?** | ||
A clear and concise description of what you expected to happen (or insert a code snippet). | ||
|
||
**What did you see instead? Under which circumstances?** | ||
A clear and concise description of what you expected to happen (or insert a code snippet). | ||
|
||
|
||
**Environment** | ||
* operator-lifecycle-manager version: | ||
|
||
<!--- Insert operator-lifecycle-manager release or Git SHA here. --> | ||
|
||
* Kubernetes version information: | ||
|
||
<!--- insert output of `kubectl version` here. --> | ||
|
||
|
||
* Kubernetes cluster kind: | ||
|
||
**Additional context** | ||
Add any other context about the question here. |
This file contains 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,19 @@ | ||
<!-- | ||
Before making a PR, please read our contributing guidelines https://github.com/operator-framework/operator-lifecycle-manager/blob/master/CONTRIBUTING.MD | ||
Note: Make sure your branch is rebased to the latest upstream master. | ||
--> | ||
|
||
**Description of the change:** | ||
|
||
|
||
**Motivation for the change:** | ||
|
||
<!-- | ||
Note: If this PR is fixing an issue make sure to add a note saying: | ||
Closes #<ISSUE_NUMBER> | ||
--> |