Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 717 Bytes

File metadata and controls

20 lines (12 loc) · 717 Bytes

Contributing

You are free to contribute to react-fulcrum-auth via GitHub Pull Requests.

Git branch model

A successful git branching model

How to pull request

  1. Fork this repo.
  2. Create a branch git checkout -b feature--name
  3. Commit your changes git commit -am "New feature"
  4. Push to the branch git push origin feature--name
  5. Open a Pull Request

Be generous with comments

Comments get filtered out when compiling. If you do anything that can not be immediately understood: comment it.