Skip to content
This repository has been archived by the owner on Jul 29, 2020. It is now read-only.

hashlab/zeta

Repository files navigation

                                                 _____________________________
                                                /                             \
                               //\             |   A bot to help our DevOps    |
                              ////\    _____   |    teams manage our infra     |
                             //////\  /_____\   \                             /
                             ======= |[^_/\_]|   /----------------------------
                              |   | _|___@@__|__
                              +===+/  ///     \_\
                               | |_\ ///  ZETA/\\
                               |___/\//      /  \\
                                     \      /   +---+
                                      \____/    |   |
                                       | //|    +===+
                                        \//      |xx|

Maintenance License Twitter Follow Twitter URL

A bot to help our DevOps teams manage our infrastructure

Getting Started

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

Conventions of commit messages

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"

Contributing

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.

  1. Fork it hashlab/zeta
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am "Add some feature")
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

Support

If you have any problem or suggestion please open an issue here.

License

Check here.