Skip to content
This repository has been archived by the owner on Mar 21, 2022. It is now read-only.

Latest commit

 

History

History
38 lines (24 loc) · 669 Bytes

CONTRIBUTING.md

File metadata and controls

38 lines (24 loc) · 669 Bytes

Contributing to ubi8-s2i-web-app

We are a community-driven, open source project and we welcome contributions!

Development Requirements

To run builds of this project locally, you will need to have the following tools.

Building

To build the project, run

make build

Contributions

Clone a copy of this repository

git clone https://github.com/nodeshift/ubi8-s2i-web-app.git
cd ubi8-s2i-web-app

Make your changes, and be sure that all tests pass.

make test

Then open a pull request.