Table of contents
You should know how to use Github to contribute to this project. To learn, please follow these tutorials:
Now that you know how to use Github, we just follow the standard process like everybody else here: issues and pull requests.
Please make use of Doodba discussions to share knowledge, ideas or make questions.
There's one concrete channel for stuff specifically related to this template.
First of all, make sure your problem or suggestion is related to doodba-copier-template.
If that's the case, open an issue in our Github project. Read the instructions to know how to do it.
To hack in this project, you need to set up a development environment. To do that, first make sure you have installed the essential dependencies:
Then, execute:
git clone https://github.com/Tecnativa/doodba-copier-template.git
cd doodba-copier-template
invoke develop
🎉 Your development environment is ready! Start hacking.
Once you did the steps above, it will be good for you to know that our basic building blocks here are:
Follow Github's instructions to open a pull request.
After you've done that:
- We will review it ASAP.
- "ASAP" could be a long time; remember you don't pay us. 😉
- If it fits the project, we will possibly ask you to change some things.
- If it doesn't fit the project, we could reject it. Don't take it bad but maintaining stuff in the long term takes time... You can always use your own fork!