Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 1.18 KB

README.md

File metadata and controls

32 lines (24 loc) · 1.18 KB

Openshift PS Repo

This repository is aimed at collecting all relevant links and information for IL PS knowledge sharing.

Repo Contents Structure

This section explains the desired directory structure and repo tree that should be implemented. Note that if the relevant directory or file does not exist yet, then please create based on the following tree outline:

openshift\workshops
openshift\usecases
openshift\featureReference
openshift\tools

Upload Guidlines

  1. Any directories uploaded should include a README.md regarding the contents
  2. Links to external documents and git repos are encouraged
  3. Information regarding features or external tools should be concise and include a link to the tool/repo/blog etc.

How to add items

The following is the procedure on how to add items to the repo. This is based on git practicies in order to colloborate correctly on documents etc

1. Create a branch of the repo
2. Make the changes/additions that you want
3. Commit the changes to your branch
4. Enter a Pull request
5. Contact another team member to review and perform the merge
6. Delete branch (or insure to update branch from master before making next changes/additions)