Contributing
We encourage you to contribute to the Akamai CLI! We get our best ideas from our users, anyway. Below, our documentation describes how you can do so.
Forking
To contribute to Akamai CLI, you should be working in a fork, see the following documentation.
Before Making Any Changes
Fetch the Latest Changes from Upstream
On the primary
branch:
$ git fetch --all
$ git rebase upstream/master
After Making Any Changes
Commit Your Changes
$ git add [files...]
$ git commit -m "DESCRIPTION OF CHANGES"
$ git push origin master
Pushing Changes Back Upstream
To contribute your changes back, simply perform a Pull Request against the primary branch.