Contributing
Thank you for your interest in helping out with django-simple-deploy
! I hope that this project will be maintained as long as Django exists as a framework, so we really can use everyone's help.
There are many ways to contribute, and many reasons for contributing. This page is structured as a way to steer everyone into the most appropriate parts of the Contributing docs for their current situation.
Because django-simple-deploy
touches on so many different things, there really is no one person who could be an expert on everything involved in the project. For example, no one is going to be an expert on the specific aspects of every platform that django-simple-deploy
supports. That's especially true when you consider that employees of some of these platforms have contributed to the project. If you're interested in helping out, there's almost certainly a place for you here.
Minimum Qualifications (Beginners Welcome!)
Because this project focuses on deployment of working Django projects, and has a few base requirements, there are some minimum qualifications for contributing to the project. You can start contributing if you:
- Know how to run a Django project on your local system.
- Know how to make commits and check the current status of a project using Git.
- Know how to use one of Python's dependency management systems, such as pip with a bare
requirements.txt
file, Poetry, or Pipenv. - Have an active account on one of the platforms supported by
django-simple-deploy
, that you can push projects to.
It's helpful to have some familiarity with GitHub as well, but if you get stuck on any GitHub-related workflows, please ask for help. If you meet these criteria, you can get involved in this project.
Ways to contribute
There are many ways to contribute. Choose the option that fits you best, and start contributing. :)
- If you have a long-term interest in contributing, please introduce yourself on the Introductions thread.
- If you're newer to Django, or new to deployment, the simplest way to help is by documenting a test run.
- If you know a particular platform well, please share any thoughts you have about how to improve support for that platform:
- Respond to any of the open discussions:
- If you're ready to dig into the codebase, see Setting Up a Development Environment.
Code of Conduct
django-simple-deploy
operates under a Code of Conduct.