Skip to content
This repository has been archived by the owner on Feb 20, 2021. It is now read-only.

Latest commit

 

History

History
38 lines (24 loc) · 677 Bytes

CONTRIBUTING.md

File metadata and controls

38 lines (24 loc) · 677 Bytes

Contributing to centos7-s2i-nodejs

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/centos7-s2i-nodejs.git
cd centos7-s2i-nodejs

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

make test

Then open a pull request.