I want to contribute one new feature to Django (doing this first time).

I reading this <https://docs.djangoproject.com/en/dev/intro/contributing/> and 
have one question.

First, write tests. I want to improve work of ping_google() 
<https://github.com/django/django/blob/master/django/contrib/sitemaps/__init__.py#L17>
 and 
add some new behavior. 

But I can't find any tests that cover this function. 

I think, that it might be here 
<https://github.com/django/django/tree/master/tests/sitemaps_tests>, but I 
can't find tests for *ping_google()*.

So, what should I do? That test needs me to see, how they works, change 
some of them and write new ones.

My changes aren't be so serious: just a very simple 2-3 new lines.

Please, help. 

Thanks!

-- 
You received this message because you are subscribed to the Google Groups 
"Django developers  (Contributions to Django itself)" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-developers+unsubscr...@googlegroups.com.
To post to this group, send email to django-developers@googlegroups.com.
Visit this group at http://groups.google.com/group/django-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-developers/474b740a-adb2-4c72-b297-e91941bc3e63%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to