diff options
Diffstat (limited to 'docs/internals/contributing/bugs-and-features.txt')
| -rw-r--r-- | docs/internals/contributing/bugs-and-features.txt | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/docs/internals/contributing/bugs-and-features.txt b/docs/internals/contributing/bugs-and-features.txt index 9492cde0ab..76a2bd2374 100644 --- a/docs/internals/contributing/bugs-and-features.txt +++ b/docs/internals/contributing/bugs-and-features.txt @@ -149,9 +149,8 @@ description. As with most open-source projects, code talks. If you are willing to write the code for the feature yourself or, even better, if you've already written it, -it's much more likely to be accepted. If it's a large feature that might need -multiple developers, we're always happy to give you an experimental branch in -our repository; see the :doc:`writing-code/branch-policy`. +it's much more likely to be accepted. Just fork Django on GitHub, create a +feature branch, and show us your work! See also: :ref:`documenting-new-features`. |
