Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dolibarr
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container registry
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Software_Artifact_Infrastructure_Repository
dolibarr
Commits
6d751ad6
Commit
6d751ad6
authored
10 years ago
by
Laurent Destailleur
Browse files
Options
Downloads
Plain Diff
Merge pull request #2317 from GPCsolutions/contributing
Added branches information to contributing guidelines
parents
91626cfc
8fcf0de5
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
CONTRIBUTING.md
+17
-2
17 additions, 2 deletions
CONTRIBUTING.md
with
17 additions
and
2 deletions
CONTRIBUTING.md
+
17
−
2
View file @
6d751ad6
...
@@ -13,10 +13,25 @@ Issues are tracked at [Doliforge](https://doliforge.org/projects/dolibarr)
...
@@ -13,10 +13,25 @@ Issues are tracked at [Doliforge](https://doliforge.org/projects/dolibarr)
Code
Code
----
----
### Basic workflow
1.
Fork the
[
GitHub repository
](
https://github.com/Dolibarr/dolibarr
)
.
1.
Fork the
[
GitHub repository
](
https://github.com/Dolibarr/dolibarr
)
.
2.
Clone your fork.
2.
Clone your fork.
3.
Commit and push your changes.
3.
Choose a branch(See the Branches section below).
4.
Make a pull request.
4.
Commit and push your changes.
5.
Make a pull request.
### Branches
Unless you're fixing a bug, all pull request should be made against the
*develop*
branch.
If you're fixing a bug, it is preferred that you cook your fix and pull request it
against the oldest version affected that's still supported.
We officially support versions N, N − 1 and N − 2 for N the latest version available.
Choose your base branch accordingly.
### General rules
### General rules
Please don't edit the ChangeLog file. A project manager will update it from your commit messages.
Please don't edit the ChangeLog file. A project manager will update it from your commit messages.
...
...
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