Skip to content

Latest commit

 

History

History
39 lines (28 loc) · 2.09 KB

File metadata and controls

39 lines (28 loc) · 2.09 KB

Contribution Guide

=====================

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:

Getting Started


  1. 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.
  2. Clone the repository: Clone the forked repository to your local machine using the command git clone https://github.com/iamalbinnj/albinnj.github.io.git.
  3. 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 using git checkout feature/your-feature-name.
  4. Make changes: Make the necessary changes to the code. You can add new files, modify existing ones, or delete unnecessary ones.
  5. Commit changes: Commit your changes using the command git commit -m "Your commit message".
  6. Push changes: Push your changes to your forked repository using the command git push origin feature/your-feature-name.

Submission Guidelines


  1. 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.
  2. Follow the coding style: Follow the coding style and conventions used in the existing code.
  3. Test your changes: Test your changes thoroughly to ensure they don't break existing functionality.
  4. Document your changes: Document your changes in the README.md file and any other relevant documentation.

Code of Conduct


  • 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.

License


By contributing to this project, you agree to license your contributions under the MIT license.

Acknowledgments


I'd like to thank Albin N J for creating this portfolio website and making it open-source.