Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Tor
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
Package registry
Container 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
Show more breadcrumbs
sergi
Tor
Commits
85219d88
Commit
85219d88
authored
4 years ago
by
Nick Mathewson
Browse files
Options
Downloads
Plain Diff
Merge remote-tracking branch 'tor-gitlab/mr/57'
parents
b83c6ab7
ca1003b7
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/HACKING/CodingStandards.md
+12
-0
12 additions, 0 deletions
doc/HACKING/CodingStandards.md
with
12 additions
and
0 deletions
doc/HACKING/CodingStandards.md
+
12
−
0
View file @
85219d88
...
...
@@ -87,6 +87,18 @@ months and expect it to merge cleanly. Try to merge pieces early and often.
## How we log changes
Before diving in the details on how to write a changes file, note that we do
NOT require a changes file for:
*
Any change to a file that is not distributed in the tarball. This
includes:
-
Any change to our CI configuration that does not affect the distributed
source.
-
Any change to developer-only tools, unless those tools are distributed
in the tarball.
*
Non-functional code movement.
*
Identifier re-namings, comment edits, spelling fixes, and so on.
When you do a commit that needs a ChangeLog entry, add a new file to
the
`changes`
toplevel subdirectory. It should have the format of a
one-entry changelog section from the current ChangeLog file, as in
...
...
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