Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
name: Bug report
name: 🐛 Bug report
about: Create a report to help us improve libCacheSim
title: '[BUG]: '
labels: 'bug'
Expand Down
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/cleanup_request.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
name: Cleanup
name: 🧹 Cleanup
about: Report code cleanup, refactoring, or maintenance tasks
title: '[CLEANUP: '
title: '[CLEANUP]: '
labels: 'cleanup'
assignees: ''

Expand Down
5 changes: 5 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
blank_issues_enabled: false
contact_links:
- name: Questions
url: https://github.com/1a1a11a/libCacheSim/discussions
about: Ask questions and discuss with other libCacheSim community members
38 changes: 38 additions & 0 deletions .github/ISSUE_TEMPLATE/documentation.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
---
name: 📚 Documentation
about: Report an issue related to libCacheSim documentation
title: '[Doc]: '
labels: 'documentation'
assignees: ''

---

**Documentation Issue**
A clear and concise description of what content in the documentation is an issue.

**Suggested Improvement**
Tell us how we could improve the documentation in this regard.

**Documentation Category**
Please check the relevant category:
- [ ] API documentation
- [ ] Installation guide
- [ ] Usage examples
- [ ] Performance guide
- [ ] Troubleshooting
- [ ] README files
- [ ] Code comments
- [ ] Other (please specify)

**Current Documentation Location**
Please specify where the problematic documentation is located (e.g., file path, URL, section name).

**Additional Context**
Add any other context about the documentation issue here.

**Before submitting this issue**
- [ ] I have searched for relevant issues in the repository
- [ ] I have checked the existing documentation thoroughly
- [ ] I have provided specific suggestions for improvement

Thanks for contributing to libCacheSim documentation! 🎉
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
name: Feature request
name: 🚀 Feature request
about: Suggest an idea for libCacheSim
title: '[FEATURE]: '
labels: 'feature'
Expand Down
Loading