getfem-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Getfem-commits] (no subject)


From: Yves Renard
Subject: [Getfem-commits] (no subject)
Date: Mon, 2 Jul 2018 04:38:49 -0400 (EDT)

branch: fixmisspell
commit 175f9e2da55223a832b7f3135010b0ded904615c
Author: Yves Renard <address@hidden>
Date:   Mon Jul 2 10:27:27 2018 +0200

    documentation for the fixmisspell branch
---
 doc/sphinx/source/project/contribute.rst | 10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)

diff --git a/doc/sphinx/source/project/contribute.rst 
b/doc/sphinx/source/project/contribute.rst
index 843712b..6796863 100644
--- a/doc/sphinx/source/project/contribute.rst
+++ b/doc/sphinx/source/project/contribute.rst
@@ -56,7 +56,15 @@ Before modifying any file, you have to create a *development 
branch* because it
 The first command create the branch and the second one position you on your 
branch. After that you are nearly ready to makes some modifications. You can 
specify your contact name and e-mail with the following commands in order to 
label your changes ::
 
   git config --global user.name "Your Name Comes Here"
-  git config --global user.email address@hidden
+git config --global user.email address@hidden
+
+Specific branch for doc improvements and typo-fixes
+---------------------------------------------------
+
+If you want to contribute to the documentation only, it is not necessary to 
build a specific branch. You can just checkout to the ``fixmisspell`` branch 
which has been created for this purpose with ::
+
+  git checkout fixmisspell
+
 
 Locally commit your changes
 ---------------------------



reply via email to

[Prev in Thread] Current Thread [Next in Thread]