@@ -160,22 +160,22 @@ Use The Source Luke!
160160
161161View source code online:
162162
163- +-----------+ ------------------------------------------------------+
164- | Official: | https://github.com/SeleniumHQ/selenium/tree/trunk/py |
165- +-----------+ ------------------------------------------------------+
163+ +---------------+- ------------------------------------------------------+
164+ | ** Official ** : | https://github.com/SeleniumHQ/selenium/tree/trunk/py |
165+ +---------------+- ------------------------------------------------------+
166166
167167Contributing
168168=============
169169
170170 - Fork the selenium repo and clone it locally
171171 - Create a branch for your work
172- - `git checkout -b my-cool-branch-name `
172+ - Run: `git checkout -b my-cool-branch-name `
173173 - Create a virtual environment and install tox
174- - `python -m venv venv && source venv/bin/activate && pip install tox `
174+ - Run: `python -m venv venv && source venv/bin/activate && pip install tox `
175175 - Make your changes
176- - Run `tox -e linting `
176+ - Run: `tox -e linting `
177177 - If tox exits `0 `, commit and push. Otherwise, fix the newly introduced style violations
178- - `flake8 ` requires manual fixes
179- - `black ` will rewrite the violations automatically, however the files are unstaged and should staged again
180- - `isort ` will rewrite the violations automatically, however the files are unstaged and should staged again
178+ - `flake8 ` requires manual fixes
179+ - `black ` will rewrite the violations automatically, however the files are unstaged and should staged again
180+ - `isort ` will rewrite the violations automatically, however the files are unstaged and should staged again
181181 - Submit a Pull Request
0 commit comments