Skip to content

Commit

Permalink
chore: update issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
datnguye committed May 8, 2024
1 parent ac76446 commit 12dd28d
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 9 deletions.
13 changes: 12 additions & 1 deletion .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,18 @@ If applicable, add screenshots to help explain your problem.
**Desktop (please complete the following information):**

- OS: [e.g. Windows, Linux]
- Version [e.g. 1.7.1]
- `dbterd --version`'s output [e.g. 1.7.1]

**Running logs (if possible):**

<!-- For ex:
```log
2024-05-08 16:59:56,888 - dbterd - INFO - Run with dbterd==0.0.0 (main.py:54)
2024-05-08 16:59:56,891 - dbterd - INFO - Using dbt artifact dir at: C:\Sources\dbterd\samples\dbtresto (base.py:80)
2024-05-08 16:59:57,232 - dbterd - INFO - Collected 23 table(s) and 10 relationship(s) (test_relationship.py:95)
2024-05-08 16:59:57,233 - dbterd - INFO - Output saved to C:\Sources\dbterd\target/output.md (base.py:198)
``` -->

**Additional context**
Add any other context about the problem here.
16 changes: 8 additions & 8 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ assignees: '@datnguye'

---

**Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
**Is your feature request related to a problem? Please describe:**
<!-- A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] -->

**Describe the solution you'd like**
A clear and concise description of what you want to happen.
**Describe the solution you'd like:**
<!-- A clear and concise description of what you want to happen. -->

**Describe alternatives you've considered**
A clear and concise description of any alternative solutions or features you've considered.
**Describe alternatives you've considered:**
<!-- A clear and concise description of any alternative solutions or features you've considered. -->

**Additional context**
Add any other context or screenshots about the feature request here.
**Additional context:**
<!-- Add any other context or screenshots about the feature request here. -->

0 comments on commit 12dd28d

Please sign in to comment.