Skip to content

Commit

Permalink
add guidelines for bug report and feature request (#1980)
Browse files Browse the repository at this point in the history
  • Loading branch information
fehiepsi authored Feb 18, 2025
1 parent af68b5f commit f7746d5
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
name: Bug Report
about: Report a bug to help us improve
labels: bug
---

### Bug Description
A clear and concise description of the bug.

### Steps to Reproduce
Steps to reproduce the behavior.

### Expected Behavior
A clear and concise description of what you expected to happen.
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
blank_issues_enabled: false
contact_links:
- name: Pyro Discussion Forum
url: https://forum.pyro.ai/
Expand Down
11 changes: 11 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
name: Feature Request
about: Suggest an idea or improvement
labels: enhancement
---

### Feature Summary
A clear and concise description of the feature.

### Why is this needed?
Explain why this feature is important. What problem does it solve?

0 comments on commit f7746d5

Please sign in to comment.