From b94fd3f675e690407c6a45e209bcd4a0efa155f3 Mon Sep 17 00:00:00 2001 From: AshishMotanamGurunadham <63670637+AshishMotanamGurunadham@users.noreply.github.com> Date: Tue, 8 Dec 2020 17:07:24 -0600 Subject: [PATCH] Fix: fixed issue template (#321) --- .github/ISSUE_TEMPLATE/bug_report.md | 44 ++--------------------- .github/ISSUE_TEMPLATE/feature_request.md | 36 ++----------------- 2 files changed, 6 insertions(+), 74 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 4bd9062e3..316e78062 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -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. diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index e146faefe..316e78062 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -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.