_____________________________
/ \
//\ | A bot to help our DevOps |
////\ _____ | teams manage our infra |
//////\ /_____\ \ /
======= |[^_/\_]| /----------------------------
| | _|___@@__|__
+===+/ /// \_\
| |_\ /// ZETA/\\
|___/\// / \\
\ / +---+
\____/ | |
| //| +===+
\// |xx|
A bot to help our DevOps teams manage our infrastructure
1º Clone zeta repo
$ git clone git@github.com:hashlab/zeta.git
2º Enter in zeta directory
$ cd zeta
3º Run the setup script
$ make setup
4º Configure the environment variables
$ nvim .env
5º Run the bot
$ make start
Addding files on repo
git commit -m "Add filename"
Updating files on repo
git commit -m "Update filename, filename2, filename3"
Removing files on repo
git commit -m "Remove filename"
Renaming files on repo
git commit -m "Rename filename"
Fixing errors and issues on repo
git commit -m "Fixed #issuenumber Message about this fix"
Adding features on repo
git commit -m "Add feature: nameoffeature Message about this feature"
Updating features on repo
git commit -m "Update feature: nameoffeature Message about this update"
Removing features on repo
git commit -m "Remove feature: nameoffeature Message about this"
Bug reports and pull requests are welcome on GitHub at https://github.com/hashlab/zeta. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the Contributor Covenant code of conduct.
- Fork it hashlab/zeta
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am "Add some feature"
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request
If you have any problem or suggestion please open an issue here.
Check here.