Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
D
django
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
Batuhan Osman TASKAYA
django
Commits
5ad48a9e
Kaydet (Commit)
5ad48a9e
authored
Tem 13, 2014
tarafından
Aymeric Augustin
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Renamed "committers" to "team".
üst
1ed6fbcf
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
21 additions
and
26 deletions
+21
-26
general.txt
docs/faq/general.txt
+2
-3
index.txt
docs/index.txt
+1
-1
bugs-and-features.txt
docs/internals/contributing/bugs-and-features.txt
+3
-3
committing-code.txt
docs/internals/contributing/committing-code.txt
+1
-1
triaging-tickets.txt
docs/internals/contributing/triaging-tickets.txt
+5
-6
working-with-git.txt
.../internals/contributing/writing-code/working-with-git.txt
+1
-1
index.txt
docs/internals/index.txt
+1
-1
team.txt
docs/internals/team.txt
+7
-10
No files found.
docs/faq/general.txt
Dosyayı görüntüle @
5ad48a9e
...
...
@@ -66,9 +66,8 @@ Who's behind this?
------------------
Django was originally developed at World Online, the Web department of a
newspaper in Lawrence, Kansas, USA. Django's now run by an international team of
volunteers; you can read all about them over at the :doc:`list of committers
</internals/committers>`.
newspaper in Lawrence, Kansas, USA. Django's now run by an international
:doc:`team of volunteers </internals/team>`.
Which sites use Django?
-----------------------
...
...
docs/index.txt
Dosyayı görüntüle @
5ad48a9e
...
...
@@ -310,7 +310,7 @@ you can contribute:
* **Community:**
:doc:`How to get involved <internals/contributing/index>` |
:doc:`The release process <internals/release-process>` |
:doc:`
Team of committers <internals/committers
>` |
:doc:`
Meet the team <internals/team
>` |
:doc:`The Django source code repository <internals/git>` |
:doc:`Security policies <internals/security>` |
:doc:`Mailing lists <internals/mailing-lists>`
...
...
docs/internals/contributing/bugs-and-features.txt
Dosyayı görüntüle @
5ad48a9e
...
...
@@ -152,7 +152,7 @@ However, consensus is not always possible. If consensus cannot be reached, or
if the discussion towards a consensus fizzles out without a concrete decision,
we use a more formal process.
Any :doc:`core committer</internals/
committers
>` may call for a formal vote
Any :doc:`core committer</internals/
team
>` may call for a formal vote
using the same voting mechanism above. A proposition will be considered carried
by the core team if:
...
...
@@ -170,8 +170,8 @@ take to convert that "-1" into at least a "+0".
Whenever possible, these formal votes should be announced and held in
public on the |django-developers| mailing list. However, overly sensitive
or contentious issues -- including, most notably, votes on new
core
committ
ers -- may be held in private.
or contentious issues -- including, most notably, votes on new
team
memb
ers -- may be held in private.
.. _searching: https://code.djangoproject.com/search
...
...
docs/internals/contributing/committing-code.txt
Dosyayı görüntüle @
5ad48a9e
...
...
@@ -2,7 +2,7 @@
Committing code
===============
This section is addressed to the :doc:`/internals/
committers
` and to anyone
This section is addressed to the :doc:`/internals/
team
` and to anyone
interested in knowing how code gets committed into Django core. If you're a
community member who wants to contribute code to Django, have a look at
:doc:`writing-code/working-with-git` instead.
...
...
docs/internals/contributing/triaging-tickets.txt
Dosyayı görüntüle @
5ad48a9e
...
...
@@ -57,10 +57,9 @@ Since a picture is worth a thousand words, let's start there:
We've got two roles in this diagram:
* :doc:`Committers</internals/committers>` (also called core developers):
people with commit access who are responsible for making the big
decisions, writing large portions of the code and integrating the
contributions of the community.
* Committers (also called core developers): people with commit access who are
responsible for making decisions and integrating the contributions of the
community.
* Ticket triagers: anyone in the Django community who chooses to
become involved in Django's development process. Our Trac installation
...
...
@@ -314,7 +313,7 @@ A ticket can be resolved in a number of ways:
discussion in the |django-developers| mailing list. Feel free to
start or join in discussions of "wontfix" tickets on the
|django-developers| mailing list, but please do not reopen tickets
closed as "wontfix" by a :doc:`core developer</internals/
committers
>`.
closed as "wontfix" by a :doc:`core developer</internals/
team
>`.
* duplicate
Used when another ticket covers the same issue. By closing duplicate
...
...
@@ -407,7 +406,7 @@ the ticket database:
review a patch that you submit.
* Please **don't** reverse a decision that has been made by a :doc:`core
developer</internals/
committers
>`. If you disagree with a decision that
developer</internals/
team
>`. If you disagree with a decision that
has been made, please post a message to |django-developers|.
* If you're unsure if you should be making a change, don't make the
...
...
docs/internals/contributing/writing-code/working-with-git.txt
Dosyayı görüntüle @
5ad48a9e
...
...
@@ -7,7 +7,7 @@ requests. If you're interested in how core developers handle them, see
Below, we are going to show how to create a GitHub pull request containing the
changes for Trac ticket #xxxxx. By creating a fully-ready pull request you
will make the
committers'
job easier, meaning that your work is more likely to
will make the
reviewer's
job easier, meaning that your work is more likely to
be merged into Django.
You could also upload a traditional patch to Trac, but it's less practical for
...
...
docs/internals/index.txt
Dosyayı görüntüle @
5ad48a9e
...
...
@@ -18,7 +18,7 @@ the hood".
contributing/index
mailing-lists
committers
team
security
release-process
deprecation
...
...
docs/internals/
committers
.txt
→
docs/internals/
team
.txt
Dosyayı görüntüle @
5ad48a9e
===========
======
Django
committers
===========
======
===========
Django
team
===========
The original team
=================
...
...
@@ -55,14 +55,11 @@ Journal-World`_ of Lawrence, Kansas, USA.
.. _heroku: http://heroku.com/
.. _Rdio: http://rdio.com
Current developers
================
==
The current team
================
Currently, Django is led by a team of volunteers from around the globe.
Core developers
---------------
These are the folks who have a long history of contributions, a solid track
record of being helpful on the mailing lists, and a proven desire to dedicate
serious time to Django. In return, they've been granted the coveted commit bit,
...
...
@@ -554,8 +551,8 @@ Baptiste Mispelon
.. _Solid Links: http://solidlinks.nl/
.. _Erik's Pony Checkup: http://ponycheckup.com/
Developers Emeritu
s
===================
Retired team member
s
===================
=
Georg "Hugo" Bauer
Georg created Django's internationalization system, managed i18n
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment