Something isn't working right or I have an idea for a functionality. Where can I post that? #115
-
I have discovered something in the code that ...:
Where can I best post that so that everybody keeps that in mind? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
An urgent bug that keeps the code from workingWe always try to have a working code in the master and development branch! The master and development branch are always tested and only merged if we are confident that it is working as intended. But sometimes there are special cases which we didn't account for, and the code doesn't work anymore as intended. The best steps to take are:
A bug, but the code still worksSometimes there is an error in how something is calculated in the algorithm, or something is missing, but the code still works. Then write an issue and mark is as Something else for the futureOur framework is never completely finished, so there are always things to improve. If there is something missing that you think is needed in the future, write an issue and mark it as Rule of thumb: It's always better to write an issue too many than too few! Enjoy the optimality |
Beta Was this translation helpful? Give feedback.
An urgent bug that keeps the code from working
We always try to have a working code in the master and development branch! The master and development branch are always tested and only merged if we are confident that it is working as intended. But sometimes there are special cases which we didn't account for, and the code doesn't work anymore as intended. The best steps to take are: