Skip to content

Commit

Permalink
[ci skip]chore: add issue template
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhenShuo2021 committed Jan 15, 2025
1 parent 8cd8275 commit 8e6524d
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
25 changes: 25 additions & 0 deletions .github/ISSUE_TEMPLATE/general_issue.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
---
name: General Issue
about: A universal issue template for bugs, features, enhancements, and more.
title: ''
labels: ''
assignees: ''

---

**Summary**
Briefly describe the issue or request.

**Details**
Provide a detailed description of the issue, including:

- Steps to reproduce the issue.
- Relevant logs, screenshots, or error messages.
- Environment details (e.g., OS, browser, version, configuration).
- Any related links (e.g., PRs, commits, external references).

**Expected vs. Actual**
What should happen vs. what actually happens.

**Proposal or Notes**
Suggested fix, improvement, or additional observations.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# Custom
.DS_Store
html/*
*temp*
v2dl_chrome_profile*
chromedriver
profile
Expand Down

0 comments on commit 8e6524d

Please sign in to comment.