Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
T
tarantool
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
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
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
core
tarantool
Commits
d82be7dd
Commit
d82be7dd
authored
12 years ago
by
Konstantin Osipov
Browse files
Options
Downloads
Patches
Plain Diff
Update the bug procedures.
parent
d79395c2
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
doc/developer/developer.xml
+22
-6
22 additions, 6 deletions
doc/developer/developer.xml
with
22 additions
and
6 deletions
doc/developer/developer.xml
+
22
−
6
View file @
d82be7dd
...
...
@@ -106,20 +106,36 @@ Upload the milestone from http://tarantool.org/dist to Launchpad. Use the .src.t
<title>
How to work on a bug
</title>
<para>
Any defect, even minor, if it changes the user-visible
server behavior, needs a bug report. Report a bug at
bugs.launchpad.net/tarantool.
http://
bugs.launchpad.net/tarantool.
When reporting a bug, try to come up with a test case right away.
Set the current maintenance milestone for the bug fix, and specify the series.
Assign the bug to yourself. Put the status to 'In progress'
Once the patch is ready, put the bug the bug to 'In review' and solicit a review for the fix.
Set the current maintenance milestone for the bug fix, and specify
the series. Assign the bug to yourself. Put the status to 'In
progress' Once the patch is ready, put the bug the bug to 'In
review' and solicit a review for the fix.
</para>
<para>
Once there is a positive code review, push the patch
and set the status to 'Fix committed'
</para>
<para>
Patches for bugs should contain a reference to the respective
Launchpad bug page or at least bug id. Each patch should have a
test, unless coming up with one is difficult in the current
framework, in which case QA should be alerted.
</para>
<para>
There are two things you need to do when your patch makes it
into the master:
<itemizedlist>
<listitem><para>
put the bug to 'fix committed',
</para></listitem>
<listitem><para>
delete the remote branch.
</para></listitem>
</itemizedlist>
</para>
</section>
</chapter>
...
...
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