Skip to content

Commit

Permalink
Incorporate Requested Changes
Browse files Browse the repository at this point in the history
  • Loading branch information
amithkk committed Nov 20, 2019
1 parent b3ac7ef commit 19e8017
Show file tree
Hide file tree
Showing 2 changed files with 67 additions and 0 deletions.
47 changes: 47 additions & 0 deletions .github/ISSUE_TEMPLATE/bug-report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
---
name: Bug Report!
about: File a bug report to let us know what's wrong!
title: ''
labels: bug
assignees: ''

---

**Orb Version**
The version number of the orb

<!--
e.g., 1.0.0
find this information in your config.yml file;
if the version is @volatile, check the top of your CircleCI-generated,
expanded configuration file, viewable from the "Configuration" tab of
any job page, for the orb's specific semantic version number
-->

**Describe the bug**
<!---
please include any relevant links to CircleCI workflows or jobs
where you saw this behavior
-->

**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.
-->

**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: Want something new to be incorporated into this orb?
title: ''
labels: enhancement
assignees: ''

---

**Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

**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 about the feature request here.

0 comments on commit 19e8017

Please sign in to comment.