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
23 changes: 23 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
---
name: Bug Report
about: Something is broken or not working
labels: bug
---

**Describe the bug:**
<!-- What went wrong? -->

**Error output:**
<!-- Paste the error here -->

**To reproduce:**
1. Run `zap ...`
2. See error

**Expected behavior:**
<!-- What should have happened? -->

**Environment:**
- OS:
- Node version: (run `node -v`)
- zap-search version: (run `zap --version`)
15 changes: 15 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
name: Feature Request
about: Suggest a new feature or improvement
labels: enhancement
---

**What problem does this solve:**
<!-- Why do you need this? What pain point does it fix? -->

**What you want:**
<!-- Describe the feature clearly -->

**Example usage:**
<!-- How would someone use it? -->

20 changes: 20 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
## lINK ISSUE (if any) :

## What does this PR do?
<!-- Brief description of changes -->

## Type of change
- [ ] Bug fix
- [ ] New feature
- [ ] Breaking change
- [ ] Documentation update

## How to test?
<!-- Steps to test your changes locally -->
1. `npm install -g zap-search`
2. Run `zap ...`

## Checklist
- [ ] I have tested this locally
- [ ] I have updated the README if needed
- [ ] Build passes (`npm run build`)
4 changes: 2 additions & 2 deletions apps/cli/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading