Simplifying Project Setup on GitHub

Lucas Dos Santos Abreu
Coderockr Way
Published in
2 min readJun 5, 2018

--

Em português: clique aqui

At Coderockr we start and take on many projects, either for clients that hire us or for internal actions, and usually GitHub ends up being the tool we choose for them.

Over the years we ended up defining a structure to control our issues, using the following labels:

Labels set used on Coderockr Way

It is a very simple set, but it makes all the steps, priorities, types and states of the tasks clear, and becomes very easy to understand what is happening.

We register these labels in all of our projects. But even if you’re in a good mood, it’s pretty boring and time-consuming work to register them one by one. And we’re likely to forget some of them, and and so to make sure they are all there you will need to review the list.

Did I forget the “Stage: Testing”? Oh, found it…

With this monotonous activity in mind and to save some setup time, we decided to create a script to do this process, adding the labels to a specific project.

The script ended up getting much simpler than expected thanks to the simplicity of the GitHub API, all of it was done with cURL and some bash loops for the labels.

We even prepared it so it does not need to be downloaded/installed, just give a cURL from GitHub and it asks for the data it needs.

do not even need to download

We decided to leave the script we created in a public repository on GitHub for anyone looking for a similar solution (or who now thinks it’s worth creating one too).

The script and how to use it are here:

In conclusion, investing a little time to understand the tools you use not only saves you time in the long run, but also generates some cool scripts to share :)

** Update 2018–04–10 **

We created a new script to do the same setup for projects in GitLab, you can view the script here:

Did you like the post and found it useful? Give a clap 👏 to help sharing it and so more people may have access :)

--

--

Lucas Dos Santos Abreu
Coderockr Way

Bacharel em Sistemas de Informação pela UNIVILLE (2016). Grande paixão por analisar dados e desenvolvimento Web. Programador na @Coderockr.