👍 Thank you for your interest in contributing to urFolio! Before you start, please read the following guidelines.
This project and everyone participating in it are governed by the Code of Conduct. By participating, you are expected to uphold this code. Please report unacceptable behavior to [email protected].
- Fork the repository.
- Clone your forked repository:
git clone https://github.com/alsiam/urFolio.git
- Create a new branch for your feature or bug fix:
git checkout -b feature/your-feature
orgit checkout -b bugfix/your-bugfix
- Make your changes and commit them:
git commit -m 'Your commit message'
- Push to the branch:
git push origin feature/your-feature
orgit push origin bugfix/your-bugfix
- Create a pull request to the
main
branch of the original repository.
Please follow the existing code style and make sure your changes pass the linting checks.
If you find any issues or bugs, please open a new issue and provide detailed information about the problem.
If you have a feature request, feel free to open a new issue and describe the new feature you would like to see.
By contributing to urFolio, you agree that your contributions will be licensed under the MIT License.
Thank you for your contribution! 🚀