Add 2 issue templates#3
Conversation
Reviewer's Guide by SourceryThis pull request introduces two new issue templates: a bug report template and a feature request template. These templates are designed to streamline the process of creating issues by providing predefined fields and formatting. Flow diagram of issue template structureflowchart TD
A[Issue Templates] --> B[Bug Report]
A --> C[Feature Request]
B --> D[Required Fields]
B --> E[Optional Fields]
D --> D1[Bug Behavior]
D --> D2[Logs]
D --> D3[When It Occurred]
D --> D4[Steps to Reproduce]
D --> D5[Expected Behavior]
D --> D6[Device Info]
D --> D7[OS Info]
D --> D8[Browser Info]
E --> E1[Screenshots]
E --> E2[Possible Cause]
E --> E3[Additional Information]
C --> F[Required Fields]
C --> G[Optional Fields]
F --> F1[Problem Description]
F --> F2[Current Solution]
F --> F3[Proposed Solution]
G --> G1[Screenshots/Diagrams]
G --> G2[Additional Information]
File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
|
Important Review skippedBot user detected. To trigger a single review, invoke the You can disable this status message by setting the Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
Overview
This PR adds issue templates to the repository so that you can create issues more easily for GitAuto and your project. Please review the changes and merge the PR if you agree.
Added templates:
Summary by Sourcery
New Features: