Question: You have found a bug in Django and you want to submit a patch. Which is the correct procedure?

  1. Fork the Django repository GitHub.
  2. Submit a pull request.
  3. all of these answers.
  4. Run Django's test suite.

Answer: The correct answer of the above question is Option C:all of these answers.