Skip to content
This repository was archived by the owner on Mar 17, 2025. It is now read-only.

Commit bd639b6

Browse files
authored
Add disclaimer (#121)
1 parent 24b7cb0 commit bd639b6

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

.github/ISSUE_TEMPLATE.md

-9
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,6 @@ Think you found a bug?
1919
=======================
2020
Yeah, we're definitely not perfect! Please use the bug report template below and include a minimal
2121
repro when opening the issue.
22-
23-
24-
Have a feature request?
25-
========================
26-
Great, we love hearing how we can improve our products! Just remove the template below and
27-
provide an explanation of your feature request. Provide code samples if applicable. Try to
28-
think about what it will allow you to do that you can't do today? How will it make current
29-
workarounds straightforward? What potential bugs and edge cases does it help to avoid?
30-
3122
-->
3223

3324

README.md

+9
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,15 @@ There may continue to be specific use-cases for firebase-queue, however if you'r
77
A fault-tolerant, multi-worker, multi-stage job pipeline built on the [Firebase Realtime
88
Database](https://firebase.google.com/docs/database/).
99

10+
## Status
11+
12+
![Status: Frozen](https://img.shields.io/badge/Status-Frozen-yellow)
13+
14+
This repository is no longer under active development. No new features will be added and issues are not actively triaged. Pull Requests which fix bugs are welcome and will be reviewed on a best-effort basis.
15+
16+
If you maintain a fork of this repository that you believe is healthier than the official version, we may consider recommending your fork. Please open a Pull Request if you believe that is the case.
17+
18+
1019
## Table of Contents
1120

1221
* [Getting Started With Firebase](#getting-started-with-firebase)

0 commit comments

Comments
 (0)