From bd639b684e1823fa5b7d85bfd52bf2404a37a445 Mon Sep 17 00:00:00 2001 From: Sam Stern Date: Thu, 6 Aug 2020 07:32:49 -0400 Subject: [PATCH] Add disclaimer (#121) --- .github/ISSUE_TEMPLATE.md | 9 --------- README.md | 9 +++++++++ 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 1db058b..bb3f744 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -19,15 +19,6 @@ Think you found a bug? ======================= Yeah, we're definitely not perfect! Please use the bug report template below and include a minimal repro when opening the issue. - - -Have a feature request? -======================== -Great, we love hearing how we can improve our products! Just remove the template below and -provide an explanation of your feature request. Provide code samples if applicable. Try to -think about what it will allow you to do that you can't do today? How will it make current -workarounds straightforward? What potential bugs and edge cases does it help to avoid? - --> diff --git a/README.md b/README.md index 17793ea..a9878a4 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,15 @@ There may continue to be specific use-cases for firebase-queue, however if you'r A fault-tolerant, multi-worker, multi-stage job pipeline built on the [Firebase Realtime Database](https://firebase.google.com/docs/database/). +## Status + +![Status: Frozen](https://img.shields.io/badge/Status-Frozen-yellow) + +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. + +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. + + ## Table of Contents * [Getting Started With Firebase](#getting-started-with-firebase)