mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-19 13:38:39 +00:00
refactor: unify monitor abort lifecycle handling
This commit is contained in:
13
changelog/fragments/README.md
Normal file
13
changelog/fragments/README.md
Normal file
@@ -0,0 +1,13 @@
|
||||
# Changelog Fragments
|
||||
|
||||
Use this directory when a PR should not edit `CHANGELOG.md` directly.
|
||||
|
||||
- One fragment file per PR.
|
||||
- File name recommendation: `pr-<number>.md`.
|
||||
- Include at least one line with both `#<pr>` and `thanks @<contributor>`.
|
||||
|
||||
Example:
|
||||
|
||||
```md
|
||||
- Fix LINE monitor lifecycle wait ownership (#27001) (thanks @alice)
|
||||
```
|
||||
Reference in New Issue
Block a user