raising an issue in a project #91
-
What style or format is preferred when raising an issue. |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 3 replies
-
Tips for Raising an Issue: Title: Keep the title clear and concise. It's like a headline - make it catchy but informative. Description: Explain the issue in detail. Imagine you're telling a friend about it - what would you say? Be clear and include any necessary background information. Markdown: Feel free to use Markdown for formatting. It's like adding a little spice to your text - bold for emphasis, lists for organization, and links for references. Reproducibility: If it's a bug, provide steps to reproduce it. Think of it like a recipe - the more detailed, the better. Visuals: Sometimes, a picture says it all. If it helps, add screenshots or GIFs to illustrate the problem. Labels and Assignees: Choose the right labels to categorize your issue. And if you know who should handle it, assign them - it's like addressing an envelope to the right person. Check First: Before you hit that "Submit" button, check if someone else already reported the same issue. It's like looking for your keys before leaving the house - saves time and avoids duplicates. Keep it Simple: Don't overthink it. Just write naturally, like you're chatting with a friend. Simple and to the point is often the best approach. Preview: Give your issue a quick once-over before posting. It's like proofreading an email - catches any typos or missed details. |
Beta Was this translation helpful? Give feedback.
-
Certainly! Here's a comprehensive guide for raising an issue following the tips provided: Keep the Title Clear and Concise Explain the Issue in Detail Use Markdown for Formatting Reproducibility Visuals Labels and Assignees Check First and Keep it Simple Preview Before Posting Following these tips will help ensure that your issue is clear, comprehensive, and well-structured, providing the best chance for a swift and effective resolution. |
Beta Was this translation helpful? Give feedback.
-
Basic Steps that are generally followed:
|
Beta Was this translation helpful? Give feedback.
-
Keep it simple and precise, try including below points: Title: A concise summary of the issue. |
Beta Was this translation helpful? Give feedback.
-
When raising an issue, ensure your description is clear and concise, detailing the problem, steps to reproduce, expected versus actual behavior, relevant context, and environment information. Check for existing similar issues and be open to collaboration with maintainers and contributors. |
Beta Was this translation helpful? Give feedback.
Keep it simple and precise, try including below points:
Title: A concise summary of the issue.
Description: Detailed explanation of the problem or enhancement you want to address.
Current Behavior : What's happening instead?
Any relevant screenshots or code snippets.
Labels: Choose relevant labels.
Assignees: You can assign the issue to yourself if you plan to work on it.