aboutsummaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorKirill Chibisov <contact@kchibisov.com>2024-04-18 22:58:15 +0400
committerJosh Rahm <rahm@google.com>2024-08-14 15:42:41 -0600
commitcea5bdb90654fda9ca881484a238ed4ac87b22e9 (patch)
treed8853eb722f347652f6b53d112aff0ee738d7fee /CONTRIBUTING.md
parent812873d4589b34a8bf313e501663255f4b6c857b (diff)
downloadr-alacritty-cea5bdb90654fda9ca881484a238ed4ac87b22e9.tar.gz
r-alacritty-cea5bdb90654fda9ca881484a238ed4ac87b22e9.tar.bz2
r-alacritty-cea5bdb90654fda9ca881484a238ed4ac87b22e9.zip
Fix window being focused by default
Winit explicitly states that the window is not focused by default and the `Focused` event will deliver the state later on. Also start adding notable changes to alacritty_terminal in its own CHANGELOG. Closes #7866.
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md9
1 files changed, 5 insertions, 4 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index b07c02ef..fe7b2a71 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -91,10 +91,11 @@ If any change has been made to the `config.rs` file, it should also be documente
Changes compared to the latest Alacritty release which have a direct effect on the user (opposed to
things like code refactorings or documentation/tests) additionally need to be documented in the
-`CHANGELOG.md`. The existing entries should be used as a style guideline. The change log should be
-used to document changes from a user-perspective, instead of explaining the technical background
-(like commit messages). More information about Alacritty's change log format can be found
-[here](https://keepachangelog.com).
+`CHANGELOG.md`. When a notable change is made to `alacritty_terminal`, it should be documented in
+`alacritty_terminal/CHANGELOG.md` as well. The existing entries should be used as a style guideline.
+The change log should be used to document changes from a user-perspective, instead of explaining the
+technical background (like commit messages) More information about Alacritty's change log format can
+be found [here](https://keepachangelog.com).
### Style