Skip to content

Commit 24d6966

Browse files
chore: 🤖 move to github issue templates (#16)
Co-authored-by: Lars Gyrup Brink Nielsen <[email protected]>
1 parent a6d62a1 commit 24d6966

File tree

5 files changed

+69
-56
lines changed

5 files changed

+69
-56
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
---
2+
name: Bug report
3+
about: Create a report to help us improve
4+
title: ''
5+
labels: bug
6+
assignees: ''
7+
---
8+
9+
<!--
10+
PLEASE HELP US PROCESS GITHUB ISSUES FASTER BY PROVIDING THE FOLLOWING INFORMATION.
11+
12+
ISSUES MISSING IMPORTANT INFORMATION MAY BE CLOSED WITHOUT INVESTIGATION.
13+
-->
14+
15+
## Describe the bug
16+
17+
<!-- A clear and concise description of what the bug is. -->
18+
19+
## To Reproduce
20+
21+
<!-- Steps to reproduce the behavior: -->
22+
23+
1. Go to Actions tab at repo...
24+
2. Run CI workflow...
25+
3. Check error at step...
26+
27+
## Expected behavior
28+
29+
<!-- A clear and concise description of what you expected to happen. -->
30+
31+
## Screenshots
32+
33+
<!-- If applicable, add screenshots to help explain your problem. -->
34+
35+
## Environment
36+
37+
- angular-versions-action version: X.Y.Z (or vX)
38+
- Input variable angular-version: M.N.x
39+
- Input variable file-path: X.Y.Z
40+
<!-- Check whether this is still an issue in the most recent Angular version -->
41+
42+
## Additional context
43+
44+
Add any other context about the problem here.

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# Force Template selection
2+
blank_issues_enabled: false
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
---
2+
name: Feature request
3+
about: Suggest an idea for this project
4+
title: ''
5+
labels: enhancement
6+
assignees: ''
7+
---
8+
9+
## What is the motivation/use case for changing the behavior?
10+
11+
<!-- A clear and concise description of why you need this behavior change. -->
12+
13+
## Describe the solution you'd like
14+
15+
<!-- A clear and concise description of what you want to happen. -->
16+
17+
## Describe alternatives you've considered
18+
19+
<!-- A clear and concise description of any alternative solutions or features you've considered. -->
20+
21+
## Additional context
22+
23+
<!-- Add any other context or screenshots about the feature request here. -->
File renamed without changes.

ISSUE_TEMPLATE.md

Lines changed: 0 additions & 56 deletions
This file was deleted.

0 commit comments

Comments
 (0)