Skip to content

Commit 08a6bff

Browse files
committed
Templates
1 parent da7f2bb commit 08a6bff

2 files changed

Lines changed: 21 additions & 31 deletions

File tree

.github/DISCUSSION_TEMPLATE/q-a.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,18 +6,16 @@ category: Q&A
66
> [!IMPORTANT]
77
> Please make sure you are on the latest version of flyline!
88
9+
## What is your question, suggestion, or problem?
10+
Please describe the question, help request, or behavior you are experiencing.
911

1012

1113
## Environment & Version Information (If Relevant)
12-
If your question is related to a bug, compatibility, or unexpected behavior, please run the following command in your terminal and paste the copied contents in the box below:
14+
Copy version and env info and paste it here with:
1315
```bash
1416
flyline version --copy
1517
```
1618

1719
```text
1820
<paste here>
1921
```
20-
21-
22-
### What is your question, suggestion, or problem?
23-
Please describe the question, help request, or behavior you are experiencing.

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 18 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -9,39 +9,34 @@ assignees: ''
99
> [!IMPORTANT]
1010
> Please make sure you are on the latest version of flyline!
1111
12-
### Describe the Bug
12+
## Describe the Bug
1313
A clear and concise description of what the bug is and what you expected to happen.
1414

15-
---
1615

17-
### Environment & Version Information
18-
Please run the following command in your terminal and paste the copied contents in the box below:
16+
## Environment & Version Information
17+
Copy version and env info and paste it here with:
1918
```bash
2019
flyline version --copy
2120
```
2221

23-
*Paste results here:*
2422
```text
2523
<paste here>
2624
```
2725

28-
---
2926

30-
### Debug Logs (Optional / If Necessary)
31-
If logs are necessary to help diagnose the issue (e.g., terminal crashes, keybinding conflicts, or suggestions failing):
32-
33-
1. Enable debug logging:
34-
```bash
35-
flyline log set-level debug
36-
```
37-
2. Recreate the issue in your terminal.
38-
3. Copy the last 10 seconds of logs to your clipboard:
39-
```bash
40-
flyline log copy --last 10s
41-
```
42-
4. Paste the logs inside the expandable block below:
43-
44-
*Paste logs here:*
27+
# Debug Logs (Optional / If Necessary)
28+
Copy the logs if you think there's a chance they will help:
29+
30+
```bash
31+
# Run:
32+
flyline log set-level debug
33+
34+
# Then recreate the issue
35+
36+
# Then copy logs and paste them here:
37+
flyline log copy --last 10s
38+
```
39+
4540
<details>
4641
<summary>Click to expand logs</summary>
4742

@@ -51,10 +46,7 @@ If logs are necessary to help diagnose the issue (e.g., terminal crashes, keybin
5146

5247
</details>
5348

54-
---
5549

56-
### Steps to Reproduce
50+
51+
## Steps to Reproduce
5752
Steps to reproduce the behavior:
58-
1. Go to '...'
59-
2. Press keys '...'
60-
3. See error '...'

0 commit comments

Comments
 (0)