swecc-uw / swecc-website

Software Engineering Career Club Website
https://swecc.org
4 stars 29 forks source link

First Issue -- Use this for the forking demo!! #63

Closed shiinasugioka closed 2 months ago

shiinasugioka commented 2 months ago
  1. Assign yourself to this issue (click Assignees and then select yourself)

    image

    Assign yourself here.

    image
  2. Fork the repository

  3. Clone your fork locally

  4. Create a new branch with the number of the issue you're tackling (this issue's number)

  5. Inside your new branch, add your name to a new line of contributors.txt

    image
  6. Commit and push your changes

  7. Navigate back to the SWECC repo on GitHub, and go to the Pull Requests tab at the top.

    image
  8. Click the green New Pull Request button to open a new PR.

  9. Select the blue link to compare across forks.

    image
  10. Leave the left drop down as is, and change the right drop down to the branch in your forked repo that contains the code you want to merge. Make sure this says <your-github-username>/swecc-website

    image
  11. Fill in the PR, and assign Shiina (shiinasugioka) as a reviewer

  12. Label the PR SWECC Labs: New Contributor and submit

  13. Although you normally don't want to do this, please remove yourself from Assignees under this issue. We had you assign yourself as practice since that's what normally should happen but GitHub limits the number of assignees to 10 people so just for this practice issue, just take your name off once you've made your pull request : )

  14. Confirm that your PR has no code reviews and comments. Your code will be merged by an officer once approved!

  15. You're done! Congrats, that was your first official commit in SWECC Labs

shiinasugioka commented 2 months ago

This is where you want to make comments updating your work status!

For example: "Currently in progress. Blocked by this issue, XXX, but doing more research into how I can fix this." "Just assigned myself to the issue." "Almost done with the code. Will make a PR once I delete comments and clean my code."

Feel free to leave comments here as practice. You can also tag people (@shiinasugioka ) and add screenshots if you have specific questions!