- Partition features based on major C++ version into separate readme files.

- Fix fold expressions typo.
- Add a CONTRIBUTING.md file on how to effectively contribute.
This commit is contained in:
Anthony Calandra
2017-08-20 14:01:23 -04:00
parent c4431e1c38
commit db43d4b9c6
5 changed files with 1351 additions and 1 deletions

14
CONTRIBUTING.md Normal file
View File

@@ -0,0 +1,14 @@
# Contributing
Before I get started, thank you for contributing! :)
## Issues
For any typos, errors, or new feature suggestions feel free to open a new issue.
## Pull Requests
I'm not very picky about how you should contribute, but I ask that the following are met:
* Proper spelling and grammar.
* If it's a language or library feature that you can write code with, please provide an
example of its usage. An optimal submission would also include a short real-world use case for the feature.
* Make sure the feature is in the correct C++ version.
* Make sure you've added the feature to the table of contents.
* Make sure you have also added the feature to the separate major C++ readme files (ie. CPP11.md, CPP14.md, etc.).