This repository is aimed at collecting all relevant links and information for IL PS knowledge sharing.
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
- Any directories uploaded should include a README.md regarding the contents
- Links to external documents and git repos are encouraged
- Information regarding features or external tools should be concise and include a link to the tool/repo/blog etc.
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)