Skip to content

Commit c7dbf85

Browse files
authored
Merge branch 'develop-4' into patch-1
2 parents 4aa3eff + 744f406 commit c7dbf85

File tree

2 files changed

+5
-30
lines changed

2 files changed

+5
-30
lines changed

.github/workflows/new_contributor_pr.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,9 @@ jobs:
2929
needs: new
3030
steps:
3131
- name: Send Discord Webhook
32-
uses: Ilshidur/action-discord@master
33-
with:
34-
webhook_url: ${{ secrets.DISCORD_WEBHOOK_URL }}
35-
content: |
32+
env:
33+
DISCORD_WEBHOOK: ${{ secrets.DISCORD_WEBHOOK_URL }}
34+
DISCORD_EMBEDS: |
3635
{
3736
"embeds": [
3837
{
@@ -56,3 +55,4 @@ jobs:
5655
}
5756
]
5857
}
58+
uses: Ilshidur/action-discord@master

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.

0 commit comments

Comments
 (0)