Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 348 Bytes

CONTRIBUTING.md

File metadata and controls

20 lines (13 loc) · 348 Bytes

Contribution guidelines

Contribution guidelines for Edupty.

# Clone the repository
git clone https://github.com/ibby360/edupty.git

# Create your feature branch
git checkout -b feature/fooBar

# Commit your changes
git commit -am 'Add some fooBar'

# Push to the branch
git push origin feature/fooBar

# Create a new pull request