-
Notifications
You must be signed in to change notification settings - Fork 264
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature/clang format #629
Feature/clang format #629
Conversation
c1db9da
to
0752b19
Compare
0752b19
to
f9cd681
Compare
CONTRIBUTING.md
Outdated
@@ -0,0 +1,25 @@ | |||
# Contributing to xsimd | |||
|
|||
First, thanks for being there! Welcome on board, We'll try to make your |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"We'll try to make your" => "we will try to make your"
CONTRIBUTING.md
Outdated
# Submitting patches | ||
|
||
Patches should be submitted through Github PR. We put some effort to setup a | ||
decent Contibuous Integration coverage, please try to make it green ;-) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
typo: Coninuous
CONTRIBUTING.md
Outdated
Patches should be submitted through Github PR. We put some effort to setup a | ||
decent Contibuous Integration coverage, please try to make it green ;-) | ||
|
||
We're using [clang-format](https://clang.llvm.org/docs/ClangFormat.html) to keep |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"We're using" => "We are using"
CONTRIBUTING.md
Outdated
|
||
# Extending the API | ||
|
||
We're open to extending the API, as long as it has been discussed either in an |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"We're open" => "We are open"
f9cd681
to
aa1d91a
Compare
The appveyor failure is due to a manual cancellation: since this PR was opened from a branch of this repo (not a fork), this triggered two builds from appveyor, one for the branch and on for the PR. However, these two builds are actually the same, so no need to waste time and resources on this. |
No description provided.