The bugtracker and git: Difference between revisions
From LimeSurvey Manual
No edit summary |
updated workflow and formatting |
||
Line 2: | Line 2: | ||
This article should help developers on the LimeSurvey when resolving issues. | This article should help developers on the LimeSurvey when resolving issues. | ||
General process outline | General process outline: | ||
# Bug reported by a user in [https://bugs.limesurvey.org Mantis] | |||
# Bug assigned to a developer (by the developer or someone else) | |||
# Bug fixed and a PR (pull request) made at github.com | |||
# Mantis ticket status changed to '''ready for code review''' | |||
# When creating the PR, please assign reviewer (DenisChenu or gabrieljenik for bugs, developer recommended by Github for features) | |||
# If the code review fails, reviewer puts comments in the PR what needs to be fixed | |||
# After successful code review, quality assurance tests and verifies the bugfix/feature | |||
# If testing fails, quality assurance puts comments in the Mantis ticket | |||
# Finally if all is well, quality assurance merges the PR and code gets published with a new version | |||
# Mantis ticket status changed to '''resolved''' and later '''closed''' | |||
This method of working should allow for efficient bug fixing with multiple developers. | |||
This method of working should allow for efficient bug fixing with multiple developers | |||
Please respond on what you think of this process, or what should be changed. | Please respond on what you think of this process, or what should be changed. |
Revision as of 10:23, 23 October 2023
This article should help developers on the LimeSurvey when resolving issues.
General process outline:
- Bug reported by a user in Mantis
- Bug assigned to a developer (by the developer or someone else)
- Bug fixed and a PR (pull request) made at github.com
- Mantis ticket status changed to ready for code review
- When creating the PR, please assign reviewer (DenisChenu or gabrieljenik for bugs, developer recommended by Github for features)
- If the code review fails, reviewer puts comments in the PR what needs to be fixed
- After successful code review, quality assurance tests and verifies the bugfix/feature
- If testing fails, quality assurance puts comments in the Mantis ticket
- Finally if all is well, quality assurance merges the PR and code gets published with a new version
- Mantis ticket status changed to resolved and later closed
This method of working should allow for efficient bug fixing with multiple developers.
Please respond on what you think of this process, or what should be changed.