Commit 177c0174 authored by Alexander Berntsen's avatar Alexander Berntsen Committed by Sergei Trofimovich
Browse files

Improve HOWTO-Contribute

parent 27e5ad6f
Quick start Quick start
=========== ===========
So, you need to grab our overlay, add some patches there and send it us. So, you need to grab our overlay, add some patches there and send them to us.
It's mostly a set of following commands: It's mostly a set of following commands:
...@@ -26,8 +26,8 @@ Some notes: ...@@ -26,8 +26,8 @@ Some notes:
- ``--rebase`` parameter allows us to avoid useless merge commits: - ``--rebase`` parameter allows us to avoid useless merge commits:
commits are usually absolutely independent, so we like linear history. commits are usually absolutely independent, so we like linear history.
- Commit one ebuild at a time: don't modify more, than one package - Commit one ebuild at a time: don't modify more than one package
in single commit. It makes review easier. in single commit. It makes reviewing easier.
- Write meaningful commit messages! Look at the examples in the tree: - Write meaningful commit messages! Look at the examples in the tree:
``git log`` ``git log``
...@@ -36,7 +36,7 @@ Some notes: ...@@ -36,7 +36,7 @@ Some notes:
app-admin/haskell-updater: bump up to 1.2.0.1 (ghc-7.2 support) app-admin/haskell-updater: bump up to 1.2.0.1 (ghc-7.2 support)
If you don't like github for some reason you can send us patches as well. If you don't like github for some reason, you can send us patches as well.
Just export them (or publish the tree somewhere else) and send them out Just export them (or publish the tree somewhere else) and send them out
to haskell@gentoo.org: to haskell@gentoo.org:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment