Like most open source projects, we ask that you fork the project and issue a pull request with your changes.
We encourage small change pull requests, the smaller the change the quicker and easier it is merged.
To build the component locally, you'll need to install:
- Fork the project
- Clone down your fork
git clone git://github.com/skyglobal/hash-manager.git
- Setup your 'upstream'
git remote add upstream https://github.com/skyglobal/hash-manager.git
- Create a topic branch to contain your change
git checkout -b feature-my-feature
- Make sure CHANGELOG.md includes a summary of your changes in a new version number heading
- Make sure you are still up to date with master
git pull upstream master
- If necessary, rebase your commits into logical chunks, without errors.
- Push the branch up
git push origin my-awesome-feature
- Create a pull request and describe what your change does and the why you think it should be merged.
gulp serve
: Run server on port 3456
If you want to make changes to the bower dependencies, you can clone them down from here and do the following.
cd some-bower-dependency/
bower link
cd hash-manager/
bower link some-bower-dependency
gulp release
This will automatically bump the 'patch' section of the version number.
To bump a different area of the version number you can also use major|minor|patch|prerelease
e.g. :
gulp release --version prerelease
S3::putObject *** error!
or UnknownEndpoint: Inaccessible host:
This happens whn a connection to the S3 failed to establish. bump
and gh-pages
would have already executed. Please try the release to cloud only by running:
component release cloud