Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 1.38 KB

contributing.md

File metadata and controls

27 lines (19 loc) · 1.38 KB

Contribution Guidelines

Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.


To contribute to this repo you can use the GitHub web interface to suggest changes (learn how to here) or take the following steps:

  • Fork it (https://github.com/animo/awesome-self-sovereign-identity/fork)
  • Clone it (git clone https://github.com/animo/awesome-self-sovereign-identity)
  • Create your own branch (git checkout -b your_branch_name)
  • Commit your changes, describe the changes in your contribution (git commit -m 'Description of a commit')
  • Push to the branch (git push origin your_branch_name)
  • Create a new Pull Request (learn how to here)

Thank you for your suggestions!

Updating your PR

If the maintainers notice anything that we'd like changed, we'll ask you to edit your PR before we merge it. There's no need to open a new PR, just edit the existing one. If you're not sure how to do that, here is a guide on the different ways you can update your PR so that we can merge it.