From 9aa42c01c41d5c90f9b4e5c3d08ba14f6a66404d Mon Sep 17 00:00:00 2001 From: Sayan Nandan Date: Sat, 29 Aug 2020 09:11:05 +0530 Subject: [PATCH] Update templates to use new labels --- .github/ISSUE_TEMPLATE/bug-reports-for-the-cli-client.md | 2 +- .github/ISSUE_TEMPLATE/bug-reports-for-the-database-server.md | 2 +- .github/ISSUE_TEMPLATE/feature_request.md | 2 +- .github/ISSUE_TEMPLATE/issues-with-documentation.md | 4 ++-- .github/ISSUE_TEMPLATE/performance-concern.md | 2 +- .github/ISSUE_TEMPLATE/security-concerns.md | 2 +- README.md | 1 + 7 files changed, 8 insertions(+), 7 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug-reports-for-the-cli-client.md b/.github/ISSUE_TEMPLATE/bug-reports-for-the-cli-client.md index aea55bc4..6bd6c8d7 100644 --- a/.github/ISSUE_TEMPLATE/bug-reports-for-the-cli-client.md +++ b/.github/ISSUE_TEMPLATE/bug-reports-for-the-cli-client.md @@ -2,7 +2,7 @@ name: ๐Ÿž Bug reports for the CLI client about: Found something wrong with tsh? Report them here title: 'CLI: ' -labels: bug, cli +labels: C-bug, D-cli assignees: '' --- diff --git a/.github/ISSUE_TEMPLATE/bug-reports-for-the-database-server.md b/.github/ISSUE_TEMPLATE/bug-reports-for-the-database-server.md index a23c6c7e..71493b69 100644 --- a/.github/ISSUE_TEMPLATE/bug-reports-for-the-database-server.md +++ b/.github/ISSUE_TEMPLATE/bug-reports-for-the-database-server.md @@ -2,7 +2,7 @@ name: ๐Ÿž Bug reports for the database server ๐Ÿ“‘ about: Found something wrong with the database server? Report it here title: 'Server: ' -labels: bug, server +labels: C-bug, D-server assignees: '' --- diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index e81e6835..5e8d094d 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -2,7 +2,7 @@ name: Feature request ๐Ÿš€ about: Got an idea ๐Ÿ’ก for this project? Amazing! Tell us about it so that we can get it implemented! title: 'Feature: ' -labels: enhancement +labels: C-enhancement assignees: '' --- diff --git a/.github/ISSUE_TEMPLATE/issues-with-documentation.md b/.github/ISSUE_TEMPLATE/issues-with-documentation.md index 8ab781d5..6f677bae 100644 --- a/.github/ISSUE_TEMPLATE/issues-with-documentation.md +++ b/.github/ISSUE_TEMPLATE/issues-with-documentation.md @@ -1,8 +1,8 @@ --- -name: Issues ๐Ÿค” with documentation ๐Ÿงพ +name: Issues with documentation ๐Ÿงพ about: Found any incorrect/missing/ambiguous documentation? Use this issue type title: 'Docs: ' -labels: documentation +labels: C-docs assignees: '' --- diff --git a/.github/ISSUE_TEMPLATE/performance-concern.md b/.github/ISSUE_TEMPLATE/performance-concern.md index 249be038..ce06c86d 100644 --- a/.github/ISSUE_TEMPLATE/performance-concern.md +++ b/.github/ISSUE_TEMPLATE/performance-concern.md @@ -2,7 +2,7 @@ name: Performance concerns about: Have a concern about performance? Use this template title: 'Performance: ' -labels: performance +labels: C-performance assignees: '' --- diff --git a/.github/ISSUE_TEMPLATE/security-concerns.md b/.github/ISSUE_TEMPLATE/security-concerns.md index a7e7b915..feec799d 100644 --- a/.github/ISSUE_TEMPLATE/security-concerns.md +++ b/.github/ISSUE_TEMPLATE/security-concerns.md @@ -2,7 +2,7 @@ name: Security concerns ๐Ÿ” about: Found a security loophole or have a suggestion about security? Use this issue type title: 'Security: ' -labels: security +labels: C-security assignees: '' --- diff --git a/README.md b/README.md index 15b8a221..18701f07 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,7 @@

TerrabaseDB

The next-generation NoSQL database

![GitHub Workflow Status](https://img.shields.io/github/workflow/status/terrabasedb/terrabase/Tests?style=flat-square) ![Status: Alpha](https://img.shields.io/badge/status-alpha-critical?style=flat-square) ![Development](https://img.shields.io/badge/development-actively%20developed-32CD32?style=flat-square) ![GitHub release (latest SemVer including pre-releases)](https://img.shields.io/github/v/release/terrabasedb/terrabase?include_prereleases&sort=semver&style=flat-square) ![GitHub commit activity](https://img.shields.io/github/commit-activity/m/terrabasedb/terrabase?label=commits&style=flat-square) +[![Docker Pulls](https://img.shields.io/docker/pulls/terrabasedb/tdb?style=flat-square)](https://hub.docker.com/r/terrabasedb/tdb) [![Docs](https://img.shields.io/badge/readthedocs-here-blueviolet?style=flat-square)](https://git.io/JJZ8Z)