Skip to content

Commit

Permalink
Modified CONTRIBUTING.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
bharadwajyarlagadda committed Aug 21, 2016
1 parent ae55eb4 commit 5dae2d6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.rst
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,9 @@ Get Started!
Ready to contribute? Here's how to set up ``korona`` for local development.

1. Fork the ``korona`` repo on GitHub.
2. Clone your fork locally::
2. Pull your fork locally::

$ git clone git@github.com:bharadwajyarlagadda/korona.git
$ git clone git@github.com:<username>/korona.git

3. Install your local copy into a virtualenv. Assuming you have virtualenv installed, this is how you set up your fork for local development::

Expand Down
2 changes: 2 additions & 0 deletions korona/html/attributes.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
# Some of the attributes have confined values. We will mention all the
# confined values in a list for that particular attribute. In other words,
# the attribute values should be one of them.

# TODO: Add default values for the respective tag attributes if any.
'a':
{
'charset': {
Expand Down

0 comments on commit 5dae2d6

Please sign in to comment.