Initial commit: SQL Server 2025 local dev stack
This commit is contained in:
20
.gitea/ISSUE_TEMPLATE/bug.yml
Normal file
20
.gitea/ISSUE_TEMPLATE/bug.yml
Normal 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
|
||||
12
.gitea/ISSUE_TEMPLATE/feature.yml
Normal file
12
.gitea/ISSUE_TEMPLATE/feature.yml
Normal file
@@ -0,0 +1,12 @@
|
||||
name: Feature request
|
||||
description: Suggest an improvement
|
||||
title: "[feat] "
|
||||
labels: ["enhancement"]
|
||||
body:
|
||||
- type: textarea
|
||||
id: idea
|
||||
attributes:
|
||||
label: Idea
|
||||
description: What should we add/change?
|
||||
validations:
|
||||
required: true
|
||||
11
.gitea/PULL_REQUEST_TEMPLATE/default.md
Normal file
11
.gitea/PULL_REQUEST_TEMPLATE/default.md
Normal file
@@ -0,0 +1,11 @@
|
||||
## What
|
||||
Describe what this PR changes.
|
||||
|
||||
## Why
|
||||
Why is this change needed?
|
||||
|
||||
## How to test
|
||||
- [ ] `./scripts/start.sh`
|
||||
- [ ] `./scripts/seed.sh`
|
||||
- [ ] `./scripts/migrate.sh`
|
||||
- [ ] T-SQL smoke test in VS Code
|
||||
Reference in New Issue
Block a user