-
Notifications
You must be signed in to change notification settings - Fork 45
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #289 from wireapp/r2020-06-19
Release 2020-06-19
- Loading branch information
Showing
11 changed files
with
200 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
--- | ||
name: Bug Report | ||
about: template to report a bug | ||
title: "Bug: [BUG TITLE]" | ||
labels: '' | ||
assignees: '' | ||
--- | ||
|
||
### Basic information | ||
|
||
<!-- Depending on your use case some of the information might be omitted --> | ||
|
||
* On-premises: <!-- yes / no --> | ||
* Cloud-Provider: <!-- e.g. AWS, GCP, none, etc. --> | ||
* Installation type: <!-- demo / production --> | ||
* Kubernetes version: <!-- run 'kubectl version' --> | ||
* Installed with Kubespray: <!-- no / yes (version?) --> | ||
* Helm chart version: <!-- Chart(s) & Version --> | ||
* Other related technology + version: <!-- Ansible, Helm, Terraform --> | ||
|
||
|
||
### What is the expected result? | ||
|
||
<!-- | ||
Please elaborate. | ||
--> | ||
|
||
|
||
### What is the actual result? | ||
|
||
<!-- | ||
Please elaborate. | ||
Add logs, outputs, if necessary. | ||
--> | ||
|
||
|
||
### How to reproduce the issue? | ||
|
||
<!-- | ||
Please describe the steps to reproduce the actual result. | ||
Add a minimal example, if possible. | ||
--> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
blank_issues_enabled: false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
--- | ||
name: Feature Request | ||
about: Template for a question around the topic of deploying wire-server | ||
title: "Feature: [FEATURE TITLE]" | ||
labels: '' | ||
assignees: '' | ||
--- | ||
|
||
|
||
### What kind of feature are you looking for? | ||
|
||
<!-- | ||
Describe the feature. | ||
--> | ||
|
||
|
||
### In which scenario would this feature be helpful? | ||
|
||
<!-- | ||
Please describe the use case in a comprehensible manner. | ||
The more context you give the better we can understand the underlying issue. | ||
--> | ||
|
||
|
||
### How do you imagine that this feature is being used? | ||
|
||
<!-- | ||
Explain the user perspective. | ||
Share some example code. | ||
--> | ||
|
||
|
||
### How did you install Wire? | ||
|
||
<!-- | ||
In context of the proposed feature, please explain your setup a little. | ||
Which installation instructions did you follow on docs.wire.com (e.g. demo / production)? | ||
Where and how do you run Kubernetes (operating system version and cloud provider, if any)? | ||
How was Kubernetes installed (e.g. Kubespray, managed, etc.)? | ||
--> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
--- | ||
name: Question | ||
about: template for a question around the topic of deploying wire-server | ||
title: "Question: [QUESTION TITLE]" | ||
labels: '' | ||
assignees: '' | ||
--- | ||
|
||
### Basic information | ||
|
||
<!-- Depending on your use case some of the information might be omitted --> | ||
|
||
* On-premises: <!-- yes / no --> | ||
* Cloud-Provider: <!-- e.g. AWS, GCP, none, etc. --> | ||
* Installation type: <!-- demo / production --> | ||
* Kubernetes version: <!-- run 'kubectl version' --> | ||
* Installed with Kubespray: <!-- no / yes (version?) --> | ||
* Helm chart version: <!-- Chart(s) & Version --> | ||
* Other related technology + version: <!-- Ansible, Helm, Terraform --> | ||
|
||
|
||
### How did you install Wire? | ||
|
||
<!-- | ||
Did you deviate from the instructions one docs.wire.com at some point? | ||
Which operating system did you use and which version of it? | ||
How did you set up TLS certificates and DNS records? | ||
Please explain your setup a little. | ||
--> | ||
|
||
|
||
### Question | ||
|
||
<!-- | ||
I couldn't find an answer in the installation guide (https://docs.wire.com/how-to/install/index.html) | ||
nor somewhere else in the documentation (https://docs.wire.com/how-to/index.html) | ||
--> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
blank_issues_enabled: false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,61 @@ | ||
--- | ||
name: Change (PR) | ||
about: template for a PR that introduces a change | ||
title: "[TITLE]" | ||
labels: | ||
assignees: | ||
--- | ||
|
||
<!-- In case this addressed an existing issue | ||
Fixes ${ISSUE_URL} | ||
--> | ||
|
||
### Change type | ||
|
||
<!-- choose the kind of change this PR introduces --> | ||
|
||
* [ ] Fix | ||
* [ ] Feature | ||
|
||
|
||
### Basic information | ||
|
||
Technology: <!-- Ansible, Kubernetes, Helm, Terraform --> | ||
|
||
Version: <!-- Version of the technologies you just referred to --> | ||
|
||
* [ ] I ran/applied the changes myself | ||
* [ ] I can confirm that it was successful | ||
|
||
|
||
### Motivation | ||
|
||
<!-- | ||
What is the motivation for introducing this change? | ||
Which scenario(s) is/are addressed by the change? | ||
What problem does the change try to solve? | ||
--> | ||
|
||
|
||
### Objective | ||
|
||
<!-- | ||
What kind behaviour does it change, add, or remove? | ||
How did it behave before? How does it behave now? | ||
--> | ||
|
||
|
||
### Reason | ||
|
||
<!-- | ||
How did you fix the issue? | ||
Why did you solve it this way? | ||
--> | ||
|
||
|
||
### Use case | ||
|
||
<!-- | ||
How is the change used? maybe share some example code. | ||
Does the change introduce any incompatibility? | ||
--> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters