Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update bug_report.yaml #431

Merged
merged 1 commit into from
Dec 10, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions .github/ISSUE_TEMPLATE/bug_report.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ body:
label: Steps To Reproduce
description: |
Steps to reproduce the behavior.
Make sure to include all entities, `using` statements, etc. to make it a [minimal reproducible example](https://stackoverflow.com/help/minimal-reproducible-example)
Tip: You can add CDS code in code fences:
<pre>
```cds
Expand Down Expand Up @@ -75,7 +76,7 @@ body:
label: Repository Containing a Minimal Reproducible Example
placeholder: https://github.com/my/repository
description: |
Do you have a sample repository where we can observe the reported behaviour? Please include the relevant branch.
Do you have a sample repository where we can observe the reported behaviour?
validations:
required: false
- type: textarea
Expand All @@ -86,4 +87,4 @@ body:

Tip: You can attach images or log files by clicking this area to highlight it and then dragging files in.
validations:
required: false
required: false
Loading