Skip to content

Commit

Permalink
chore(templates): Second batch of bug report template updates
Browse files Browse the repository at this point in the history
Signed-off-by: Helio Chissini de Castro <heliocastro@gmail.com>
  • Loading branch information
heliocastro committed Apr 29, 2024
1 parent f375af4 commit 73ea0cf
Showing 1 changed file with 26 additions and 17 deletions.
43 changes: 26 additions & 17 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,31 @@
[//]: # (Copyright Bosch.IO GmbH 2020)
[//]: # (This program and the accompanying materials are made)
[//]: # (available under the terms of the Eclipse Public License 2.0)
[//]: # (which is available at https://www.eclipse.org/legal/epl-2.0/)
[//]: # (SPDX-License-Identifier: EPL-2.0)

> Please provide a summary of your changes here.
> * Which issue is this pull request belonging to and how is it solving it? (*Refer to issue here*)
> * Did you add or update any new dependencies that are required for your change?
---
name: Bug report
about: Create a report to help us improve
labels: bug
---

Issue:
<!-- Before filling this issue, please read the wiki (https://eclipse.org/sw360)
and search if the bug do not already exists in the issues (https://github.com//eclipse-sw360/sw360/issues). -->

### Suggest Reviewer
> You can suggest reviewers here with an @mention.
### Description

### How To Test?
> How should these changes be tested by the reviewer?
> Have you implemented any additional tests?
Please describe your issue in few words here.

### Checklist
Must:
- [ ] All related issues are referenced in commit messages and in PR
#### How to reproduce

Describe the bug and list the steps you used when the issue occurred.

#### Screenshots ( if applicable )

Add screenshots to help explain your problem.

### Versions

* Docker version OR
* Last commit id on main

#### SW360 logs

* With docker through `docker logs sw360`
* From bare metal / vm install system under /var/log/sw360/sw360.log and /var/log/tomcat/error.log

0 comments on commit 73ea0cf

Please sign in to comment.