From 29098242a1fa290f90144a0fdc8e72b2cf9e55cd Mon Sep 17 00:00:00 2001 From: Kashif Ali Date: Thu, 20 Sep 2018 14:44:19 -0700 Subject: [PATCH] Update issues templates (bug, feature, evt/dvt) --- .github/ISSUE_TEMPLATE/bug_report.md | 35 +++++++++++++++++++ .../ISSUE_TEMPLATE/evt-dvt-testing-issue.md | 15 ++++++++ .../ISSUE_TEMPLATE/evt-dvt-testing-issues.md | 15 ++++++++ .github/ISSUE_TEMPLATE/feature_request.md | 21 +++++++++++ 4 files changed, 86 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/evt-dvt-testing-issue.md create mode 100644 .github/ISSUE_TEMPLATE/evt-dvt-testing-issues.md create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000000..b735373365 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,35 @@ +--- +name: Bug report +about: Create a report to help us improve + +--- + +**Describe the bug** +A clear and concise description of what the bug is. + +**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. + +**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] + - Version [e.g. 22] + +**Smartphone (please complete the following information):** + - Device: [e.g. iPhone6] + - OS: [e.g. iOS8.1] + - Browser [e.g. stock browser, safari] + - Version [e.g. 22] + +**Additional context** +Add any other context about the problem here. diff --git a/.github/ISSUE_TEMPLATE/evt-dvt-testing-issue.md b/.github/ISSUE_TEMPLATE/evt-dvt-testing-issue.md new file mode 100644 index 0000000000..655608eeea --- /dev/null +++ b/.github/ISSUE_TEMPLATE/evt-dvt-testing-issue.md @@ -0,0 +1,15 @@ +--- +name: EVT/DVT/Testing issue +about: 'Issues during EVT/DVT/Testing/Dev ' + +--- + +### *Product:* (OC-SDR, OC-LTE, OC-LTE, OC-Power, All, N/A, others) + +### *Component:* (PSU, GBC, BBU, FEM, LED, ME) + +### *Revision:* (A, B, C ...) + +### *Category: (schematic, layout, BoM, gerber, compliance, testing, documentation, etc.) + +### *Clearly explain the issue in detail, with snippets of schematic (or ref to the exact page), layout, etc, as needed* diff --git a/.github/ISSUE_TEMPLATE/evt-dvt-testing-issues.md b/.github/ISSUE_TEMPLATE/evt-dvt-testing-issues.md new file mode 100644 index 0000000000..f6b2bd075d --- /dev/null +++ b/.github/ISSUE_TEMPLATE/evt-dvt-testing-issues.md @@ -0,0 +1,15 @@ +--- +name: EVT/DVT/Testing issues +about: 'Issues during EVT/DVT/Testing/Dev ' + +--- + +### *Product:* (OC-SDR, OC-LTE, OC-LTE, OC-Power, All, N/A, others) + +### *Component:* (PSU, GBC, BBU, FEM, LED, ME) + +### *Revision:* (A, B, C ...) + +### *Category: (schematic, layout, BoM, gerber, compliance, testing, documentation, etc.) + +### *Clearly explain the issue in detail, with snippets of schematic (or ref to the exact page), layout, etc, as needed* diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 0000000000..03bbb762a3 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,21 @@ +--- +name: Feature request +about: Suggest an idea/new feature for OpenCellular + +--- + +### *Product:* (OC-SDR, OC-LTE, OC-LTE, OC-Power, others) + +### *Component:* (PSU, GBC, BBU, FEM, LED, ME) + +### *Category:* + - [ ] Hardware + - [ ] Software/stack + - [ ] Firmware/bootloader + - [ ] Documentation + +**Describe the solution you'd like** +A clear and concise description of what you want to happen. Ex. Band28 FEM support for LTE [...] + +**Is your feature request related to a problem? Please describe.** +A clear and concise description of what the problem is.