Skip to content
This repository has been archived by the owner on Jan 29, 2021. It is now read-only.

Commit

Permalink
Fix: fixed issue template (#321)
Browse files Browse the repository at this point in the history
  • Loading branch information
AshishMotanamGurunadham authored Dec 8, 2020
1 parent 9bb5c15 commit b94fd3f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 74 deletions.
44 changes: 3 additions & 41 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -1,43 +1,5 @@
---
name: Bug report
about: Create a report to help us improve
labels: ":construction: blocked: accessibility input needed, :construction: blocked: engineering input needed, :construction: blocked: functional input needed, :construction: blocked: reporter input needed, :construction: blocked: ux input needed"
---
## Note:

**What part of Carbon does this bug correlate to?**
General graph logic:
**- Since we are done with source code migration, Carbon-graphs is now maintained from Terra-graphs repository and from here on all the new issues should be raised in Terra-graphs repository.
Please follow [this](https://github.com/cerner/terra-graphs/issues) link to raise the issue.**

* [ ] Graph attributes (axes, legends, regions...etc.)
* [ ] Other (please specify):

Specific graph logic:

* [ ] Bar graph
* [ ] Bubble graph
* [ ] Gantt chart
* [ ] Line graph
* [ ] Paired result
* [ ] Pie chart
* [ ] Scatter plot
* [ ] Timeline

**Describe the bug**
A clear and concise description of what the bug is.

**Link to CodeSandbox**

Use [this](https://codesandbox.io/s/carbon-sandbox-vd27d) template to reproduce the behavior.

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

**Screenshots**
If applicable, add screenshots to help explain your problem.

**Desktop (please complete the following information):**

- OS: [e.g. iOS]
- Browser [e.g. chrome, safari]

**Additional context**
Add any other context about the problem here.
36 changes: 3 additions & 33 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -1,35 +1,5 @@
---
name: Feature request
about: Suggest an idea for this project
labels: ":construction: blocked: accessibility input needed, :construction: blocked: engineering input needed, :construction: blocked: functional input needed, :construction: blocked: reporter input needed, :construction: blocked: ux input needed"
---
## Note:

**What part of Carbon does this feature request correlate to?**
**- Since we are done with source code migration, Carbon-graphs is now maintained from Terra-graphs repository and from here on all the new issues should be raised in Terra-graphs repository.
Please follow [this](https://github.com/cerner/terra-graphs/issues) link to raise the issue.**

General graph logic:

* [ ] Graph attributes (axes, legends, regions...etc.)
* [ ] Other (please specify):

Specific graph logic:

* [ ] Bar graph
* [ ] Bubble graph
* [ ] Gantt chart
* [ ] Line graph
* [ ] Paired result
* [ ] Pie chart
* [ ] Scatter plot
* [ ] Timeline

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

0 comments on commit b94fd3f

Please sign in to comment.