From c17fc4139a94534a2d9940259fbd2fdcaf3fe653 Mon Sep 17 00:00:00 2001 From: Tiger Wang Date: Fri, 3 Nov 2023 11:25:29 +0800 Subject: [PATCH] update CONTRIBUTING.md (#318) --- CONTRIBUTING.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 48a3965..f0eec0e 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -4,6 +4,8 @@ This document describes how to contribute an app to CasaOS AppStore. **IMPORTANT**: Your PR must be *well tested* on your own CasaOS first. This is the mandatory first step for your submission. +**NOTE**: The legacy `appfile.json` is no longer supported since CasaOS v0.4.4. There is no need to include this file in your PR. + ## Submit Process App submission should be done via Pull Request. Fork this repository and prepare the app per guidelines below.