mirror of
https://github.com/usetrmnl/byos_laravel.git
synced 2026-01-13 15:07:49 +00:00
Create CONTRIBUTING.md
This commit is contained in:
parent
e7e1b10a04
commit
929e7fc4c0
1 changed files with 17 additions and 0 deletions
17
CONTRIBUTING.md
Normal file
17
CONTRIBUTING.md
Normal file
|
|
@ -0,0 +1,17 @@
|
||||||
|
### CONTRIBUTING
|
||||||
|
Contributions are welcome! If you’d like to improve the project, follow these steps:
|
||||||
|
|
||||||
|
1. Open an Issue
|
||||||
|
- Before submitting a pull request, create an issue to discuss your idea.
|
||||||
|
- Clearly describe the feature or bug fix you want to work on.
|
||||||
|
2. Fork the Repository & Create a Branch
|
||||||
|
3. Make Your Changes & Add Tests
|
||||||
|
- Ensure your code follows best practices.
|
||||||
|
- Add Pest tests to cover your changes.
|
||||||
|
4. Run Tests
|
||||||
|
- `php artisan test`
|
||||||
|
5. Submit a Pull Request (PR)
|
||||||
|
- Push your branch and create a PR.
|
||||||
|
- Provide a clear description of your changes.
|
||||||
|
|
||||||
|
Thank you for contributing!
|
||||||
Loading…
Add table
Add a link
Reference in a new issue