Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
frama-c
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
pub
frama-c
Commits
863a5c9e
Commit
863a5c9e
authored
2 years ago
by
Allan Blanchard
Browse files
Options
Downloads
Patches
Plain Diff
[doc] fixes in CONTRIBUTING
parent
15a64fa9
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
CONTRIBUTING.md
+8
-3
8 additions, 3 deletions
CONTRIBUTING.md
with
8 additions
and
3 deletions
CONTRIBUTING.md
+
8
−
3
View file @
863a5c9e
...
...
@@ -8,7 +8,7 @@ There are several ways to participate in the Frama-C project:
-
Asking questions and discussing at
[
StackOverflow
](
https://stackoverflow.com/tags/frama-c
)
and through
the
[
Frama-C-discuss mailing list
](
https://
lists.gforge.inria.fr/mailman/list
info/frama-c-discuss
)
;
[
Frama-C-discuss mailing list
](
https://
groupes.renater.fr/sympa/
info/frama-c-discuss
)
;
-
Reporting bugs via
[
Gitlab issues
](
https://git.frama-c.com/pub/frama-c/issues
)
;
...
...
@@ -65,9 +65,14 @@ The detailed steps to submit a contribution to Frama-C are:
discussion and we will integrate it.
7.
Check for unexpected changes.
Use the command
`make lint`
Use the command
`make
check-
lint`
in your terminal from the Frama-C root directory to detect trailing spaces,
tabulations or incorrect indentation (ocp-ident >= 1.7.0 is needed).
tabulations or incorrect indentation (ocp-ident >= 1.8.1, camomile and
clang-format are needed), and
`make lint`
to fix problems if any.
Use the command
`make check-headers`
in your terminal from the Frama-C root
directory to detect bad file license (headache is needed), and
`make headers`
to fix them.
8.
Locally run the test framework of Frama-C by typing
`make tests`
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment