diff options
| author | Carlton Gibson <carlton.gibson@noumenal.es> | 2021-04-14 20:23:21 +0200 |
|---|---|---|
| committer | Carlton Gibson <carlton@noumenal.es> | 2021-04-15 17:14:22 +0200 |
| commit | e3e2276e6fe6fd77e4fbdeeb2a287288d31de3bb (patch) | |
| tree | acfb5287b125a65ea05c1b4d228ddd92fa154019 /docs/faq | |
| parent | a815a6a3159d5f708866ca968e8994f201ea3e43 (diff) | |
Fixed #32652 -- Fixed links to new contributors FAQ.
Diffstat (limited to 'docs/faq')
| -rw-r--r-- | docs/faq/contributing.txt | 16 |
1 files changed, 12 insertions, 4 deletions
diff --git a/docs/faq/contributing.txt b/docs/faq/contributing.txt index 8d8eb2ded7..a65066307f 100644 --- a/docs/faq/contributing.txt +++ b/docs/faq/contributing.txt @@ -2,6 +2,8 @@ FAQ: Contributing code ====================== +.. _new-contributors-faq: + How can I get started contributing code to Django? ================================================== @@ -79,10 +81,10 @@ people that will likely be affected by a given bug. Bugs that have the potential to affect many people will generally get priority over those that are edge cases. -Another reason that bugs might be ignored for while is if the bug is a symptom -of a larger problem. While we can spend time writing, testing and applying -lots of little patches, sometimes the right solution is to rebuild. If a -rebuild or refactor of a particular component has been proposed or is +Another reason that a bug might be ignored for a while is if the bug is a +symptom of a larger problem. While we can spend time writing, testing and +applying lots of little patches, sometimes the right solution is to rebuild. If +a rebuild or refactor of a particular component has been proposed or is underway, you may find that bugs affecting that component will not get as much attention. Again, this is a matter of prioritizing scarce resources. By concentrating on the rebuild, we can close all the little bugs at once, and @@ -97,3 +99,9 @@ entire community, instead of prioritizing the impact on one particular user. This doesn't mean that we think your problem is unimportant -- just that in the limited time we have available, we will always err on the side of making 10 people happy rather than making a single person happy. + +I'm sure my ticket is absolutely 100% perfect, can I mark it as "Ready For Checkin" myself? +=========================================================================================== + +Sorry, no. It's always better to get another set of eyes on a ticket. If +you're having trouble getting that second set of eyes, see questions above. |
