File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -89,12 +89,12 @@ docs: Update README driver table.
8989
9090## Workflow
9191
92- 1 . Fork the repository
93- 2 . Create a branch for your feature ( ` git checkout -b feat/my-new-feature ` )
94- 3 . Write your code and add tests in ` tests/scenarios/<driver>.yaml `
95- 4 . Run ` ruff check ` and ` python -m pytest tests/ -v -k mock ` locally
96- 5 . Commit your changes following the commit message format
97- 6 . Push to the branch and create a Pull Request
92+ 1 . Create a branch from main ( ` git checkout -b feat/my-new-feature ` )
93+ 2 . Write your code and add tests in ` tests/scenarios/<driver>.yaml `
94+ 3 . Run ` ruff check ` and ` python -m pytest tests/ -v -k mock locally `
95+ 4 . Commit your changes following the commit message format
96+ 5 . Push your branch to the repository
97+ 6 . Open a Pull Request
9898
9999## Continuous Integration
100100
You can’t perform that action at this time.
0 commit comments