Skip to content

Commit e42a612

Browse files
committed
add issue templates
1 parent 583097d commit e42a612

2 files changed

Lines changed: 57 additions & 0 deletions

File tree

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
---
2+
name: Bug report
3+
about: Let us know about a bug!
4+
---
5+
6+
## What happened?
7+
8+
## What did you expect to happen?
9+
10+
## How'd it happen?
11+
12+
1. Ran `x`
13+
2. Clicked `y`
14+
3. Saw error `z`
15+
16+
## What's your environment like?
17+
18+
- Pomerium version (retrieve with `pomerium --version`):
19+
- Server Operating System/Architecture/Cloud:
20+
21+
## What's your config.yaml?
22+
23+
```config.yaml
24+
# Paste your configs here
25+
# Be sure to scrub any sensitive values
26+
```
27+
28+
## What did you see in the logs?
29+
30+
```logs
31+
# Paste your logs here.
32+
# Be sure to scrub any sensitive values
33+
```
34+
35+
## Additional context
36+
37+
Add any other context about the problem here.
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
name: Feature request
3+
about: Suggest something!
4+
---
5+
6+
**Is your feature request related to a problem? Please describe.**
7+
8+
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
9+
10+
**Describe the solution you'd like**
11+
12+
**Describe alternatives you've considered**
13+
14+
**Explain any additional use-cases**
15+
16+
If there are any use-cases that would help us understand the use/need/value please share them as they can help us decide on acceptance and prioritization.
17+
18+
**Additional context**
19+
20+
Add any other context or screenshots about the feature request here.

0 commit comments

Comments
 (0)