[Pkg-javascript-commits] [node-mocks-http] 104/296: fixed formatting issues
Thorsten Alteholz
alteholz at moszumanska.debian.org
Mon Feb 8 18:13:26 UTC 2016
This is an automated email from the git hooks/post-receive script.
alteholz pushed a commit to branch master
in repository node-mocks-http.
commit e7cf268b24e7965c64f8c6f64797c1c83e74a65f
Author: Johnny Estilles <johnny.estilles at agentia.asia>
Date: Tue Mar 10 14:50:20 2015 +0800
fixed formatting issues
---
CONTRIBUTING.md | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 83f0a8f..ffcfc1e 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -49,9 +49,9 @@ Provide the following information to help us identify and fix the issue in a tim
* **Suggestions** - if you have identified the lines of code or the commit responsible for the problem please include it as well
### Submitting a Pull Request
-We are a *Pull Request-friendly* project! Your pull requests are always welcome!
+We are a *Pull Request-friendly* project!
-We only ask that before you submit your pull request you consider the following guidelines:
+Your pull requests are always welcome. We only ask that you adhere to the following guidelines before you submit your pull request:
* Search [GitHub][pulls] for an open or closed Pull Request that may be similar to yours. Avoid duplicates!
* Fork our [repo][repo] and create a local clone, if you haven't done so already.
@@ -67,6 +67,7 @@ We only ask that before you submit your pull request you consider the following
git fetch upstream
git checkout master
git merge upstream/master
+ ```
* Create a new topic branch:
@@ -83,6 +84,7 @@ We only ask that before you submit your pull request you consider the following
```shell
git commit -a
```
+
Note: the optional commit `-a` command line option will automatically "add" and "rm" edited files.
* Push your branch to GitHub:
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-mocks-http.git
More information about the Pkg-javascript-commits
mailing list