Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions docs/contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,9 @@ possible.

## Sending Pull Requests

All pull requests should solve an existing issue.
All pull requests should solve an existing issue. Make sure to add the issue number to the pull request, linking them together.

To submit a new pull request, fork the repository. Create a new branch for your feature or fix. Make your
changes then submit a pull request.
To submit a new pull request, fork the repository. Create a new branch for your feature or fix. Make your changes then submit a pull request.

## Markdown and Writing Style

Expand Down
2 changes: 1 addition & 1 deletion docs/dir/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ While all record data is modeled using the [OASF](../oasf/open-agentic-schema-fr
leveraged for content routing in the distributed network of directory servers.
The ADS specification is under active development and is published as an
Internet Draft at [ADS Spec](https://spec.dir.agntcy.org). The source code is
available in the [ADS Spec sources](https://github.com/agntcy).
available in the [ADS Spec sources](https://github.com/agntcy/dir-spec).
The current reference implementation, written in Go, provides server and client
nodes with gRPC and protocol buffer interfaces. The directory record storage is
built on [ORAS](https://oras.land) (OCI Registry As Storage), while data
Expand Down
Loading