We welcome contributions to improve this project! Please follow these guidelines when contributing.
-
Fork the repository.
-
Clone your fork:
git clone https://github.com/your-username/cojocarudavid.me.git
-
Create a new branch for your feature or bug fix:
git checkout -b feature-name
- Ensure your code follows the project's coding style and conventions.
- Write clear and concise commit messages.
- Test your changes thoroughly.
-
Push your branch to your fork:
git push origin feature-name
-
Open a pull request on GitHub.
-
Provide a detailed description of your changes and the problem they solve.
By participating in this project, you agree to abide by the Code of Conduct.