Advertisement
Guest User

Untitled

a guest
Oct 22nd, 2014
150
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 1.57 KB | None | 0 0
  1. diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
  2. index 115b0a5..cd55ac8 100644
  3. --- a/CONTRIBUTING.md
  4. +++ b/CONTRIBUTING.md
  5. @@ -7,23 +7,26 @@ Please contribute to this repository if any of the following is true:
  6.  
  7.  # How to contribute
  8.  
  9. -Prerequisites: familiarity with [GitHub PRs](https://help.github.com/articles/using-pull-requests) (pull requests) and issues.
  10. -Knowledge of Markdown for editing `.md` documents
  11. +Prerequisites:
  12. +
  13. +- familiarity with [GitHub PRs](https://help.github.com/articles/using-pull-requests) (pull requests) and issues
  14. +- knowledge of Markdown for editing `.md` documents
  15.  
  16.  In particular, this community seeks the following types of contributions:
  17.  
  18.  - ideas: participate in an Issues thread or start your own to have your voice
  19. -heard.
  20. -- resources: submit a PR to add to RESOURCES.md with links to related content
  21. +heard
  22. +- resources: submit a PR to add to [docs README.md](/docs/README.md) with links to related content
  23.  - outline sections: help us ensure that this repository is comprehensive. if
  24.  there is a topic that is overlooked, please add it, even if it is just a stub
  25.  in the form of a header and single sentence. Initially, most things fall into
  26. -this category.
  27. +this category
  28.  - write: contribute your expertise in an area by helping us expand the included
  29.  content
  30.  - copy editing: fix typos, clarify language, and generally improve the quality
  31.  of the content
  32.  - formatting: help keep content easy to read with consistent formatting
  33. +- code: Fix issues or contribute new features to this or any related projects
  34.  
  35.  # Conduct
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement