-
-
Notifications
You must be signed in to change notification settings - Fork 62
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
Contribution guide #7
Labels
documentation
Improvements or additions to documentation
Comments
Closed
Will follow this conventions. |
This was referenced Mar 7, 2020
@hsluoyz Thanks for this. This will be surely followed. |
Get the point,this rule will be precisely followed |
hsluoyz
added
documentation
Improvements or additions to documentation
help wanted
Extra attention is needed
labels
Jun 17, 2020
|
Another thing to consider is adding namespaces to your project, e.g. namespace casbin { .. } in each file. This will prevent conflicts with other projects. |
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
3. Use
use namespace std;
, there should be nostd::string
in the code. [Abandoned].cpp
and.h
. Others like.cc
,.hpp
are forbidden.printf
instead ofcout
. Nocout
will be allowed in the code.The text was updated successfully, but these errors were encountered: