=====================
Thank you for considering contributing to my portfolio website! I'm excited to have you on board. Here's a step-by-step guide to help you get started:
- Fork the repository: Click the "Fork" button at the top right corner of this repository to create a copy of the repository in your own GitHub account.
- Clone the repository: Clone the forked repository to your local machine using the command
git clone https://github.com/iamalbinnj/albinnj.github.io.git. - Create a new branch: Create a new branch for your changes using the command
git branch feature/your-feature-name. Switch to the new branch usinggit checkout feature/your-feature-name. - Make changes: Make the necessary changes to the code. You can add new files, modify existing ones, or delete unnecessary ones.
- Commit changes: Commit your changes using the command
git commit -m "Your commit message". - Push changes: Push your changes to your forked repository using the command
git push origin feature/your-feature-name.
- Submit a pull request: Create a new pull request from your forked repository to the original repository. Make sure to include a clear title and description of your changes.
- Follow the coding style: Follow the coding style and conventions used in the existing code.
- Test your changes: Test your changes thoroughly to ensure they don't break existing functionality.
- Document your changes: Document your changes in the README.md file and any other relevant documentation.
- Be respectful and professional in your interactions with others.
- Follow the principles of open-source software development.
- Keep your changes focused and relevant to the project.
By contributing to this project, you agree to license your contributions under the MIT license.
I'd like to thank Albin N J for creating this portfolio website and making it open-source.