Skip to content

Commit bf69200

Browse files
committed
Contribution documentation tweaks
1 parent 057cf63 commit bf69200

4 files changed

Lines changed: 8 additions & 11 deletions

File tree

.github/ISSUE_TEMPLATE/05_bug_report.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Bug Report
22
description: |
3-
Something is not working as expected in ACP.
3+
Something is not working as expected in ACP
44
type: "Bug"
55
body:
66
- type: textarea
@@ -18,12 +18,6 @@ body:
1818
1919
DESCRIPTION_HERE
2020
21-
Steps to reproduce:
22-
1.
23-
2.
24-
3.
25-
4.
26-
2721
**Expected Behavior**:
2822
**Actual Behavior**:
2923

.github/ISSUE_TEMPLATE/10_accepted_protocol_changes.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
name: Accepted Protocol Changes [Staff Only]
22
description: Zed Staff Only
3+
type: "Feature"
34
body:
45
- type: textarea
56
attributes:

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# yaml-language-server: $schema=https://json.schemastore.org/github-issue-config.json
22
blank_issues_enabled: false
33
contact_links:
4-
- name: Protocol Suggestions
4+
- name: Propose Protocol Changes
55
url: https://github.com/zed-industries/agent-client-protocol/discussions/categories/protocol-suggestions
66
about: Propose additions or changes to the protocol

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,11 @@ The protocol is still under heavy development, and we aim to mature it as we get
1111

1212
ACP is a protocol intended for broad adoption across the ecosystem; we follow a structured process to ensure changes are well-considered.
1313

14-
- Bug Reports: If you notice a bug in the protocol, please file an [issue](https://github.com/zed-industries/agent-client-protocol/issues/new?template=05_bug_report.yml) and we will be in touch.
15-
- Protocol Suggestions: If you'd like to propose additions or changes to the protocol, please start a [discussion](https://github.com/zed-industries/agent-client-protocol/discussions/categories/protocol-suggestions) first. We want to make sure suggestions proposed align well with the project. If accepted, we can have a conversation around how these changes or additions can be implemented. Once that is complete, we can create an issue for pull requests to target.
16-
1714
## Pull Requests
1815

1916
Pull requests should intend to close an existing [issue](https://github.com/zed-industries/agent-client-protocol/issues).
17+
18+
## Issues
19+
20+
- **Bug Reports**: If you notice a bug in the protocol, please file an [issue](https://github.com/zed-industries/agent-client-protocol/issues/new?template=05_bug_report.yml) and we will be in touch.
21+
- **Protocol Suggestions**: If you'd like to propose additions or changes to the protocol, please start a [discussion](https://github.com/zed-industries/agent-client-protocol/discussions/categories/protocol-suggestions) first. We want to make sure proposed suggestions align well with the project. If accepted, we can have a conversation around the implementation of these changes. Once that is complete, we will create an issue for pull requests to target.

0 commit comments

Comments
 (0)