Code Monkey home page Code Monkey logo

cottonschemas's Introduction

CottonSchemas

Main repository for Cotton related JSON schemas


Quick Note before beginning

  • Below are instruction for working with Git repositories from the command line. For those who would rather use a GUI for pull/push/merge, there are plent options available - see below for an abbreviated list. The process will work the same, but for executing each step, check the GUI client's documentation for help.

To begin collaboration

Clone the repository


  • Fork this repository by clicking Fork in the upper right corner.
    • This will create a copy of the current repository under your github user account.
  • Clone the forked repository
    • To get the cloned repository URL, click the Clone or Download button. An example (NOTE: be sure to replace myusername with your github account name): git clone https://github.com/myusername/CottonSchemas.git

Merging changes from your repository to the main repository (CottonTechnology/CottonSchemas)


Create pull request

  • Be sure the desired changes have been committed to your GitHub accounts forked repository:
    • First, make any changes you deem appropriate.
    • git add . - tells Git to track all your changes.
    • git commit -m 'Your message' - commits changes to your local repository.
    • git push -u origin master - pushes changes to the remote repository under your GitHub user account.
  • In GitHub, go to your account's CottonSchemas repository, choose the tab labeled Pull Requests and click the New pull request button in the right-corner of the tab.
  • Select and review your changes, then click Create pull request to finalize.

Merge pull request into CottonTechnologyAlliance/CottonSchemas repository

  • See GitHub Reference for specifics.
  • If you are a member of the organization repository, then click the Pull requests tab.
  • Choose the pull request you would like to merge.
  • Select Merge pull request and click Confirm Merge.

cottonschemas's People

Contributors

thornvolseam avatar thornvol avatar

Watchers

James Cloos avatar  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.