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.
- Host: GitHub
- URL: https://github.com/intracto/bootstrap-forms
- Owner: Intracto
- Created: 2016-06-24T08:55:47.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-06-15T06:58:07.000Z (about 10 years ago)
- Last Synced: 2025-02-22T06:13:37.628Z (over 1 year ago)
- Language: CSS
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 7
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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-`