Skip to content

Commit 364a87c

Browse files
authored
Fix issue to md (#181)
1 parent 5d535de commit 364a87c

File tree

6 files changed

+328
-75
lines changed

6 files changed

+328
-75
lines changed

.github/ISSUE_TEMPLATE/news.yml

Lines changed: 17 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
name: Bilingual News Submission
2-
description: Submit a news item for the website. Provide both English and Turkish entries, including an image (required).
2+
description:
3+
Submit a news item for the website. Provide both English and Turkish entries,
4+
including an image (required).
35
title: "[NEWS] <Insert news title>"
46
labels: ["auto-md", "news"]
57
body:
@@ -31,8 +33,20 @@ body:
3133
id: image_markdown
3234
attributes:
3335
label: "Image (drag & drop here)"
34-
description: "Drag & drop your image; GitHub will upload it and provide a markdown link."
35-
placeholder: "![alt text](https://user-images.githubusercontent.com/.../your-image.png)"
36+
description: |
37+
**⚠️ Image Requirements (Important)**
38+
- Images are displayed in **two different layouts** on the website:
39+
- **Hero / featured view:** ~**2.1:1** aspect ratio
40+
- **News card view:** ~**4:3** aspect ratio
41+
- Please choose an image that:
42+
- Has the **main subject centered**
43+
- Can be **safely cropped** in both wide and standard ratios
44+
- Avoid images with important content near the edges.
45+
- Supported formats: JPG, PNG, GIF, WebP, SVG
46+
47+
Drag & drop your image here; GitHub will upload it and provide a markdown link.
48+
placeholder:
49+
"![alt text](https://user-images.githubusercontent.com/.../your-image.png)"
3650
validations:
3751
required: true
3852

0 commit comments

Comments
 (0)