Skip to content

Commit f5a4fd8

Browse files
feat(github) : Add github files in order to follow org standard
1 parent 0953728 commit f5a4fd8

File tree

5 files changed

+132
-0
lines changed

5 files changed

+132
-0
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
<!---
2+
Thanks for filing an issue! Before you submit, please read the following:
3+
4+
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!
5+
-->

.github/ISSUE_TEMPLATE/bug-report.md

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
---
2+
name: Bug Report
3+
about: If things aren't working as expected.
4+
title: ''
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+
## Bug Report
11+
12+
<!--
13+
Note: Make sure to first check the prerequisites that can be found in the main README file!
14+
15+
Thanks for filing an issue! Before hitting the button, please answer these questions.
16+
Fill in as much of the template below as you can. If you leave out information, we can't help you as well.
17+
-->
18+
19+
**What did you do?**
20+
A clear and concise description of the steps you took (or insert a code snippet).
21+
22+
**What did you expect to see?**
23+
A clear and concise description of what you expected to happen (or insert a code snippet).
24+
25+
**What did you see instead? Under which circumstances?**
26+
A clear and concise description of what you expected to happen (or insert a code snippet).
27+
28+
29+
**Environment**
30+
* operator-lifecycle-manager version:
31+
32+
<!--- Insert operator-lifecycle-manager release or Git SHA here. -->
33+
34+
* Kubernetes version information:
35+
36+
<!--- Insert the output of `kubectl version` here -->
37+
38+
* Kubernetes cluster kind:
39+
40+
**Possible Solution**
41+
<!--- Only if you have suggestions on a fix for the bug -->
42+
43+
**Additional context**
44+
Add any other context about the problem here.
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
name: Feature Request
3+
about: Suggest a feature
4+
title: ''
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+
## Feature Request
11+
12+
**Is your feature request related to a problem? Please describe.**
13+
A clear and concise description of what the problem is. Example: "I have an issue when (...)"
14+
15+
**Describe the solution you'd like**
16+
A clear and concise description of what you want to happen. Add any considered drawbacks.
Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
---
2+
name: Support Question
3+
about: Any support questions you might have.
4+
title: ''
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+
<!--
11+
Thanks for filing an issue! Before hitting the button, please answer these questions.
12+
13+
Fill in as much of the template below as you can. If you leave out information, we can't help you as well.
14+
15+
We will try our best to answer the question, but we also have a mailing list and slack channel for any other questions.
16+
-->
17+
18+
## Type of question
19+
20+
**Are you asking about community best practices, how to implement a specific feature, or about general context and help around the operator-sdk?**
21+
22+
23+
## Question
24+
25+
**What did you do?**
26+
A clear and concise description of the steps you took (or insert a code snippet).
27+
28+
**What did you expect to see?**
29+
A clear and concise description of what you expected to happen (or insert a code snippet).
30+
31+
**What did you see instead? Under which circumstances?**
32+
A clear and concise description of what you expected to happen (or insert a code snippet).
33+
34+
35+
**Environment**
36+
* operator-lifecycle-manager version:
37+
38+
<!--- Insert operator-lifecycle-manager release or Git SHA here. -->
39+
40+
* Kubernetes version information:
41+
42+
<!--- insert output of `kubectl version` here. -->
43+
44+
45+
* Kubernetes cluster kind:
46+
47+
**Additional context**
48+
Add any other context about the question here.

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
<!--
2+
3+
Before making a PR, please read our contributing guidelines https://github.com/operator-framework/operator-lifecycle-manager/blob/master/CONTRIBUTING.MD
4+
5+
Note: Make sure your branch is rebased to the latest upstream master.
6+
7+
-->
8+
9+
**Description of the change:**
10+
11+
12+
**Motivation for the change:**
13+
14+
<!--
15+
16+
Note: If this PR is fixing an issue make sure to add a note saying:
17+
Closes #<ISSUE_NUMBER>
18+
19+
-->

0 commit comments

Comments
 (0)