You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
check if the bug or feature request has already been filed. It may have been
answered too!
else create a new ticket.
if you plan to contribute, tell us, so that we are given an opportunity to
give feedback as soon as possible.
Then, in your commit messages, reference the ticket with some
refs #TICKET-ID syntax.
Use topic branches
Work in branches.
Prefix your branch with the ticket ID corresponding to the issue. As an
example, if you are working on ticket #23 which is about contribute
documentation, name your branch like 23-contribute-doc.
If you work in a development branch and want to refresh it with changes from
master, please rebase[2] or merge-based rebase[3], i.e. do not merge master.
Fork, clone
Clone django-confit repository (adapt to use your own fork):
git clone [email protected]:benoitbryon/django-confit.git
cd django-confit/
Usual actions
The Makefile is the reference card for usual actions in development
environment:
Install development toolkit with pip[4]: make develop.