Skip to content

Commit

Permalink
Add issue and pr templates. (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
cfchase authored Oct 15, 2020
1 parent 28fd595 commit 71c6e11
Show file tree
Hide file tree
Showing 3 changed files with 75 additions and 0 deletions.
37 changes: 37 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
---
name: Bug report
about: Create a report to help us improve
title: ''
labels: bug
assignees: ''

---

**Describe the bug**
A clear and concise description of what the bug is and how often it occurs

**Steps To Reproduce**
Steps to reproduce the behavior:
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error

**Expected behavior**
A clear and concise description of what you expected to happen.

**Workaround (if any)**
Any manual steps that allow you to resolve the issue

**Open Data Hub Version**
Please attach relevant kfdef manifest if applicable

**Dashboard Version**
As included in kfdef manifest or include if different

**OpenShift Version**
Version #:
Provider (Baremetal, OpenStack, RHV, AWS, OKD, CodeReady Containers, ...):

**Additional context**
Add any other context about the problem here.
20 changes: 20 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
name: Feature request
about: Suggest an idea for this project
title: ''
labels: enhancement
assignees: ''

---

**Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is. Example. Instead of [CURRENT FEATURE], I think it would be helpful to implement [EXPLANATION OF NEW FEATURE].

**Describe the solution you'd like**
A clear and concise description of what you want to happen.

**Describe alternatives you've considered**
A clear and concise description of any alternative solutions or features you've considered.

**Additional context**
Add any other context or screenshots about the feature request here.
18 changes: 18 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
name: Pull Request
about: Contribute a new pull request
title: ''
---

**Changes proposed in this pull request**
-
-

**Test instructions (required)**
A clear and concise description of any alternative solutions or features you've considered.

**Closing issues**
Put `closes #XXXX` in your comment to auto-close the issue that your PR fixes (if such).

**Additional context**
Add any other context or screenshots about the pull request here.

0 comments on commit 71c6e11

Please sign in to comment.