Skip to content

Commit e047c62

Browse files
Update CONTRIBUTING.md
1 parent 1108a50 commit e047c62

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

CONTRIBUTING.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ You can use our prepared [Codeception/symfony-module-test](https://github.com/Co
1717
git checkout -b new_feature
1818
```
1919

20-
2. Edit the module's source code in `vendor/codeception/module-symfony/src/Codeception/Module/Symfony.php` of this project. If you want, you can already write the tests (see step 7).
20+
2. Edit the module's source code in `vendor/codeception/module-symfony/src/Codeception/Module/Symfony.php` of this project. If you want, you can already write the test (see step 7).
2121

2222
3. On https://github.com/Codeception/module-symfony, click on the "Fork" button. Then, in your terminal, go to another directory, then:
2323
```bash
@@ -29,11 +29,11 @@ You can use our prepared [Codeception/symfony-module-test](https://github.com/Co
2929
4. Copy your changed code parts from the test project's `Symfony.php` to this fork's `src/Codeception/Module/Symfony.php`
3030

3131
5. Commit:
32-
```bash
33-
git add --all
34-
git commit --message="Briefly explain what your change is about"
35-
git push --set-upstream origin new_feature
36-
```
32+
```bash
33+
git add --all
34+
git commit --message="Briefly explain what your change is about"
35+
git push --set-upstream origin new_feature
36+
```
3737

3838
6. In the CLI output, click on the link to https://github.com/YourUserName/module-symfony/pull/new/new_feature to create a Pull Request through GitHub.com.
3939

0 commit comments

Comments
 (0)