Skip to content

Commit

Permalink
Style fixes to the CONTRIBUTING guidelines.
Browse files Browse the repository at this point in the history
  • Loading branch information
bravegnu committed Mar 11, 2016
1 parent cbf1c95 commit ad5c259
Showing 1 changed file with 17 additions and 27 deletions.
44 changes: 17 additions & 27 deletions CONTRIBUTING.adoc
@@ -1,7 +1,6 @@
= Contributing manual on gnu-eprog tutorial
= Contributing to the Tutorial

Contributing
------------
== Contributing

Like every other open source project, we gladly accept
contributions. Sections that need help have been marked with
Expand All @@ -15,34 +14,25 @@ The document is written in
http://www.methods.co.nz/asciidoc/[asciidoc], and converted to HTML
using the http://docbook.sourceforge.net/[docbook-xsl] stylesheets.

=== Fork this repo into your GitHub account

Make this repo fork into your GitHub account and work with it.

=== Install required software

* Fork this repo into your GitHub account.

* Install required software, for Debian / Ubuntu, use the following command.
+
------
sudo apt install asciidoc docbook libsaxon-java libxslthl-java imgsizer dia
------

=== Clone your repo

+
* Clone your repo.
+
------
cd ~
git clone -o gh https://github.com/yourname/gnu-eprog
cd gnu-eprog
git gui &
------

=== Do you project

Do what you want

=== Push you changes with git

Do desriptive comments on reasonable changesets

=== Send pull request to gnu-eprog maintainer

Send pull request to gnu-eprog maintainer to review your changes and merge
them into master gnu-eprog branch.
+
* Make your changes.

* Push you changes with `git`. Do use desriptive comments in your
commits.

* Send pull request to `gnu-eprog` maintainer, to review your
changes and merge them into `master` `gnu-eprog` branch.

0 comments on commit ad5c259

Please sign in to comment.