-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Check Title level #24 #28
base: master
Are you sure you want to change the base?
Conversation
…c2corg#24) How do I check it works ?
campbot/checkers.py
Outdated
class TitleLevel(object): | ||
def __init__(self): | ||
self.name = "Titre de niveau trop élevé" | ||
self.fail_marker = emoji("/uploads/default/original/2X/0/0178043b1b70e669946f609571bd4b8f7d18e820.png", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Use another icon. you can use HTML. Maybe <strong>H</strong>
for fail_marker, and <ins><strong>H</strong></ins>
for success_marker ?
Co-authored-by: Charles de Beauchesne <[email protected]>
Co-authored-by: Charles de Beauchesne <[email protected]>
Co-authored-by: Charles de Beauchesne <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
change regarding lisibility and no downgrading instead of correcting.
No description provided.