From 929e7fc4c0c54862d38bf41eb4b6572036b6a6ad Mon Sep 17 00:00:00 2001 From: Benjamin Nussbaum Date: Mon, 5 May 2025 21:53:03 +0200 Subject: [PATCH] Create CONTRIBUTING.md --- CONTRIBUTING.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..7bc786e --- /dev/null +++ b/CONTRIBUTING.md @@ -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!