From 7c89847aa61a1840cfa7b9aed755be5ef5e50d84 Mon Sep 17 00:00:00 2001 From: MCN <40795318+Technofied@users.noreply.github.com> Date: Tue, 25 Jun 2024 23:32:49 +0800 Subject: [PATCH] Fix wrong codeblock used in changelog Tada... --- docs/policies/staff/changelogs.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/policies/staff/changelogs.md b/docs/policies/staff/changelogs.md index 16bea67..9f4abe0 100644 --- a/docs/policies/staff/changelogs.md +++ b/docs/policies/staff/changelogs.md @@ -25,11 +25,11 @@ At the beginning of each Monday in ``UTC`` timezone, you need to send an opening Once you have sent the message, **right click** the message and click ``"Create Thread"``. The title for the thread should be formatted like so: ``Changelog - DD-MM-YYYY to DD-MM-YYYY``. - Send a message stating the thread is opened, i.e. ``Opened``. - Each time you complete a bug fix, feature addition, or in general make a backend change, please comment the change using the following format below in the thread you created: -- `` +- ``` :plus: **Important part** of the title :dropdown: More information. :dropdown: Use as many of these as you want. -`` +``` ![Figure 1.2](../../../static/img/staffing/changelogs/figure_1.2.png)