Skip to content

Commit

Permalink
Add a note about keyword arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
stympy authored Dec 8, 2017
1 parent 5338f0f commit b6e1796
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,12 @@ deterministic feature.
put your translations in `lib/locales/en/my_thing.yml`. See [the locale
README](./lib/locales/en/README.md) for more info.

6. Push to your fork and submit a pull request.
6. Methods with optional arguments should use keyword rather than positional
arguments. An exception to this could be a method that takes only one
optional argument, and it's unlikely that that method would ever take more
than one optional argument.

7. Push to your fork and submit a pull request.

Syntax:

Expand Down

0 comments on commit b6e1796

Please sign in to comment.