diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 00000000..6cb738a3 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,20 @@ +--- +name: Bug report +about: Create a report to help us improve +title: '' +labels: bug +assignees: '' + +--- + +**Bug description** + + +**Expected behavior** + + +**To Reproduce** + + +**Additional context and screenshots** + diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 00000000..1ec0b71b --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,14 @@ +--- +name: Feature request +about: Suggest an idea for this project +title: '' +labels: enhancement +assignees: '' + +--- + +**Feature description** + + +**Additional context** + diff --git a/.github/ISSUE_TEMPLATE/question.md b/.github/ISSUE_TEMPLATE/question.md new file mode 100644 index 00000000..2a6181a3 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/question.md @@ -0,0 +1,10 @@ +--- +name: Question +about: Ask a question or request help +title: '' +labels: question +assignees: '' + +--- + + diff --git a/SECURITY.md b/SECURITY.md new file mode 100644 index 00000000..8128e875 --- /dev/null +++ b/SECURITY.md @@ -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.