Skip to content

Commit f96692a

Browse files
committed
docs: Correct workflow in contributing by create a branch from main.
1 parent f218e28 commit f96692a

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

CONTRIBUTING.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)