Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
gaoqiong
pybind11
Commits
111b25b2
"git@developer.sourcefind.cn:gaoqiong/pybind11.git" did not exist on "76eb607d4ed821de36df703f7de1c428e93fa6e7"
Commit
111b25b2
authored
Oct 14, 2018
by
cdyson37
Committed by
Wenzel Jakob
Oct 14, 2018
Browse files
Mention flake8 and check-style.sh in CONTRIBUTING (#1567)
parent
e76dff77
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
CONTRIBUTING.md
CONTRIBUTING.md
+2
-0
No files found.
CONTRIBUTING.md
View file @
111b25b2
...
@@ -27,6 +27,8 @@ adhere to the following rules to make the process as smooth as possible:
...
@@ -27,6 +27,8 @@ adhere to the following rules to make the process as smooth as possible:
do add value by themselves.
do add value by themselves.
*
Add tests for any new functionality and run the test suite (
``make pytest``
)
*
Add tests for any new functionality and run the test suite (
``make pytest``
)
to ensure that no existing features break.
to ensure that no existing features break.
*
Please run
``flake8``
and
``tools/check-style.sh``
to check your code matches
the project style. (Note that
``check-style.sh``
requires
``gawk``
.)
*
This project has a strong focus on providing general solutions using a
*
This project has a strong focus on providing general solutions using a
minimal amount of code, thus small pull requests are greatly preferred.
minimal amount of code, thus small pull requests are greatly preferred.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment