Question: You have found a bug in Django and you want to submit a patch. Which is the correct procedure?
- Fork the Django repository GitHub.
- Submit a pull request.
- all of these answers.
- Run Django's test suite.
Answer: The correct answer of the above question is Option C:all of these answers.