Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Description and GitHub issues #83

Merged
merged 1 commit into from
Oct 25, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 2 additions & 6 deletions .github/ISSUE_TEMPLATE/a_question.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,13 @@
---
name: Question 🤔
about: Usage question or discussion about Grafana Redis Datasource.
about: Usage question or discussion about Redis Data Source for Grafana.
title: ''
labels: 'kind/question'
assignees: ''

---
<!--
To make it easier for us to help you, please include as much useful information as possible.
-->

## Summary
<!-- Please include as much useful information as possible. -->

## Relevant information

<!-- Provide as much useful information as you can -->
10 changes: 1 addition & 9 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,21 +6,13 @@ labels: 'kind/bug'
assignees: ''

---
<!--
To make it easier for us to help you, please include as much useful information as possible.

Before opening a new issue, please search existing issues https://github.com/eclipse/che/issues
-->

### Describe the bug
<!-- A clear and concise description of what the bug is. -->

### Version
<!-- (if workspace is running, version can be obtained with help/about menu) -->

<!-- Check the version in the Configuration -> Plugins -->

### Steps to reproduce

<!--
1. Do '...'
2. Click on '....'
Expand Down
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/enhancement.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ assignees: ''

---
### Is your enhancement related to a problem? Please describe.
<!-- A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] -->
<!-- A clear and concise description of what the problem is. -->

### Describe the solution you'd like
<!-- A clear and concise description of what you want to happen. -->

### Describe alternatives you've considered
<!--A clear and concise description of any alternative solutions or features you've considered. -->
<!-- A clear and concise description of any alternative solutions or features you've considered. -->

### Additional context
<!-- Add any other context or screenshots about the enhancement here. -->
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"author": "Redis Labs",
"description": "Grafana Redis Datasource",
"description": "Redis Data Source for Grafana",
"devDependencies": {
"@grafana/data": "7.2.0",
"@grafana/runtime": "7.2.0",
Expand All @@ -24,5 +24,5 @@
"test": "grafana-toolkit plugin:test",
"watch": "grafana-toolkit plugin:dev --watch"
},
"version": "1.2.1"
}
"version": "1.3.0"
}
2 changes: 1 addition & 1 deletion src/plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"name": "Redis Labs",
"url": "https://oss.redislabs.com"
},
"description": "Grafana Redis Datasource",
"description": "Redis Data Source",
"keywords": ["redis", "timeseries", "backend", "plugin"],
"links": [
{
Expand Down