You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+11Lines changed: 11 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,3 +10,14 @@ Thank you for your interest; fork and raise a pull request!
10
10
- List tasks: `mise task`
11
11
12
12
[Prek](https://prek.j178.dev) manages pre-commit hooks; to install them run `prek install`. [`.editorconfig`](.editorconfig) provides hints to editors.
13
+
14
+
## Validating Emacs Lisp changes
15
+
16
+
MELPA requires clean byte-compilation and checkdoc validation. Run these checks before submitting:
0 commit comments