From fe5473044721b0c3a0098e043bf9a17b8269ac96 Mon Sep 17 00:00:00 2001 From: nirenjan Date: Sat, 18 Sep 2021 08:49:31 -0700 Subject: [PATCH] Update bug template and contributing guidelines [skip ci] --- .github/ISSUE_TEMPLATE/bug_report.md | 5 +++-- CONTRIBUTING.md | 4 ++-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 80ddaf1..54fee53 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -19,8 +19,9 @@ Steps 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. +**Screenshots/Logs** +* If applicable, add screenshots to help explain your problem. +* Attach the detailed X52 daemon logs. **Environment (please complete the following information):** - OS: [e.g. Ubuntu, OSX] diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 98e4b54..3fb1970 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -28,8 +28,8 @@ Templates exist for bug reports and feature requests. automatically append this to your message. * Any generated objects should be included in `.gitignore`. * A commit should be self-contained, i.e., if I check out any commit in a clean - workspace, I should be able to run `./.travis_build.sh` and not encounter any - failures. + workspace, I should be able to run `./.github/scripts/build-and-test.sh` and + not encounter any failures. * Any additional dependencies should be called out in `INSTALL.md` # Contribution License