-
Notifications
You must be signed in to change notification settings - Fork 424
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
Update docs/contributing
#4406
Comments
@geyslan could you clear a bit more what changes should be made? |
A full improvement or revamp of the contributing pages. For that one would read all docs, test already explained commands/steps. In the meantime to check if the listed above are missing or are not so well explained. If you feel that a restructure of pages is required, it's ok, let us know how you plan to redesign it. |
Ok i will go over the relevant docs and rebuild it as needed is |
In other words, the latter ignores checking. |
|
@geyslan I need you to clarify some things:
Also, I want to inform you that I remove the Documentation section and combine it with the guidelines |
Ok. |
@geyslan when I call make -f ./builder/Makefile.checkers it shows this help : To check formatting you should run:
$ make -f builder/Makefile.checkers fmt-check
To fix formatting you should run:
$ make -f builder/Makefile.checkers fmt-fix
To check code you should run:
$ make -f builder/Makefile.checkers code-check
Note: you should run fmt-fix before doing a git commmit.
Note: clang-format-12 is needed for eBPF code checks/fixes. do we want to keep it like this or change it to the format of |
I believe that |
Tracee dev env got evolving but without updating the respective https://github.com/aquasecurity/tracee/tree/main/docs/contributing sections.
For instance:
The text was updated successfully, but these errors were encountered: