Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Nest
Gentoo
Haskell
Commits
177c0174
Commit
177c0174
authored
Jan 06, 2014
by
Alexander Berntsen
Committed by
Sergei Trofimovich
Jan 06, 2014
Browse files
Improve HOWTO-Contribute
parent
27e5ad6f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
projects/doc/HOWTO-contribute.rst
projects/doc/HOWTO-contribute.rst
+4
-4
No files found.
projects/doc/HOWTO-contribute.rst
View file @
177c0174
Quick start
Quick start
===========
===========
So, you need to grab our overlay, add some patches there and send
i
t us.
So, you need to grab our overlay, add some patches there and send t
hem 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 review
ing
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:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment