-
Epic
-
Resolution: Fixed
-
Minor
-
None
-
Warnings Plugin - Newbie Issues
-
There are a lot of simple to fix issues in the Warnings Next Generation Plugin. Most of these issues just require some small changes and are labeled with newbie friendly. These issues will be fixed in the course "Testing of enterprise applications" at the University of Applied Sciences Munich in this summer semester.
In order to fix such an issue, please install the development environment and follow these steps:
- Fork the repository (warnings-ng or analysis-model)
- Create a new branch
- Write a new test that exposes the bug (test is red)
- Fix the bug (test is green)
- Commit the changes and push them to your forked repository
- Create a pull request (PR)
- Wait for the CI to check the PR
- Fix any reported problems and push your changes again (no need to create a new PR)
- Wait for a review of your PR
- Fix comments and push your changes again
- Wait for the changes to be integrated
- Delete your branch