branch: externals/vc-jj commit 08c33fb5edf04a28565d1ae7f2897bfb36c4f67f Author: Rudi Schlatte <r...@constantly.at> Commit: Rudi Schlatte <r...@constantly.at>
Add CHANGELOG template, update distribution information --- CHANGELOG.md | 28 ++++++++++++++++++++++++++++ README.md | 9 ++++----- 2 files changed, 32 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000000..52fd38a318 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,28 @@ +# Changelog + +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/). + +## [Unreleased] + +### Added + +### Changed + +### Deprecated + +### Removed + +### Fixed + +### Security + +## [0.0.1] - 2025-03-16 + +### Added + +First released version. + +[unreleased]: https://codeberg.org/emacs-jj-vc/vc-jj.el/compare/v0.0.1...HEAD +[0.0.1]: https://codeberg.org/emacs-vc-jj/vc-jj.el/src/tag/v0.0.1 diff --git a/README.md b/README.md index b204b7a48c..9d1edb096d 100644 --- a/README.md +++ b/README.md @@ -6,16 +6,15 @@ system. ## Contributing -We welcome bug reports and pull requests! Since we plan to contribute -the code upstream, either to GNU elpa or to core Emacs, non-trivial -code contributions should have the standard FSF copyright assignment -in place. +We welcome bug reports and pull requests! Since `vc-jj.el` is +distributed via GNU elpa, non-trivial code contributions need to have +the standard FSF copyright assignment in place. ## Jujutsu configuration hints Emacs has built-in support for git-style diff and conflict markers, so you might want to set the following options in your configuration, -e.g., via `jj config edit --user` or `jj config edit --repo`: +for example via `jj config edit --user` or `jj config edit --repo`: ```toml [ui]