Skip to content

Commit 8b0094d

Browse files
authored
Merge branch 'develop-4' into fix/middleware-error
2 parents 22cb79d + 4e085a4 commit 8b0094d

File tree

2 files changed

+1
-27
lines changed

2 files changed

+1
-27
lines changed

docs/contributing/development-community.rst

Lines changed: 1 addition & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,6 @@ fill it with joy. Through your involvement, you'll meet new people and maybe eve
5252
new friends. As a community, it's important to us to create a pleasant atmosphere where
5353
everyone feels welcome!
5454

55-
Learn more about the benefits of contributing in our `community hero program
56-
<https://www.django-cms.org/en/become-community-hero/>`_ and sign up for it.
57-
5855
Are you new to django CMS?
5956
--------------------------
6057

@@ -63,12 +60,7 @@ the CMS and start with the `install
6360
<https://docs.django-cms.org/en/latest/introduction/01-install.html>`_ section. After
6461
that, you can have a go at issues on Github that are marked `Good first issue
6562
<https://github.com/django-cms/django-cms/labels/good%20first%20issues>`_. These issues
66-
are especially good if you're just starting out but still want to contribute. Beginners
67-
can also contribute to the project, for example by helping to improve the documentation,
68-
or other tasks, such as writing a blog article series about your journey of learning
69-
django CMS (See `community tasks <https://www.django-cms.org/en/community-tasks/>`_).
70-
After you have acquainted yourself with django CMS and maybe already created your first
71-
website with it, you should start looking at contributing to the django CMS codebase.
63+
are especially good if you're just starting out but still want to contribute.
7264

7365
Contributor Community
7466
---------------------
@@ -93,20 +85,3 @@ You can also follow:
9385
announcements
9486
- the `django CMS Association LinkedIn
9587
<https://www.linkedin.com/company/django-cms-association>`_ account
96-
97-
Don't want to contribute alone? Join a working group
98-
----------------------------------------------------
99-
100-
Most participation in the django CMS is organized through work groups. These are small,
101-
independent groups of volunteers who have come together to work on a project.
102-
103-
It is entirely up to you whether you want to join such a `work group
104-
<https://www.django-cms.org/en/join-work-group/>`_ and join other django CMS enthusiasts
105-
or if you want to work on topics on your own. By the way, you can also create your own
106-
work group. Find out more `here
107-
<https://github.com/django-cms/django-cms-mgmt/blob/master/work%20contribution/work%20groups.md>`_.
108-
109-
Are you interested in knowledge sharing and improving your skills? Then a workgroup
110-
might be the right choice for you. Would you rather decide for yourself when and what
111-
you work on? Then you can choose a task from our community tasks list or contribute
112-
directly on Github by answering issues or create Pull Requests.

docs/introduction/01-install.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,6 @@ folder (i.e. ``cd ~/Projects``), then
7272
git clone git@github.com:django-cms/django-cms-quickstart.git
7373
7474
cd django-cms-quickstart
75-
git switch -t origin/support/cms-4.1.x
7675
docker compose build web
7776
docker compose up -d database_default
7877
docker compose run web python manage.py migrate

0 commit comments

Comments
 (0)