Skip to content

Commit

Permalink
Merge branch 'dev' into ca-103
Browse files Browse the repository at this point in the history
  • Loading branch information
naumansharifwork authored Sep 12, 2024
2 parents f67b5a4 + b6ae891 commit 17720a4
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 0 deletions.
32 changes: 32 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
---
name: Bug report
about: Report an issue
title: ''
labels: ''
assignees: ''

---

**Environment:**
- OS: [e.g. OS X, Windows]
- Shell [e.g. bash, zsh]
- Version [e.g. Python 3.XX]

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

**Describe the bug**
A clear and concise description of what the bug is.

**To Reproduce**
Steps to reproduce the behavior:
1. Go to '...'
2. Run command '....'
3. Check logs '....'
4. See error

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

**Additional context**
Add any other context or links about the problem here.
14 changes: 14 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
name: Feature request
about: Suggest an addition
title: ''
labels: ''
assignees: ''

---

## Additional details

## Related pull request(s)

- #00

0 comments on commit 17720a4

Please sign in to comment.