Skip to content

Commit 065b933

Browse files
committed
chore(vim): configure repo issues and ci
1 parent ed8ff36 commit 065b933

47 files changed

Lines changed: 92 additions & 456 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/CODEOWNERS

Lines changed: 0 additions & 5 deletions
This file was deleted.
Lines changed: 4 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -1,67 +1,26 @@
11
name: Bug report
2-
description: Report an issue that should be fixed
2+
description: Report a bug
33
labels: ["bug"]
44
body:
55
- type: textarea
66
id: description
77
attributes:
88
label: Description
9-
description: Describe the bug you encountered
109
placeholder: What happened?
1110
validations:
1211
required: true
1312

1413
- type: input
15-
id: plugins
14+
id: version
1615
attributes:
17-
label: Plugins
18-
description: What plugins are you using?
19-
validations:
20-
required: false
21-
22-
- type: input
23-
id: opencode-version
24-
attributes:
25-
label: OpenCode version
26-
description: What version of OpenCode are you using?
27-
validations:
28-
required: false
16+
label: ocv version
17+
placeholder: run ocv --version
2918

3019
- type: textarea
3120
id: reproduce
3221
attributes:
3322
label: Steps to reproduce
34-
description: How can we reproduce this issue?
3523
placeholder: |
3624
1.
3725
2.
3826
3.
39-
validations:
40-
required: false
41-
42-
- type: textarea
43-
id: screenshot-or-link
44-
attributes:
45-
label: Screenshot and/or share link
46-
description: Run `/share` to get a share link, or attach a screenshot
47-
placeholder: Paste link or drag and drop screenshot here
48-
validations:
49-
required: false
50-
51-
- type: input
52-
id: os
53-
attributes:
54-
label: Operating System
55-
description: what OS are you using?
56-
placeholder: e.g., macOS 26.0.1, Ubuntu 22.04, Windows 11
57-
validations:
58-
required: false
59-
60-
- type: input
61-
id: terminal
62-
attributes:
63-
label: Terminal
64-
description: what terminal are you using?
65-
placeholder: e.g., iTerm2, Ghostty, Alacritty, Windows Terminal
66-
validations:
67-
required: false
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
name: Change request
2+
description: Suggest a change to existing behavior
3+
labels: ["change"]
4+
body:
5+
- type: textarea
6+
id: description
7+
attributes:
8+
label: Description
9+
placeholder: What would you like changed and why?
10+
validations:
11+
required: true

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1 @@
1-
blank_issues_enabled: false
2-
contact_links:
3-
- name: 💬 Discord Community
4-
url: https://discord.gg/opencode
5-
about: For quick questions or real-time discussion. Note that issues are searchable and help others with the same question.
1+
blank_issues_enabled: true
Lines changed: 6 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,11 @@
1-
name: 🚀 Feature Request
2-
description: Suggest an idea, feature, or enhancement
3-
labels: [discussion]
4-
title: "[FEATURE]:"
5-
1+
name: Feature request
2+
description: Suggest a new feature
3+
labels: ["feature"]
64
body:
7-
- type: checkboxes
8-
id: verified
9-
attributes:
10-
label: Feature hasn't been suggested before.
11-
options:
12-
- label: I have verified this feature I'm about to request hasn't been suggested before.
13-
required: true
14-
155
- type: textarea
6+
id: description
167
attributes:
17-
label: Describe the enhancement you want to request
18-
description: What do you want to change or add? What are the benefits of implementing this? Try to be detailed so we can understand your request better :)
8+
label: Description
9+
placeholder: What do you want to see?
1910
validations:
2011
required: true

.github/ISSUE_TEMPLATE/question.yml

Lines changed: 0 additions & 11 deletions
This file was deleted.

.github/TEAM_MEMBERS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
leohenon
12
adamdotdevin
23
Brendonovich
34
fwang

.github/VOUCHED.td

Lines changed: 0 additions & 23 deletions
This file was deleted.

.github/pull_request_template.md

Lines changed: 0 additions & 29 deletions
This file was deleted.

.github/screenshot.png

101 KB
Loading

0 commit comments

Comments
 (0)