mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-15 06:35:20 -07:00
docs: add trunk-based development guidance
Record repo guidance to perform trunk-based development on master and avoid long-lived feature branches.
This commit is contained in:
parent
ed767819aa
commit
b6e87d7e46
1 changed files with 7 additions and 0 deletions
7
AGENTS.md
Normal file
7
AGENTS.md
Normal file
|
|
@ -0,0 +1,7 @@
|
||||||
|
# AGENTS Instructions
|
||||||
|
|
||||||
|
## Development Model
|
||||||
|
|
||||||
|
- Use trunk-based development.
|
||||||
|
- Make changes directly on `master`.
|
||||||
|
- Do not create or rely on long-lived feature branches.
|
||||||
Loading…
Add table
Add a link
Reference in a new issue