This is an automated email from the ASF dual-hosted git repository.
xuanwo pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/opendal.git
The following commit(s) were added to refs/heads/main by this push:
new 54c67405d docs: require following PR template in AGENTS.md (#7219)
54c67405d is described below
commit 54c67405daab573ccddd5c4085e2683eb2cf9eae
Author: Xuanwo <[email protected]>
AuthorDate: Mon Feb 23 21:06:21 2026 +0800
docs: require following PR template in AGENTS.md (#7219)
docs: require following PR template when creating PR
---
AGENTS.md | 3 +++
1 file changed, 3 insertions(+)
diff --git a/AGENTS.md b/AGENTS.md
index 34e523449..44a294f60 100644
--- a/AGENTS.md
+++ b/AGENTS.md
@@ -149,6 +149,9 @@ ci: Update GitHub Actions workflow
refactor(core): Simplify error handling
```
+## Pull Request Requirements
+- Always follow OpenDAL's pull request template when creating a PR.
+
## Testing Approach
- Unit tests in `src/tests/`
- Behavior tests validate service implementations