From 47ff876d0f2f7e54446b5d75b68c12912fbf0b74 Mon Sep 17 00:00:00 2001 From: Brimo <33475993+abizovnuralem@users.noreply.github.com> Date: Mon, 30 Sep 2024 19:50:33 +0500 Subject: [PATCH] Update issue templates --- .../ISSUE_TEMPLATE/-bug-report--bug-title.md | 54 +++++++++++++++++++ 1 file changed, 54 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/-bug-report--bug-title.md diff --git a/.github/ISSUE_TEMPLATE/-bug-report--bug-title.md b/.github/ISSUE_TEMPLATE/-bug-report--bug-title.md new file mode 100644 index 0000000..13e14ce --- /dev/null +++ b/.github/ISSUE_TEMPLATE/-bug-report--bug-title.md @@ -0,0 +1,54 @@ +--- +name: "[Bug Report] Bug title" +about: Create a report to help us improve +title: '' +labels: '' +assignees: '' + +--- + +If you are submitting a bug report, please fill in the following details and use the tag [bug]. + +### Describe the bug + +A clear and concise description of what the bug is. + +### Steps to reproduce + +Please try to provide a minimal example of how to reproduce the bug. Error messages and stack traces are also helpful. + + + +### System Info + +Describe the characteristics of your environment: + + +- Firmware version of the dog +- Connection type (webrtc or cyclonedds) +- OS: [e.g. Ubuntu 20.04] +- Wifi version + +### Additional context + +Add any other context about the problem here. + +### Checklist + +- [ ] I have checked that there is no similar issue in the repo (**required**) +- [ ] I have checked that the issue is not in running Ros2 itself and is related to the repo + +### Acceptance Criteria + +Add the criteria for which this task is considered **done**. If not known at issue creation time, you can add this once the issue is assigned. + +- [ ] Criteria 1 +- [ ] Criteria 2