Initial commit: SQL Server 2025 local dev stack

This commit is contained in:
2026-01-30 15:16:51 +01:00
commit 4a905eeaaa
18 changed files with 534 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
name: Bug report
description: Report a problem
title: "[bug] "
labels: ["bug"]
body:
- type: textarea
id: what
attributes:
label: What happened?
description: What did you expect to happen?
placeholder: Steps, logs, screenshots...
validations:
required: true
- type: textarea
id: repro
attributes:
label: Reproduction
description: Minimal steps to reproduce
validations:
required: true