This commit is contained in:
lowlighter
2020-10-18 13:53:20 +02:00
4 changed files with 48 additions and 0 deletions

20
.github/ISSUE_TEMPLATE/bug_report.md vendored Normal file
View File

@@ -0,0 +1,20 @@
---
name: Bug report
about: Create a report to help us improve
title: ''
labels: bug
assignees: ''
---
**Bug description**
<!-- A clear and concise description of what the bug is. -->
**Expected behavior**
<!-- A clear and concise description of what you expected to happen. -->
**To Reproduce**
<!-- List steps to reproduce the behavior. -->
**Additional context and screenshots**
<!-- Add any other context or screenshots about the problem here. -->

View File

@@ -0,0 +1,14 @@
---
name: Feature request
about: Suggest an idea for this project
title: ''
labels: enhancement
assignees: ''
---
**Feature description**
<!-- A clear and concise description of what the problem is. -->
**Additional context**
<!-- Add any other context or screenshots about the feature request here. -->

10
.github/ISSUE_TEMPLATE/question.md vendored Normal file
View File

@@ -0,0 +1,10 @@
---
name: Question
about: Ask a question or request help
title: ''
labels: question
assignees: ''
---
<!-- A clear and concise description of what you want to discuss. -->

4
SECURITY.md Normal file
View File

@@ -0,0 +1,4 @@
### 📝 Reporting a Vulnerability
To report a vulnerability, simply open an [issue](https://github.com/lowlighter/metrics/issues).
We'll try to patch it quickly.