Skip to content

Commit ebf6073

Browse files
docs: Revise contributing section in README.md
1 parent d54aa97 commit ebf6073

1 file changed

Lines changed: 8 additions & 6 deletions

File tree

README.md

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

0 commit comments

Comments
 (0)