An open API service indexing awesome lists of open source software.

https://github.com/intracto/bootstrap-forms

Dependency for an Intracto project, ping tvlooy for details.
https://github.com/intracto/bootstrap-forms

Last synced: 7 days ago
JSON representation

Dependency for an Intracto project, ping tvlooy for details.

Awesome Lists containing this project

README

          

# Stand-alone Bootstrap Forms

### Contribution

##### Git Flow
This repository works with [git-flow](https://github.com/nvie/gitflow).

For a contribution, you need to follow the [following workflow](https://github.com/nvie/gitflow#initialization) with the addition of a pull-request.

Example for adding a feature:
- Start from develop (make sure to pull first)
- `git flow feature start -your feature name-`
- `git flow feature publish -your feature name-`
- start making your changes (commit and push regularly)
- when done, make a pull-request from your feature branch to develop
- after the pull-request is accepted, do `git flow feature finish -your feature name-`