வலைபெயர்ப்பில் அறிக்கையிடல் சிக்கல்கள்

Weblate issue tracker is hosted at GitHub.

உங்களிடம் ஏதேனும் சிக்கல்களைப் புகாரளிக்க வரவேற்கத்தக்கது அல்லது அங்குள்ள வெப்லேட்டுக்கான மேம்பாடுகளை பரிந்துரைக்கவும். வெளியீட்டு அறிக்கை மூலம் உங்களுக்கு வசதியாக வழிகாட்ட பல்வேறு வார்ப்புருக்கள் தயாராக உள்ளன.

Note

If what you have found is a security issue in Weblate, please see பாதுகாப்பு சிக்கல்களைப் புகாரளித்தல்.

If you are not sure about your bug report or feature request, you can try வலைபெயர்ப்பு விவாதங்கள்.

சிக்கல்களை உருவாக்க AI ஐப் பயன்படுத்துதல்

If you asked an AI tool to find problems in Weblate or its modules, you must make sure to reveal this fact in your report.

கண்டுபிடிப்புகளை எங்களிடம் புகாரளிப்பதற்கு முன் நீங்கள் இருமுறை சரிபார்க்க வேண்டும், சிக்கல்கள் உண்மையில் உள்ளன என்பதை சரிபார்க்கவும், AI சொல்வது போல் சரியாக வேலை செய்யவும். AI- அடிப்படையிலான கருவிகள் அடிக்கடி தவறான அல்லது புனையப்பட்ட முடிவுகளை உருவாக்குகின்றன.

It is rarely a good idea to just copy and paste an AI-generated report to the project. Those generated reports typically are too wordy and rarely to the point (in addition to the common fabricated details). If you actually discover a issue with an AI and you have verified it yourself to be true, write the report yourself and explain the issue as you have learned it. This makes sure the AI-generated inaccuracies and invented issues are filtered out early before they waste more people's time.

பாதுகாப்பு அறிக்கைகளை நாங்கள் தீவிரமாக எடுத்துக் கொள்ளும்போது, ஒவ்வொரு அறிக்கையையும் முன்னுரிமையுடன் விசாரிக்கிறோம். இந்த வேலை நேரம் மற்றும் ஆற்றல்-எடுத்துக்கொள்ளும் மற்றும் பிற அர்த்தமுள்ள வேலைகளைச் செய்வதிலிருந்து நம்மை விலக்குகிறது. போலி மற்றும் இல்லையெனில் தயாரிக்கப்பட்ட பாதுகாப்பு சிக்கல்கள் உண்மையான திட்டப் பணிகளைச் செய்வதிலிருந்து திறம்படத் தடுக்கின்றன, மேலும் நேரத்தை வீணாக்குகின்றன.

திட்டத்திற்கு தயாரிக்கப்பட்ட போலி அறிக்கைகளை சமர்ப்பிக்கும் பயனர்களை உடனடியாக தடைசெய்கிறோம்.

வாழ்க்கை சுழற்சியை வெளியிடுகிறது

digraph "Issue lifecycle" { graph [fontname = "sans-serif", fontsize=10, ranksep=0.6, newrank=true]; node [fontname = "sans-serif", fontsize=10, margin=0.15]; edge [fontname = "sans-serif", fontsize=10]; subgraph cluster_states { graph [color=white]; "Waiting for: Triage" [shape=box, fillcolor="#1fa385", fontcolor=white, style=filled]; "Waiting for: Demand" [shape=box, fillcolor="#1fa385", fontcolor=white, style=filled]; "Waiting for: Community" [shape=box, fillcolor="#1fa385", fontcolor=white, style=filled]; "Waiting for: Milestone" [shape=box, fillcolor="#1fa385", fontcolor=white, style=filled]; "Waiting for: Implementation" [shape=box, fillcolor="#1fa385", fontcolor=white, style=filled]; "Waiting for: Release" [shape=box, fillcolor="#1fa385", fontcolor=white, style=filled]; } "Issue created" [fillcolor="#144d3f", fontcolor=white, style=filled]; "Issue closed as not planned" [fillcolor="#cccccc", style=filled]; "Issue converted to a discussion" [fillcolor="#cccccc", style=filled]; "Issue resolved" [fillcolor="#144d3f", fontcolor=white, style=filled]; "Issue created" -> "Waiting for: Triage"; "Waiting for: Triage" -> "Waiting for: Community" [label="The issue is not clearly defined"]; "Waiting for: Triage" -> "Issue closed as not planned" [label="The issue is out of scope"]; "Waiting for: Triage" -> "Issue converted to a discussion" [label="The issue is merely a support request"]; "Waiting for: Triage" -> "Waiting for: Milestone" [label="Ready to to be worked on"]; "Waiting for: Community" -> "Waiting for: Triage" [label="Community feedback received"]; "Waiting for: Community" -> "Issue closed as not planned" [label="Lack of response"]; "Waiting for: Community" -> "Waiting for: Milestone" [label="Ready to to be worked on"]; "Waiting for: Community" -> "Waiting for: Demand" [label="Too narrow use case"]; "Waiting for: Demand" -> "Waiting for: Milestone" [label="Ready to to be worked on"]; "Waiting for: Demand" -> "Issue closed as not planned" [label="The issue is out of scope"]; "Waiting for: Milestone" -> "Waiting for: Implementation" [label="Milestone assigned issue will be worked on"]; "Waiting for: Implementation" -> "Waiting for: Release" [label="Issue implemented waiting for a release"]; "Waiting for: Release" -> "Issue resolved" [label="The solution for the issue has been released"]; }