Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
weboob
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
175
Issues
175
List
Boards
Labels
Milestones
Merge Requests
48
Merge Requests
48
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
weboob
weboob
Commits
d9ef4ff6
Commit
d9ef4ff6
authored
Feb 01, 2018
by
Phyks (Lucas Verney)
Committed by
Vincent A
Feb 01, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Mention to assign issue / open MR asap
parent
0840e18d
Pipeline
#1076
failed with stages
in 62 minutes and 5 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
5 deletions
+17
-5
CONTRIBUTING.md
CONTRIBUTING.md
+17
-5
No files found.
CONTRIBUTING.md
View file @
d9ef4ff6
How to contribute
=================
Whenever you start working on a bug or an issue, please mention it in the
corresponding issue on this repo. If there is not an already opened issue for
this bug, please open a MR as soon as possible (with the
`WIP:`
prefix
mentionning it is a work in progress) to let others know you are working on
this module and fixing things.
This way, everyone is aware of the changes you are making and this avoid doing
a lot of duplicate work.
Write a patch
-------------
Help yourself with the
`documentation <http://docs.weboob.org/>`
_.
Find an opened issue on
`this website <https://git.weboob.org/weboob/devel/issues>`
_, or write your own bugfix or feature.
Then, once it is necessary, commit with::
Find an opened issue on
`this website
<https://git.weboob.org/weboob/devel/issues>`
_, or write your own bugfix or
feature. Then, once it is necessary, commit with::
$ git commit -a
...
...
@@ -30,9 +41,10 @@ Perhaps you should also write or fix tests. These tests are automatically run by
Create a merge request or send a patch
--------------------------------------
The easiest way to send your patch is to create a fork on
`the Weboob Gitlab <https://git.weboob.org>`
_ and create a merge
request from there. This way, the code review process is easier and continuous integration is run automatically (see
previous section).
The easiest way to send your patch is to create a fork on
`the Weboob Gitlab
<https://git.weboob.org>`
_ and create a merge request from there. This way,
the code review process is easier and continuous integration is run
automatically (see previous section).
If you prefer good old email patches, just use
...
...
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