We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9c332e commit 4098017Copy full SHA for 4098017
AGENTS.md
@@ -7,3 +7,7 @@
7
## General Practices
8
9
- Find package dependencies + their APIs in `.cask/` or `~/.emacs.d/`
10
+- When adding new user-facing functionality, add a new corresponding record to CHANGELOG.md
11
+- In general, base your implementations and designs off of the Magit package. Its implementation can
12
+ be found on GitHub.
13
+- Use stdlib Emacs packages, functions, and interfaces wherever possible.
0 commit comments