Skip to content

Commit 595e2d4

Browse files
mislavcimpersakmatt-oakes
authored andcommitted
chore: Add Github issue templates (#7 by @mislavcimpersak)
1 parent 0ff6621 commit 595e2d4

File tree

2 files changed

+45
-0
lines changed

2 files changed

+45
-0
lines changed
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
---
2+
name: "Bug report"
3+
about: Create a report to help improve the project
4+
labels: bug
5+
6+
---
7+
8+
### Orb version
9+
10+
<!---
11+
e.g., 1.0.0
12+
find this information in your config.yml file;
13+
if the version is @volatile, check the top of your CircleCI-generated,
14+
expanded configuration file, viewable from the "Configuration" tab of
15+
any job page, for the orb's specific semantic version number
16+
-->
17+
18+
### What happened
19+
20+
<!---
21+
please include any relevant links to CircleCI workflows or jobs
22+
where you saw this behavior
23+
-->
24+
25+
### Expected behavior
26+
27+
<!--- what should happen, ideally? -->
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
name: "Feature request"
3+
about: Suggest an idea that will improve the project
4+
labels: enhancement
5+
6+
---
7+
8+
## What would you like to be added
9+
10+
<!---
11+
please describe the idea you have and the problem you are trying to solve
12+
-->
13+
14+
## Why is this needed
15+
16+
<!---
17+
please explain why is this feature needed and how it improves the project
18+
-->

0 commit comments

Comments
 (0)