Skip to content

foresthpark/yycdevs

Repository files navigation

Adding your profile to YYC Devs

Welcome to YYC Devs! We appreciate your interest in the project. This README will guide you through the process of forking the repository, making code changes, and submitting a pull request (PR).

Table of Contents

Fork the Repository

Click the "Fork" button at the top-right corner of this repository's page. This will create a copy of the repository under your GitHub account.

Clone Your Fork

Clone the repository to your local machine using the following command, replacing [your-username] with your GitHub username:

git clone https://github.com/[your-username]/[your-project-name].git

Add your profile

  1. Open the profiles.ts file in the following route:
./src/data/profiles.ts
  1. Add your profile based on the Profile TS interface
  2. Save your changes

Commit Your Changes

After making your changes, commit them to your local repository with descriptive commit messages.

Create a Pull Request (PR)

  1. Visit the main page of your forked repository on GitHub.

  2. Click the "New Pull Request" button.

  3. Compare the changes you made in your fork with the original repository's main branch.

  4. Provide a descriptive title and comment explaining your changes in the PR description.

  5. Click the "Create Pull Request" button.

Your PR will now be submitted for review. Be prepared to address any feedback or questions from the maintainers during the review process.

Thank you for adding your profile to YYC Devs!!

TODOS:

  • Add Skills to Profile
  • Add dark mode
  • Some more stuffs