issues
search
cscenter
/
lms
https://compscicenter.ru
Apache License 2.0
7
stars
2
forks
source link
Minor issue
#877
Closed
Dmi4er4
closed
2 months ago
Dmi4er4
commented
2 months ago
Checklist:
[ ] I have performed a self-review of my own code:
[ ] Good naming: make sure you would understand your code if you read it a few months from now.
[ ] No common performance issues (e.g. N + 1 problem)
[ ] Unrelated code has been removed (unused imports,
print
statements, unrelated template context variables, commented code, etc)
[ ] I have commented my code, particularly in hard-to-understand areas
[ ] I understand that short PRs lead to higher-quality code and faster delivery of features.
[ ] Linear history: my code has been rebased on the most recent commit in the master branch before opening PR
[ ] I have followed
conventional commits specification
for PR title
[ ] I have referenced YouTrack issue in the PR description for easy access
[ ] I have added tests that prove my code works
Checklist:
print
statements, unrelated template context variables, commented code, etc)