Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Duniter v2S
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Monitor
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
Show more breadcrumbs
nodes
rust
Duniter v2S
Merge requests
!101
improve documentation
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
improve documentation
hugo-fix-typo
into
master
Overview
8
Commits
5
Pipelines
0
Changes
1
Merged
Hugo Trentesaux
requested to merge
hugo-fix-typo
into
master
2 years ago
Overview
2
Commits
5
Pipelines
0
Changes
1
Expand
Fix multiple typos in the internal documentation
Improve visual aspect and redaction
Edited
2 years ago
by
Hugo Trentesaux
0
0
Merge request reports
Viewing commit
6996f7c9
Show latest version
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
6996f7c9
wip
· 6996f7c9
Hugo Trentesaux
authored
2 years ago
CONTRIBUTING.md
+
1
−
1
Options
@@ -19,7 +19,7 @@ Please read [Developer documentation] before contribute.
-
Create a branch based on
`master`
and prefixed with your nickname. Give your branch a short name indicating the subject.
-
Create an MR from your branch to
`master`
.
-
Never contribute to a branch of a
h
other contributor! If the contributor make a
`git rebase`
your commit will be lost !
-
Never contribute to a branch of a
n
other contributor! If the contributor make a
`git rebase`
your commit will be lost !
-
Before you push your commit:
-
Apply formatters (rustfmt and prettier) and linter (clippy)
-
Document your code.
Loading