Skip to content

Commit

Permalink
fix doc
Browse files Browse the repository at this point in the history
  • Loading branch information
TsumiNa committed Jan 28, 2021
1 parent 540c3b2 commit 7dd15c0
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/source/contribution.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ Contribution guidelines
=======================

1. Fork it ( https://github.com/yoshida-lab/XenonPy/fork )
2. Extend your python environment to support XenonPy development (See: :ref:`installation:installing in development mode`.).
2. Create your feature branch (git checkout -b my-new-feature)
3. Commit your changes (git commit -am 'Add some feature')
4. Push to the branch (git push origin my-new-feature)
5. Create a new Pull Request
2. Extend your python environment to support XenonPy development (See: :ref:`installation:installing in development mode`)
3. Create your feature branch (git checkout -b my-new-feature)
4. Commit your changes (git commit -am 'Add some feature')
5. Push to the branch (git push origin my-new-feature)
6. Create a new Pull Request

When contribute your codes, please do the following

Expand Down

0 comments on commit 7dd15c0

Please sign in to comment.