You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<h2><?=__('Community Guidelines') ?><?=$this->Html->link('¶', '#comunityguidelinesside', ['class' => 'headerlink', 'title' => __('Permalink to this headline')]) ?></h2>
6
6
<p><?=__('The following is a list of recommendations to help keep the CakePHP community strong, active and healthy, as well as a place where everyone feels welcome. These are by no means rules or laws, but instead suggestions and best practices.') ?></p>
7
7
<ol>
8
8
<li><?=__('Remember that when you talk about CakePHP you\'re representing a global community of people, most of whom are passionate about their involvement, and dedicate their free time and good will to helping the framework. Be friendly and helpful, and always show the respect for others in the same way you\'d expect from them.') ?></li>
<h2><?=__('Find Job or Developer')?><?=$this->Html->link('¶', '#findjobdeveloper', ['class' => 'headerlink', 'title' => __('Permalink to this headline')]) ?></h2>
7
7
<p><?=__('If you\'re looking for skilled CakePHP developers, or are a developer yourself and seeking a freelance project or
8
8
position at a company, there are many resources available:')?></p>
<h2><?=__('Get Involved!')?><?=$this->Html->link('¶', '#getInvolved', ['class' => 'headerlink', 'title' => __('Permalink to this headline')]) ?></h2>
11
11
12
12
<p><?=__('If you\'re interested in contributing to CakePHP and supporting the community then we\'d love for you to join us, there are a variety of ways to get involved and help out.')?></p>
13
13
14
14
<div id="userSupport" class="box-get">
15
15
<i class="fa fa-users icon-get"></i>
16
-
<h3><?=__('User Support')?></h3>
16
+
<h3><?=__('User Support')?><?=$this->Html->link('¶', '#userSupport', ['class' => 'headerlink', 'title' => __('Permalink to this headline')]) ?></h3>
17
17
<div class="br-bottom mb20"></div>
18
18
<p><?=__('One of the greatest ways to contribute to CakePHP is by directly supporting the developer community. There\'s no need to be a genius or guru to get involved, you may just have the answer to some of the questions being asked. Here are some ways you can get started:')?></p>
19
19
<ul>
20
20
<li><?=__('Join the {0} and talk to developers who need help. *', $this->Html->link(__('#cakephp IRC channel, or Slack group'), '#get-help'))?></li>
21
-
<li><?=__('Answer questions on platforms such as {0}.', $this->Html->link('StackOverflow', Configure::read('Site.menu.items.help.stackOverflow.url'), ['target' => '_blank']))?>
21
+
<li><?=__('Answer questions on platforms such as {0} and the {1}.', $this->Html->link(__('StackOverflow'), Configure::read('Site.menu.items.help.stackOverflow.url'), ['target' => '_blank']), $this->Html->link(__('official CakePHP Forum'), Configure::read('Site.menu.items.help.discourse.url'), ['target' => '_blank']))?>
22
22
</li>
23
23
<li><?=__('Comment on posts asking for help with a specific problem.')?></li>
<h3><?=__('Education and Training')?><?=$this->Html->link('¶', '#education', ['class' => 'headerlink', 'title' => __('Permalink to this headline')]) ?></h3>
34
34
35
35
<div class="br-bottom mb20"></div>
36
36
<p><?=__('Helping others to learn CakePHP is another valuable way to contribute to the community. There are many ways
<h3><?=__('Marketing and Evangelism')?><?=$this->Html->link('¶', '#marketing', ['class' => 'headerlink', 'title' => __('Permalink to this headline')]) ?></h3>
55
55
56
56
<div class="br-bottom mb20"></div>
57
57
<p><?=__('As an open source project, backed by the {0} we don\'t have a massive budget to market and advertise the framework, so we depend
<h3><?=__('Testing and Quality Assurance')?><?=$this->Html->link('¶', '#testing', ['class' => 'headerlink', 'title' => __('Permalink to this headline')]) ?></h3>
105
105
106
106
<div class="br-bottom mb20"></div>
107
107
<p><?=__('Filing issues is a great way to start contributing to CakePHP. By finding and reporting issues in the code
0 commit comments