Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added PHPPR, Paraná, Brazil #1

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/.gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
.jekyll-metadata
.sass-cache
Gemfile.lock
_site
2 changes: 1 addition & 1 deletion docs/Gemfile
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
source 'https://rubygems.org'
gem 'github-pages', group: :jekyll_plugins
gem 'github-pages'
199 changes: 0 additions & 199 deletions docs/Gemfile.lock

This file was deleted.

13 changes: 13 additions & 0 deletions docs/_data/groups/2017.yml
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,19 @@
contacts:
- name: PUG-MI Coordinators
email: [email protected]

- name: PHPPR
location: Paraná, Brazil
website: http://www.phppr.org/
meetup: https://www.meetup.com/pt-BR/PHP-PR
twitter: https://twitter.com/phppr_org
contacts:
- name: Domingos Teruel
email: [email protected]
- name: Flavio Silveira
email: [email protected]
- name: Fernando Moreira
email: [email protected]

- name: PHPRS
location: Rio Grande do Sul, Brazil
Expand Down
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<h1>Welcome to <br>PHP TestFest</h1>
<p>Improving code coverage of the PHP language</p>
</header>
<p>PHP TestFest aims to improve the <a href="http://gcov.php.net/">code coverage</a> of the test suite for the <a href="https://php.net">PHP programming language</a>. Groups from around the world are encouraged to participate from September through December, meeting physically or virtually, learning how to write and contribute <em>phpt</em> tests. We will award prizes (to be announced) to participating individuals and groups in early December.</p>
<p>PHP TestFest aims to improve the <a href="http://gcov.php.net/">code coverage</a> of the test suite for the <a href="https://php.net">PHP programming language</a>. Groups from around the world are encouraged to participate from September through December, meeting physically or virtually, learning how to write and contribute <em>phpt</em> tests. We will award prizes (to be announced) to participating individuals and groups in early January 2018.</p>
<ul class="actions">
<li><a href="/start/" class="button big">Get Started</a></li>
</ul>
Expand Down