Giter Club home page Giter Club logo

omp-education's Introduction

Mainframe Open Education Project

Github

Project Home Page

Open Mainframe Project Education

Discussion

You can connect with the community in a variety of ways...

Governance

Mainframe Open Education is a project hosted by the Open Mainframe Project. This project has established it's own processes for managing day-to-day processes in the project at GOVERNANCE.md.

Contributing to this repository

Pre-requisites:

One of the following:

Steps to Fork and Clone repository:

  1. You've made it to the GitHub repository! Find and select the Fork button at the top. This will allow you to create your own copy of the MOE repository to save your work in. Note: You will need to be signed in to GitHub to complete these steps.Fork the repository.

  2. From the pop-up, select your repository (you might only have one).Select your repository.

  3. In the upper right corner, find the icon for your account. Select the arrow and select Your repositories. This will take you to a list of your repositories on GitHub including the MOE fork you just made. Select Your repositories.

  4. In your list of repositories, find and select omp-education. Select omp-education from your list of repositories.

  5. Make a clone of your copy of omp-education using Git commandline or GitHub Desktop.

    a. Follow the direction here for using GitHub Desktop: https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/cloning-a-repository-from-github-to-github-desktop

    b. Using Git commandline, follow these steps:

    1. Under the code button in your repository, select the copy button next to the URL. Copy the HTTPs url.
    2. Open a terminal on your local machine.
    3. In the terminal, enter git clone and paste in the URL you copied from your repository. It should look like:
โžœ  ~ git clone https://github.com/SweetJenn23/omp-education.git
Cloning into 'omp-education'...
remote: Enumerating objects: 72, done.
remote: Counting objects: 100% (72/72), done.
remote: Compressing objects: 100% (55/55), done.
remote: Total 72 (delta 19), reused 36 (delta 5), pack-reused 0
Receiving objects: 100% (72/72), 19.58 KiB | 3.26 MiB/s, done.
Resolving deltas: 100% (19/19), done.

Congratulations! You now have a local copy and your own repository to work in and save your changes to. When you are ready to commit your changes, continue to the next section.

Submit a pull request to commit changes.

  1. Push your changes to your local repository. You can do this with Git commandline or with GitHub Desktop. a. Using GitHub Desktop, follow steps 2. Selecting changes to include in a commit and 4. Write a commit message and push your changes: https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/committing-and-reviewing-changes-to-your-project#2-selecting-changes-to-include-in-a-commit b. Using Git commandline, you'll need to use the following commands to commit your changes:

    • git add
    • git commit
    • git push

    Examples on how these commands can be used can be found here: https://docs.gitlab.com/ee/gitlab-basics/start-using-git.html#add-and-commit-local-changes

  2. Once your changes are committed to your GitHub repository, it's time to make a pull request. In a browser where you are logged into your omp-education repository, select Pull request from the tabs and select the New pull request button. Select New pull request.

  3. Review the changes. Important: Make sure there is an arrow pointing from your repository to the openmainframeproject/omp-education repository. When you are ready, select Create pull request. Compare repository changes.

  4. Add any supporting information for maintainers to support or explain your contributions. Select Create pull request. Add comments and select Create pull request.

  5. You'll see that a review is required. Once maintainers have reviewed and approved your contribution, it will be merged into the openmainframeproject/omp-education repository. Warning messages.

Congratulations! You've just contributed to the Mainframe Open Education project!

omp-education's People

Contributors

gcartier94 avatar jmertic avatar vallau01 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.