Skip to content

Commit

Permalink
feat(github) : Add github files in order to follow org standard
Browse files Browse the repository at this point in the history
  • Loading branch information
camilamacedo86 committed Sep 3, 2019
1 parent 0953728 commit f5a4fd8
Show file tree
Hide file tree
Showing 5 changed files with 132 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/ISSUE_TEMPLATE.md
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!
-->
44 changes: 44 additions & 0 deletions .github/ISSUE_TEMPLATE/bug-report.md
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.
16 changes: 16 additions & 0 deletions .github/ISSUE_TEMPLATE/feature-request.md
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.
48 changes: 48 additions & 0 deletions .github/ISSUE_TEMPLATE/support-question.md
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.
19 changes: 19 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
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>
-->

0 comments on commit f5a4fd8

Please sign in to comment.