Skip to content

Commit

Permalink
improve documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
williambelle committed Aug 23, 2019
1 parent 9add135 commit 23f1907
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
12 changes: 6 additions & 6 deletions CONTRIBUTING.md
@@ -1,7 +1,7 @@
Contributing
============

Welcome, so you are thinking about contributing ?
Welcome, so you are thinking about contributing?
Awesome, this a great place to start.

Setup
Expand Down Expand Up @@ -52,11 +52,11 @@ perl Build dist
Release
-------

1. Bump the correct version.
2. Update the file [Changes](Changes)
3. Package the module.
4. Upload the package to https://pause.perl.org/
5. Create the tag (`git tag -a v<version> -m "Tagging the v<version> release"`)
1. Bump the correct version.
1. Update the file [Changes](Changes)
1. Package the module.
1. Upload the package to https://pause.perl.org/
1. Create the tag (`git tag -a v<version> -m "Tagging the v<version> release"`)

License
-------
Expand Down
6 changes: 4 additions & 2 deletions lib/EPFL/Sciper/List.pm
Expand Up @@ -30,8 +30,6 @@ Retrieve sciper from EPFL
print toJson(@listPersons);
print toTsv(@listPersons);
Via the command line epfl-sciper-list
=head1 DESCRIPTION
A simple module to retrieve a list of all public active sciper from EPFL.
Expand Down Expand Up @@ -166,6 +164,10 @@ sub p_buildUrl {
William Belle, C<< <william.belle at gmail.com> >>
=head1 SEE ALSO
See L<epfl-sciper-list> for the command line.
=head1 BUGS AND LIMITATIONS
Please report any bugs or feature requests here L<https://github.com/innovativeinnovation/epfl-sciper-list/issues>.
Expand Down

0 comments on commit 23f1907

Please sign in to comment.