Skip to content

Latest commit

 

History

History
41 lines (28 loc) · 600 Bytes

CONTRIBUTE.md

File metadata and controls

41 lines (28 loc) · 600 Bytes

Contribute

Fork

  1. Open https://github.com/friendsofhyperf/components
  2. Click "Fork"

Clone

git clone https://github.com/<your-github-account>/components
cd components
git remote add upstream 'https://github.com/friendsofhyperf/components'

Create feature branch

git checkout -b feature/my-feature

Rebase

git fetch upstream
git rebase upstream/3.x

Push commit

git add .
git commit
git push origin my-feature

Create pull request

  1. Open https://github.com/friendsofhyperf/components

  2. Click "Compare & pull request"