Skip to content

Commit e318572

Browse files
authored
update: instructions for new UI (#139)
1 parent a9feb1a commit e318572

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,13 @@ A [Sourcegraph extension](https://docs.sourcegraph.com/extensions) that shows co
1212

1313
Works on [Sourcegraph.com](https://sourcegraph.com), [self-hosted Sourcegraph instances](https://docs.sourcegraph.com/#quickstart), and on code hosts (via the [Sourcegraph browser extension](https://docs.sourcegraph.com/integration/browser_extension)).
1414

15-
- **Code owner of current file** displayed in the file header
16-
17-
Only [`CODEOWNERS` and `.github/CODEOWNERS` files](https://help.github.com/en/articles/about-code-owners) are supported right now. [File an issue](https://github.com/sourcegraph/sourcegraph-code-ownership/issues) if you want need support for another code ownership scheme.
15+
- Displays **Code owner(s) of current file** when hover on the extension icon in the Sourcegraph extension panel.
16+
- **Code owner(s) of current file** displayed in the file header on Code Hosts.
1817

1918
![image](https://user-images.githubusercontent.com/68532117/138493366-07ceb88f-3b8e-4f2b-8df7-cd6f5738ef1b.png)
2019

20+
Only [`CODEOWNERS` and `.github/CODEOWNERS` files](https://help.github.com/en/articles/about-code-owners) are supported right now. [File an issue](https://github.com/sourcegraph/sourcegraph-code-ownership/issues) if you want need support for another code ownership scheme.
21+
2122

2223
## Usage
2324

@@ -27,7 +28,7 @@ Only [`CODEOWNERS` and `.github/CODEOWNERS` files](https://help.github.com/en/ar
2728
- On Sourcegraph.com, visit [https://sourcegraph.com/extensions/sourcegraph/code-ownership](https://sourcegraph.com/extensions/sourcegraph/code-ownership) to enable it.
2829
- On a self-hosted Sourcegraph instance, select **User menu > Extensions**, search for `sourcegraph/code-ownership`, and enable it.
2930
1. Visit any code file in a repository containing a `CODEOWNERS` or `.github/CODEOWNERS` file.
30-
1. Look in the file header to see the current file's code owner(s).
31+
1. Hover on the extension icon in the Sourcegraph extension panel to see the current file's code owner(s).
3132

3233
### On your code host
3334

0 commit comments

Comments
 (0)