Mentions légales du service
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
faust
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD 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
Admin message
GitLab upgrade completed. Current version is 17.11.4.
Show more breadcrumbs
faust group
faust
Commits
27f4b5b4
Commit
27f4b5b4
authored
1 year ago
by
hhakim
Browse files
Options
Downloads
Patches
Plain Diff
Add mention of proxy fork + other minor changes.
parent
e949e9a3
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
+11
-9
11 additions, 9 deletions
CONTRIBUTING.md
with
11 additions
and
9 deletions
CONTRIBUTING.md
+
11
−
9
View file @
27f4b5b4
...
...
@@ -2,7 +2,7 @@
[[
_TOC_
]]
Below we describe the processes to follow for any contribution to the FAµST
Below we describe the processes to follow
ideally
for any contribution to the FAµST
project.
### Posting issues on Gitlab
...
...
@@ -15,7 +15,7 @@ Please specify these elements on any issue which might need it:
.rpm, .deb, .pkg).
-
The version of FAµST: check
``pyfaust.__version__``
on a Python terminal for
pyfaust or
``matfaust.version()``
on a Matlab terminal for matfaust.
-
Explain clearly the problem you ran into or the feature you're intersting in
-
Explain clearly the problem you ran into or the feature you're inter
e
sting in
and preferably give a snippet of code to reproduce easily.
### Code contribution
...
...
@@ -23,18 +23,20 @@ Please specify these elements on any issue which might need it:
Any contribution to the development is of course welcome. It might be a bug
fix, a feature or an algorithm implementation.
In order to contribute:
In order to contribute
there are two alternatives
:
-
If you have an Inria account or are a member for the FAµST
g
itlab project
please fork the project (a button is provided on the
g
itlab frontpage of the
project). Then do a Merge Request. If you are member of the project you might
also directly push your branch (giving a meaningful name) and do your merge
request for this branch.
1.
If you have an Inria account or are a member for the FAµST
G
itlab project
please fork the project (a button is provided on the
G
itlab frontpage of the
project). Then do a Merge Request. If you are member of the project you might
also directly push your branch (giving a meaningful name) and do your merge
request for this branch.
-
If you don't have have any account on Inria's
g
itlab you can clone the
2.
If you don't have have any account on Inria's
G
itlab you can
git-
clone the
project, do any modifications you want to do. Then send us the patch obtained
with the command
``git diff > my.patch``
. Please send to all email addresses
listed in
[
contact section of the official web site
](
https://faust.inria.fr/contact/
)
.
If you ask us we might fork the project for you and add your account as
project member so that you can proceed as in first alternative.
Before sending us your patches or merge requests, please ensure as much as
possible that the project is still able to build and that related tests pass
...
...
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