From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ffbox0-bg.ffmpeg.org (ffbox0-bg.ffmpeg.org [79.124.17.100]) by master.gitmailbox.com (Postfix) with ESMTPS id BE4384C5DA for ; Mon, 4 Aug 2025 03:03:09 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.ffmpeg.org (Postfix) with ESMTP id A334568C1A0; Mon, 4 Aug 2025 06:03:04 +0300 (EEST) Received: from 25d96bc5cd66 (code.ffmpeg.org [188.245.149.3]) by ffbox0-bg.ffmpeg.org (Postfix) with ESMTPS id E8204687CA4 for ; Mon, 4 Aug 2025 06:03:02 +0300 (EEST) MIME-Version: 1.0 From: Yalda To: ffmpeg-devel@ffmpeg.org Subject: [FFmpeg-devel] [PATCH] forgejo/ISSUE_TEMPLATE: create Issue ticket template based on TRAC form (PR #20107) X-BeenThere: ffmpeg-devel@ffmpeg.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: FFmpeg development discussions and patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: FFmpeg development discussions and patches Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Message-Id: <20250804030304.A334568C1A0@ffbox0-bg.ffmpeg.org> Date: Mon, 4 Aug 2025 06:03:04 +0300 (EEST) Archived-At: List-Archive: List-Post: PR #20107 opened by Yalda URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20107 Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20107.patch This is based on the previously used, simple TRAC form with new description language. We can iterate on it to improve as needed. Note I put this in my master branch so folks can go to my branch and see it. >>From ec1fc4306e88479c1fde7f7fd4e87277a9f06dbb Mon Sep 17 00:00:00 2001 From: Yalda Date: Mon, 4 Aug 2025 03:01:16 +0000 Subject: [PATCH] forgejo/ISSUE_TEMPLATE: create Issue ticket template based on TRAC form This is based on the previously used, simple TRAC form with new description language. We can iterate on it to improve as needed. Signed-off-by: Yalda --- .forgejo/ISSUE_TEMPLATE.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .forgejo/ISSUE_TEMPLATE.md diff --git a/.forgejo/ISSUE_TEMPLATE.md b/.forgejo/ISSUE_TEMPLATE.md new file mode 100644 index 0000000000..d58e832b73 --- /dev/null +++ b/.forgejo/ISSUE_TEMPLATE.md @@ -0,0 +1,9 @@ +# Summary of the bug + +Briefly describe the issue you're experiencing. Include any error messages, unexpected behavior, or relevant observations. + +# Steps to reproduce + +List the steps required to trigger the bug. +Include the exact CLI command used, if any. +Provide sample input files, logs, or scripts if available. -- 2.49.1 _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-request@ffmpeg.org with subject "unsubscribe".