File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments