File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -118,13 +118,15 @@ $manager->increment('page_views', 1)->then(function($newValue) {
118118
119119## Contributing
120120
121- Contributions are welcome! Please follow these steps :
121+ Contributions are welcome and appreciated! Here's how you can contribute :
122122
123- 1 . Fork the project.
124- 2 . Create your feature branch (` git checkout -b feature/AmazingFeature ` ).
125- 3 . Commit your changes (` git commit -m 'Add some AmazingFeature' ` ).
126- 4 . Push to the branch (` git push origin feature/AmazingFeature ` ).
127- 5 . Open a Pull Request.
123+ 1 . Fork the project
124+ 2 . Create your feature branch (` git checkout -b feature/AmazingFeature ` )
125+ 3 . Commit your changes (` git commit -m 'Add some AmazingFeature' ` )
126+ 4 . Push to the branch (` git push origin feature/AmazingFeature ` )
127+ 5 . Open a Pull Request
128+
129+ Please make sure to update tests as appropriate and adhere to the existing coding style.
128130
129131## License
130132
You can’t perform that action at this time.
0 commit comments