Merge branch 'master' of https://github.com/isocpp/CppCoreGuidelines into final_action

Conflicts:
	CppCoreGuidelines.md
This commit is contained in:
Treb Connell 2015-09-28 15:23:12 -07:00
commit 462590319a
2 changed files with 991 additions and 1393 deletions

View File

@ -40,8 +40,12 @@ to display, reproduce, perform, distribute and create derivative works of that m
## Pull requests
We welcome pull requests for scoped changes to the guidelines--bug fixes in examples, clarifying ambiguous text, etc. Proposed changes should
We welcome pull requests for scoped changes to the guidelines--bug fixes in examples, clarifying ambiguous text, etc. Significant changes should
first be discussed in the [Issues](https://github.com/isocpp/CppCoreGuidelines/issues) and the Issue number must be included in the pull
request. Changes should be made in a child commit of a recent commit in the master branch. Lastly, to avoid line ending issues, please
set `autocrlf = input` and `whitespace = cr-at-eol` in your git configuration.
request. Also please specify the rule number in your Issue and PR.
Changes should be made in a child commit of a recent commit in the master branch. Also, if you are making many small changes please create
separate PRs to minimize merge issues.
Lastly, to avoid line ending issues, please set `autocrlf = input` and `whitespace = cr-at-eol` in your git configuration.

File diff suppressed because it is too large Load Diff