-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathISSUE_TEMPLATE
More file actions
36 lines (21 loc) · 1.25 KB
/
ISSUE_TEMPLATE
File metadata and controls
36 lines (21 loc) · 1.25 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
# Summary
Please provide a summary of this issue.
## If You Are Reporting a Bug
If you're reporting a bug, please provide a detailed description of the problem.
### Replication Steps
Please provide a detailed list of steps to reproduce it.
1. Create a Deis Cluster
2. Register an app
3. Your Steps Here...
Also, please provide a description of the desired result after the tester completes the above steps.
1. The app called "abcd" should be deployed
2. `kubectl get pod --namespace=abcd` should show 2 pods running
3. etc...
## If You Are Submitting a Feature Request
If you're submitting a feature request, please provide as much detail on what you'd like to see and 1 or more use cases. The more detail we have, the more quickly and efficiently we can discuss, decide and implement the feature.
## Everything Else
If you're not submitting a bug or feature request, we still want to hear from you! Please feel free to write us and we'd love to have a conversation. As always, constructive conversation and details, where appropriate, are appreciated.
# Related Issues
Do any issues in this repository relate to this one? If so, refer to them here and explain why they relate
This bug is a symptom of #1234
This bug would be fixed by the feature requested in #5678