Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# ⚠️ ARCHIVED: Repository No Longer Supported

This repository is **no longer actively maintained or supported**. The codebase has been migrated to a new location to ensure better integration and ongoing updates.

### 🚀 New Location
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue | 🟡 Minor

Fix heading level jump (####) to satisfy Markdown lint.

Line 5 should use ## (or add an intermediate ## section) to avoid MD001 and keep heading hierarchy valid.

Suggested fix
-### 🚀 New Location
+## 🚀 New Location
📝 Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.

Suggested change
### 🚀 New Location
## 🚀 New Location
🧰 Tools
🪛 markdownlint-cli2 (0.22.0)

[warning] 5-5: Heading levels should only increment by one level at a time
Expected: h2; Actual: h3

(MD001, heading-increment)

🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.

In `@README.md` at line 5, The heading "### 🚀 New Location" jumps from a
higher-level '#' header and triggers MD001; change that line to "## 🚀 New
Location" (or insert an intermediate "##" section above and keep this as "###")
so the README heading hierarchy is sequential and satisfies Markdown linting.

Please find the latest version and continue development here:
**[FrendsTaskTemplate on GitHub](https://github.com/FrendsPlatform/FrendsTasks/tree/main/FrendsTaskTemplate)**

---

# Frends Task template

[![BuildMaster](https://github.com/FrendsPlatform/FrendsTaskTemplate/actions/workflows/BuildMaster.yml/badge.svg)](https://github.com/FrendsPlatform/FrendsTaskTemplate/actions/workflows/BuildMaster.yml)
Expand Down
Loading