Skip to content

Commit d75f2fa

Browse files
committed
Feat: Add GitHub templates
1 parent 7dd1f79 commit d75f2fa

File tree

3 files changed

+47
-0
lines changed

3 files changed

+47
-0
lines changed
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
---
2+
name: Bug report
3+
about: Something isn't working
4+
---
5+
6+
**Component**
7+
Which component is affected?
8+
9+
**Expected behavior**
10+
What should happen?
11+
12+
**Actual behavior**
13+
What happens instead?
14+
15+
**Reproduction**
16+
Minimal example to reproduce the issue.
17+
18+
**Environment**
19+
- Package version:
20+
- Astro version:
21+
- Node version:
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
name: Feature request
3+
about: Suggest an improvement
4+
---
5+
6+
**Problem**
7+
What problem does this solve?
8+
9+
**Proposed solution**
10+
What would you like to see added or changed?
11+
12+
**Alternatives considered**
13+
Any other approaches you've thought about?

.github/PULL_REQUEST_TEMPALTE.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
## What does this PR do?
2+
3+
## Type of change
4+
- [ ] Bug fix
5+
- [ ] New feature
6+
- [ ] Breaking change
7+
- [ ] Documentation update
8+
9+
## Checklist
10+
- [ ] `pnpm check` passes
11+
- [ ] `pnpm test:unit` passes
12+
- [ ] `pnpm test:e2e` passes
13+
- [ ] `README` updated if needed

0 commit comments

Comments
 (0)