Skip to content

Commit bbe21bd

Browse files
committed
Create CONTRIBUTING.md
1 parent 4e4373c commit bbe21bd

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

CONTRIBUTING.md

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
Contributing Guidelines
2+
=======================
3+
4+
This repository is for C++ code snippets, not complete programs. To add a snippet or set of related snippets, create a new folder (preferably all lowercase without spaces in the name) and add the snippets as C++ source or header files (please use .cpp and/or .hpp extensions). You must also include a README.md linking to e.g. ideone or coliru examples of working programs using the snippet(s), and a LICENSE file describing the license for the snippet(s).
5+
6+
When your pull request is accepted, add a page to the wiki for the new snippet(s) describing how they work and how to use them.

0 commit comments

Comments
 (0)