Skip to content

Commit 491a0f4

Browse files
authored
Update CONTRIBUTING.md
1 parent 95008f1 commit 491a0f4

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

CONTRIBUTING.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ repository. Follow the guidelines below to make sure everything goes smoothly.
1515

1616
- Perform all changes on a topic branch for easier merging
1717
- Follow the coding conventions already in use
18-
- Verify Emacs Lisp code with `checkdoc`
18+
- Verify Emacs Lisp code with `checkdoc`, `byte-compile-file`, `package-lint-current-buffer`
1919
- Add unit tests whenever possible
2020
- Open a [pull request](https://help.github.com/articles/using-pull-requests)
2121
relating to a single issue.
@@ -24,8 +24,8 @@ repository. Follow the guidelines below to make sure everything goes smoothly.
2424

2525
### Naming
2626

27-
- Use a `cg-` prefix for all public names.
28-
- Use a `cg--` prefix for all internal names.
27+
- Use a `call-graph-` prefix for all public names.
28+
- Use a `call-graph--` prefix for all internal names.
2929

3030
### Docstrings
3131

0 commit comments

Comments
 (0)