Skip to content

Commit 7ce4f1a

Browse files
Initial commit
0 parents  commit 7ce4f1a

6 files changed

Lines changed: 781 additions & 0 deletions

File tree

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
---
2+
name: Bug report
3+
about: Create a report to help us improve
4+
title: ''
5+
labels: bug
6+
assignees: ''
7+
8+
---
9+
10+
**Describe the bug**
11+
<!-- Please explain what happened and provide the context in which the bug occurred. -->
12+
13+
**Expected behavior**
14+
<!-- Please tell us why you think the behavior is unexpected. If you can, please copy-paste logs or error messages you got while facing the bug. -->
15+
16+
**How to reproduce**
17+
<!-- Please provide us reproducible step-by-step guide on how to reproduce the bug. Please keep in mind that non-reproducible issues will be closed. -->
18+
19+
**Screenshots**
20+
<!-- If applicable, add screenshots to help explain your problem. -->
21+
22+
**Software version**
23+
<!-- e.g. 3.1.4 -->
24+
25+
**Desktop (please complete the following information if relevant):**
26+
- OS: <!-- [e.g. iOS] -->
27+
- Browser: <!-- [e.g. chrome, safari] -->
28+
- Version: <!-- [e.g. 22] -->
29+
30+
**Additional context**
31+
<!-- Add any other context about the problem here. -->

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
blank_issues_enabled: false
2+
contact_links:
3+
- name: Doc issue report
4+
url: https://github.com/teragrep/doc_01/issues/new?template=doc-issue-report.md
5+
about: Problems with Teragrep documentation
6+
- name: Ask a question or get support
7+
url: https://github.com/teragrep/repo-template/discussions
8+
about: Ask a question or request support
9+
- name: Report vulnerability
10+
url: https://github.com/teragrep/teragrep/security/advisories/new
11+
about: Privately report a security vulnerability
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
name: Feature request
3+
about: Suggest an idea for this project
4+
title: ''
5+
labels: assistance
6+
assignees: ''
7+
8+
---
9+
10+
**Description**
11+
<!-- Please describe shortly your feature idea. -->
12+
13+
**Use case or motivation behind the feature request**
14+
<!-- Please tell us what you would like to happen. Rather than explaining the implementation process, we would appreciate to hear what you are trying to achieve with your feature. -->
15+
16+
**Related issues**
17+
<!-- If there are any, please list issues that are associated with your feature request. -->
18+
19+
**Additional context**
20+
<!-- Add any other context or screenshots about the feature request here. -->
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
name: Tasks and meta
3+
about: Maintainers only
4+
title: ''
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+
**Description**
11+
<!-- Add a short description and screen shots if needed. -->

0 commit comments

Comments
 (0)