Coder Social home page Coder Social logo

sttvbn / canyough Goto Github PK

View Code? Open in Web Editor NEW

This project forked from 23fa-cpsc490/canyough

0.0 0.0 0.0 7.48 MB

Let's try again.

License: MIT License

Shell 0.02% C++ 0.01% Python 0.14% C 0.01% Java 14.64% Scala 71.32% Rust 5.08% TypeScript 0.01% Thrift 1.37% HTML 0.01% Dockerfile 0.03% Starlark 7.37%

canyough's Introduction

#This is the change I made.

canyough

Let's try again.

UPDATED ASST

Do a PR

15 points

DM me your Github username (in Zoom chat). Or canvas it to me Or sms it. or email it.

Accept the invite

Fork canyough

(and then clone it to your pc)

Make a change. Employ humor.

Create a pull request for your change. It must be for a branch from your fork


CHANGE - READ THIS

Before you create your PR, visit the canyough repo.

  1. Handle at least one OPEN PR (if present).
    1. review the change.
    2. Make sure it doesn't have conflicts
    3. Make sure it follows the instructions/configuration below. (from THEIR named branch into canyough's MAIN branch).
    4. if it does have conflicts or is not correct, comment so the owner sees them
      1. Assuming no conflicts, MERGE IT.
    5. THEN create your PR.

(this should have the effect of keeping the conflicts and merge problems low)

Due: 8/27 11:59 PM

Upload the link to the PR.

This has been fun (HHOS). Here are some basic instructions.:

you might wonder how i Gone & Produced These...

Filing a Pull Request on GitHub: A Step-by-Step Guide

Fork the Repository:

Go to the GitHub repository provided by the professor. Click on the "Fork" button in the top-right corner to create your personal copy of the repository. Clone the Forked Repository:

On your GitHub profile, navigate to the forked repository.

Click on the "Code" button and copy the repository's URL. Open a terminal on your computer and use the git clone command followed by the copied URL to clone the repository. Create a New Branch:

Navigate to the repository directory in your terminal using cd repository-name.

Create a new branch for your changes using the git checkout -b branch-name command.

Make a Single Change:

Open the project files using your preferred code editor. Make a single coding change, such as fixing a bug or adding a new feature.

Commit and Push Changes:

Save the changes in your code editor. In the terminal, use the following commands:

git add . (to stage your changes)

git commit -m "Brief description of your change" (to commit your changes)

git push origin branch-name (to push your changes to your forked repository)

Open a Pull Request:

Navigate to your forked repository on GitHub. You should see a notification banner suggesting to create a pull request for the recent branch you've pushed. Click on "Compare & pull request." Review Pull Request Details:

Ensure that the "base" branch is the original repository's main branch (usually "main" or "master"). The "compare" branch should be your created branch with the changes. Provide a descriptive title and detailed comment about your changes. Submit the Pull Request:

Review your pull request changes in the "Files Changed" tab. If everything looks good, click the "Create pull request" button. Address Feedback (if any):

Collaborators may provide feedback or request changes. Make the necessary adjustments by committing and pushing new changes to the same branch.

List Contributors

To list contributors, use the following command:

./contributors.sh

canyough's People

Contributors

akshatjaviya02 avatar bjmckenz avatar midsu avatar dylbobin avatar carinadyann avatar gurman662 avatar maljashamy avatar bkga avatar jjquan111 avatar sttvbn avatar kkthaw avatar kdo7 avatar diamondburned avatar drusk1 avatar bemwahabashy avatar colecody27 avatar kevinnguyenasdf avatar atakux avatar bratah123 avatar gunshycs avatar dricsthee avatar ginakim58 avatar meat-handler avatar kaydenvu avatar phannelson avatar raulj123 avatar stanley54073 avatar anarotgonbaatar avatar froztty avatar sdslayer avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.