summaryrefslogtreecommitdiff
path: root/docs/internals/contributing/bugs-and-features.txt
diff options
context:
space:
mode:
authorArslan Noor <arslannoorpansota@gmail.com>2022-06-30 10:37:54 +0200
committerCarlton Gibson <carlton@noumenal.es>2022-06-30 11:09:06 +0200
commit5c93a84f44054034f495267ff2400a5de69a4fc1 (patch)
tree997786365e33cf9ece0e484d292f0a8d748b3d3f /docs/internals/contributing/bugs-and-features.txt
parentbb2c5f69f47466fa52f3cf2727d10b3ebd79a4da (diff)
Corrected various typos in contributing docs.
Diffstat (limited to 'docs/internals/contributing/bugs-and-features.txt')
-rw-r--r--docs/internals/contributing/bugs-and-features.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/internals/contributing/bugs-and-features.txt b/docs/internals/contributing/bugs-and-features.txt
index 188fb0ca0e..fdbc78c523 100644
--- a/docs/internals/contributing/bugs-and-features.txt
+++ b/docs/internals/contributing/bugs-and-features.txt
@@ -64,14 +64,14 @@ If your bug or feature request touches on anything visual in nature, there
are a few additional guidelines to follow:
* Include screenshots in your ticket which are the visual equivalent of a
- minimal testcase. Show off the issue, not the crazy customizations
+ minimal test case. Show off the issue, not the crazy customizations
you've made to your browser.
* If the issue is difficult to show off using a still image, consider
capturing a *brief* screencast. If your software permits it, capture only
the relevant area of the screen.
-* If you're offering a patch which changes the look or behavior of Django's
+* If you're offering a patch that changes the look or behavior of Django's
UI, you **must** attach before *and* after screenshots/screencasts.
Tickets lacking these are difficult for triagers to assess quickly.
@@ -109,7 +109,7 @@ part of that. Here are some tips on how to make a request most effectively:
achieving the same thing.
If there's a consensus agreement on the feature, then it's appropriate to
-create a ticket. Include a link the discussion on |django-developers| in the
+create a ticket. Include a link to the discussion on |django-developers| in the
ticket description.
As with most open-source projects, code talks. If you are willing to write the