Deploy 1.x docs
This commit is contained in:
36
raw/community/contributing.md
Normal file
36
raw/community/contributing.md
Normal file
@@ -0,0 +1,36 @@
|
||||
# Contributing
|
||||
|
||||
> How to contribute to Comments
|
||||
|
||||
## Quick Start
|
||||
|
||||
1. **Fork** the repository
|
||||
2. **Create** a feature branch
|
||||
3. **Make** your changes
|
||||
4. **Run** tests: `composer test`
|
||||
5. **Submit** a pull request
|
||||
|
||||
## Guidelines
|
||||
|
||||
- Follow the existing code style
|
||||
- Add tests for new features
|
||||
- Update documentation as needed
|
||||
- One feature per pull request
|
||||
|
||||
## Development Commands
|
||||
|
||||
```bash
|
||||
# Run tests
|
||||
composer test
|
||||
|
||||
# Format code
|
||||
composer pint
|
||||
|
||||
# Static analysis
|
||||
composer analyse
|
||||
```
|
||||
|
||||
## Need Help?
|
||||
|
||||
- [Open an issue](https://github.com/relaticle/comments/issues) for bugs or questions
|
||||
- Check [existing issues](https://github.com/relaticle/comments/issues) first
|
||||
Reference in New Issue
Block a user