Skip to content

Commit cdd4fe1

Browse files
Make maintenance mode warnings more visible (#1015)
1 parent 39c046f commit cdd4fe1

File tree

3 files changed

+21
-9
lines changed

3 files changed

+21
-9
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,14 @@ assignees: ''
77

88
---
99

10+
<!--
11+
NOTE: Threema Web is in maintenance mode while we are working on a new solution
12+
that should resolve some of the long-standing issues we were having with
13+
Threema Web. We will still do regular maintenance and fix critical bugs, but
14+
for now there will be no major new features or non-critical bugfixes.
15+
See https://github.com/threema-ch/threema-web/pull/996 for details.
16+
-->
17+
1018
## Bug Description
1119

1220
<!---

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,6 @@ assignees: ''
1111
NOTE: Threema Web is in maintenance mode while we are working on a new solution
1212
that should resolve some of the long-standing issues we were having with
1313
Threema Web. We will still do regular maintenance and fix critical bugs, but
14-
for now there will be no major new features.
14+
for now there will be no major new features or non-critical bugfixes.
15+
See https://github.com/threema-ch/threema-web/pull/996 for details.
1516
-->

README.md

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@
44
[![License](https://img.shields.io/badge/License-AGPLv3-blue.svg)](https://github.com/threema-ch/threema-web/blob/master/LICENSE.txt)
55
[![Docker Image](https://img.shields.io/badge/docker%20image-threema%2Fthreema--web-yellow.svg)](https://hub.docker.com/r/threema/threema-web)
66

7+
> :warning: **Note:** Threema Web is in maintenance mode while we are working on a new
8+
> solution that should resolve some of the long-standing issues we were having
9+
> with Threema Web. We will still do regular maintenance and fix critical bugs,
10+
> but for now there will be no major new features or non-critical bugfixes.
11+
> See https://github.com/threema-ch/threema-web/pull/996 for more details.
12+
713
Threema Web is a web client for Threema, a privacy-focussed end-to-end
814
encrypted mobile messenger hosted and developed in Switzerland. With Threema
915
Web, you can use Threema on your Desktop without compromising security.
@@ -19,11 +25,6 @@ Signaling and data is end-to-end encrypted with [SaltyRTC](https://saltyrtc.org/
1925
For more information, see the [Threema Cryptography
2026
Whitepaper](https://threema.ch/press-files/2_documentation/cryptography_whitepaper.pdf).
2127

22-
**Note:** Threema Web is in maintenance mode while we are working on a new
23-
solution that should resolve some of the long-standing issues we were having
24-
with Threema Web. We will still do regular maintenance and fix critical bugs,
25-
but for now there will be no major new features.
26-
2728

2829
## Bug Reports and Feature Requests
2930

@@ -32,9 +33,11 @@ issue](https://github.com/threema-ch/threema-web/issues/new) on GitHub. Please
3233
make sure that your bug report hasn't already been filed by using the search
3334
function.
3435

35-
Express your personal opinion regarding priority by reacting with :+1: in a
36-
particular issue, such as [this one](https://github.com/threema-ch/threema-web/issues/58).
37-
We will factor this in when scheduling what to do next.
36+
Note that Threema Web is in maintenance mode while we are working on a new
37+
solution that should resolve some of the long-standing issues we were having
38+
with Threema Web. We will still do regular maintenance and fix critical bugs,
39+
but for now there will be no major new features or non-critical bugfixes. See
40+
https://github.com/threema-ch/threema-web/pull/996 for details.
3841

3942

4043
## Beta Testing

0 commit comments

Comments
 (0)