Skip to content

Commit

Permalink
[doc] Fix typos and a link to SECURITY.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lpinca committed Jul 1, 2015
1 parent a1d5c59 commit f14f0fa
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions CONTRIBUTING.md
Expand Up @@ -22,7 +22,7 @@ to the code:
- Searching for potential memory leaks, event loops blocks and de-optimized - Searching for potential memory leaks, event loops blocks and de-optimized
code. code.
- Preforming security audits on the code base. Please check our - Preforming security audits on the code base. Please check our
[SECURITY.md](security) for the Security Guidelines. [SECURITY.md][security] for the Security Guidelines.
- Filing bugs. - Filing bugs.


And that list goes on and on. No matter what you choose we are thankful for your And that list goes on and on. No matter what you choose we are thankful for your
Expand Down Expand Up @@ -69,7 +69,7 @@ already known. If you've found an issue that is:
might make more sense to just add comment to the closed issue explaining that might make more sense to just add comment to the closed issue explaining that
you're still affected by this. you're still affected by this.
- **open:** Try to provide more details to the issue. If you can reproduce the - **open:** Try to provide more details to the issue. If you can reproduce the
issue in a different way then the one used by the original author, please add issue in a different way than the one used by the original author, please add
this. The more ways we have to reproduce the bug, the more are the chances to this. The more ways we have to reproduce the bug, the more are the chances to
get it fixed fast. get it fixed fast.
- **missing:** Please open a new issue, we would love to hear more about it. - **missing:** Please open a new issue, we would love to hear more about it.
Expand Down Expand Up @@ -165,7 +165,7 @@ importance:


Unless you are fixing a known bug we **strongly** encourage to discuss your Unless you are fixing a known bug we **strongly** encourage to discuss your
feature with the core team via a GitHub issue or [IRC][irc]. Before getting feature with the core team via a GitHub issue or [IRC][irc]. Before getting
started ensure that you work will not rejected. started ensure that your work will not rejected.


All contributions must be made via pull requests. After a pull request is made All contributions must be made via pull requests. After a pull request is made
other contributors will either provide feedback or merge it directly depending other contributors will either provide feedback or merge it directly depending
Expand Down Expand Up @@ -280,7 +280,7 @@ this is an issue please contact us directly through [IRC][irc].
behaviour is not welcome. behaviour is not welcome.


[dco]: http://elinux.org/Developer_Certificate_Of_Origin [dco]: http://elinux.org/Developer_Certificate_Of_Origin
[irc]: http://webchat.freenode.net/?channels=primus [irc]: https://webchat.freenode.net/?channels=primus
[fencing]: https://help.github.com/articles/github-flavored-markdown/#fenced-code-blocks [fencing]: https://help.github.com/articles/github-flavored-markdown/#fenced-code-blocks
[security]: SECURITY.md [security]: SECURITY.md
[readme]: README.md [readme]: README.md

0 comments on commit f14f0fa

Please sign in to comment.