Initial commit!

This commit is contained in:
onqtam
2016-09-08 19:50:36 +03:00
commit 448a74e452
3 changed files with 168 additions and 0 deletions

23
CONTRIBUTING.md Normal file
View File

@@ -0,0 +1,23 @@
# Contribution Guidelines
* Use the following format: `[LIBRARY](LINK) - DESCRIPTION. [LICENSE]`
* The link should be the name of the package or project.
* Add one link per pull-request.
* Keep descriptions concise, clear and simple, and end them with a period / stop.
* If there is no license use the `[NO LICENSE]` tag.
* If the license is unknown to you just link to it directly with the `LICENSE` tag (for example see another project).
* Add new licenses (such that no other project uses) to the bottom of the page for easy referencing.
* New categories, or improvements to the existing ones are also welcome.
* Make sure your text editor is set to remove trailing whitespace.
* It is desirable for the whole thing to fit on one line after getting rendered by github.
* The mentioning of 'CMake' in the description should have the first 2 letters as capital.
## Quality standard
To stay on the list, projects should follow these quality standards:
* Generally used and useful to the community.
* Actively maintained (even if that just means take care of open issues).
* Atleast partially documented.
Thanks to all [contributors](https://github.com/onqtam/awesome-cmake/graphs/contributors), you're awesome and this list wouldn't be possible without you!