Skip to content

Commit 104c06e

Browse files
committed
Refactor contributing guidelines for clarity and link to DEVELOPMENT.md for detailed instructions
1 parent a1ee3eb commit 104c06e

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

README.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -230,16 +230,8 @@ echo "Hello " . $identity['username'];
230230

231231
## 🤝 Contributing
232232

233-
1. Fork the repository
234-
2. Create feature branch (`git checkout -b feature/name`)
235-
3. Commit changes (`git commit -m 'Add feature'`)
236-
4. Push to branch (`git push origin feature/name`)
237-
5. Open Pull Request
238-
239233
Contributions are welcome! See [DEVELOPMENT.md](DEVELOPMENT.md) for detailed setup instructions, testing guide, and development workflow.
240234

241-
Please follow PSR-12 standards and include tests for new features.
242-
243235
## 📄 License
244236

245237
MIT License – see [LICENSE](LICENSE) file.

0 commit comments

Comments
 (0)