Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 538 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 538 Bytes

Portal for inwinSTACK Open Souce

This repository contains a listing of repositories that are open source and maintained by inwinSTACK teams.

Contributing

  1. Clone the repository and checkout a new branch:
$ git clone https://github.com/inwinSTACK/inwinstack.github.io
$ git checkout -b your_branch
  1. Update the files you'd like to change.
  2. Push the changes upstream.
$ git add test1 test2
$ git commit -m "commit message"
$ git push origin your_branch
  1. View your branch in GitHub and create a Pull Request.