Skip to content

Commit

Permalink
chore(template): updated issue template and added pr template
Browse files Browse the repository at this point in the history
  • Loading branch information
kishor82 committed May 5, 2024
1 parent 3e1941d commit 8a3cc98
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 16 deletions.
18 changes: 4 additions & 14 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,27 +12,17 @@ A clear and concise description of what the bug is.

**To Reproduce**
Steps to reproduce the behavior:
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error

**Expected behavior**
A clear and concise description of what you expected to happen.

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

**Desktop (please complete the following information):**
- OS: [e.g. iOS]
- Browser [e.g. chrome, safari]
- Version [e.g. 22]

**Smartphone (please complete the following information):**
- Device: [e.g. iPhone6]
- OS: [e.g. iOS8.1]
- Browser [e.g. stock browser, safari]
- Version [e.g. 22]
**Environment (if Applicable)**
- Library Version:
- Node.js Version:
- Operating System:

**Additional context**
Add any other context about the problem here.
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
name: Feature request
about: Suggest an idea for this project
about: Suggest an idea or enhancement for the library
title: ''
labels: ''
labels: 'feature'
assignees: ''

---
Expand Down
14 changes: 14 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
## Description

<!-- Briefly describe the changes introduced by this pull request. -->

## Related Issue

<!-- If this pull request resolves an open issue, please reference it here. -->

## Checklist

- [ ] I have tested these changes locally.
- [ ] I have updated relevant documentation.
- [ ] I have added appropriate comments and/or commit messages.
- [ ] My code follows the project's coding conventions and style guidelines.

0 comments on commit 8a3cc98

Please sign in to comment.