Skip to content

Commit

Permalink
Create websiteAgenticJS_bug_report.md
Browse files Browse the repository at this point in the history
This commit introduces a new markdown file for reporting bugs on the AgenticJS website. The template aims to standardize the reporting process by providing a structured format that captures essential details about issues encountered by users. This facilitates quicker diagnosis and resolution by the development team.
  • Loading branch information
dannleft authored Aug 14, 2024
1 parent 267314c commit 1df4cda
Showing 1 changed file with 40 additions and 0 deletions.
40 changes: 40 additions & 0 deletions .github/ISSUE_TEMPLATE/websiteAgenticJS_bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
---
name: Website Issue Report
about: Create a report to help us improve the AgenticJS website
title: "[WEBSITE ISSUE] - Brief description of the issue"
labels: website, bug
assignees: ''

---

### Describe the Issue
A clear and concise description of what the bug or issue is. Include any error messages, unusual behaviors, incorrect information, or areas of the website that are impacted.

### URL
Provide the URL where the issue was encountered, or specify the general area of the website, if applicable.

### Steps to Reproduce
Provide a step-by-step process to reproduce the issue.
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error

### Expected Behavior
Describe what you expected to happen.

### Screenshots
If applicable, add screenshots to help explain your problem.

### Possible Solution
If you have suggestions on a fix for the bug, please describe it here.

### Additional Context
Add any other context about the problem here. This can include links to related issues, information about the device or browser version, etc.

### Environment Details
Please provide specifics about your environment, such as the browser type and version, operating system, screen resolution, and other relevant details that could help diagnose the issue.
- Browser: [e.g., Chrome, Safari]
- Operating System: [e.g., iOS, Windows]
- Screen Resolution: [e.g., 1920x1080]
- Device: [e.g., Desktop, iPhone X]

0 comments on commit 1df4cda

Please sign in to comment.