From d595f50b2cbd1b418cdf48f358a83c97042f59f4 Mon Sep 17 00:00:00 2001 From: Jacob Boddey Date: Wed, 26 Apr 2023 11:27:12 +0100 Subject: [PATCH 1/2] Add issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 32 +++++++++++++++++++++++ .github/ISSUE_TEMPLATE/feature_request.md | 17 ++++++++++++ 2 files changed, 49 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.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 000000000..852476aeb --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,32 @@ +--- +name: Bug report +about: Create a report to help us identify and resolve bugs +title: '' +labels: bug +assignees: '' + +--- + +**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. + +**Error logs** +If applicable, provide a log from https://gist.github.com/ + +**Environment (please provide the following information about your setup):** + - OS: [e.g. Ubuntu] + - Version [e.g. 22.04] + - Additional hardware (network adapters) + +**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 new file mode 100644 index 000000000..9fd0ca896 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,17 @@ +--- +name: Feature request +about: Suggest a new feature or change request +title: '' +labels: request +assignees: '' + +--- + +**What is the problem your feature is trying to solve?** +A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] + +**Describe the solution you think would solve the problem** +A clear and concise description of what you want to happen. + +**Additional context** +Add any other context or screenshots about the feature request here. From 95853c8c81f2c5af8494d6210fc33bdb8768821b Mon Sep 17 00:00:00 2001 From: J Boddey Date: Wed, 26 Apr 2023 11:29:30 +0100 Subject: [PATCH 2/2] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index b374bdbf5..41c559499 100644 --- a/README.md +++ b/README.md @@ -37,6 +37,9 @@ Test Run cannot automate everything, and so additional manual testing may be req ## Roadmap :chart_with_upwards_trend: Test Run will constantly evolve to further support end-users by automating device network behaviour against industry standards. +## Issue reporting :triangular_flag_on_post: +If the application has come across a problem at any point during setup or use, please raise an issue under the [issues tab](https://github.com/auto-iot/test-run/issues). Issue templates exist for both bug reports and feature requests. If neither of these are appropriate for your issue, raise a blank issue instead. + ## Contributing :keyboard: The contributing requirements can be found in [CONTRIBUTING.md](CONTRIBUTING.md). In short, checkout the [Google CLA](https://cla.developers.google.com/) site to get started.