Giter VIP home page Giter VIP logo

n4-developer-submissions's Introduction

n4-developer-submissions

This is a repository that will be used to hold submissions for exercises completed as part of the N4 Developer Training. These exercises are not mandatory, and submission is not mandatory even if you do the exercise. However, if you would like your completed exercise to be code-reviewed by the instructor, here are the steps to submit your work:

One-Time Steps

These steps only need to be completed once at the beginning of the course to get the repo onto your machine.

  1. Login to GitHub and navigate to this repo.
  2. Click Fork in the top right corner to create a fork of this repository in your own GitHub account.

The fork button in a GitHub repo

  1. Create a clone of your forked repository on your machine. One way to do this is to click the Code button in your forked repository, copy the shown URL, and run the command git clone <forked_repo_url> on your machine.

The clone dialog in a GitHub repo

  1. Edit the environment.gradle file as necessary for your machine. The niagara_home and niagara_user_home variables should have the same values for these exercises as they do for the labs in class. The niagara_dev_home variable should point to the repository root directory.

Steps for Each Exercise

These steps must be completed for each exercise you want to submit.

  1. Navigate to the directory on your machine where you cloned your forked repository.
  2. Create a new branch to hold your changes and check it out. One way to do this is with the command git checkout -b <branch_name>, where <branch_name> is something descriptive about the changes that will be on your branch.
  3. Complete the exercise, including any coding, testing, etc.
  4. When you're ready to submit your code for review, create one or more commits holding your changes. A simple way to do this is to run the command git add . from the repository root to add all of your changes to staging , then run the command git commit -m "<commit_message>" to make a commit containing your changes.
  5. Push your commit(s) to your forked repository in GitHub with the command git push. If your local branch isn't tracking an upstream branch, you may need to use the command git push --set-upstream origin <branch_name>
  6. In a web browser, navigate to your forked repository. Switch to the branch that you just pushed, then click the Contribute button and choose to open a Pull Request.

The Open Pull Request button in a GitHub repo

  1. Fill out the Pull Request form and submit the Pull Request.
  2. Your instructor will review your Pull Request and provide feedback on your code. Feel free to also look at other students' pull requests and the feedback on their code to get diverse ideas about how to solve the exercise.

n4-developer-submissions's People

Contributors

robert-tridium 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.