Skip to content

Commit f7746d5

Browse files
authored
add guidelines for bug report and feature request (#1980)
1 parent af68b5f commit f7746d5

File tree

3 files changed

+26
-0
lines changed

3 files changed

+26
-0
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
name: Bug Report
3+
about: Report a bug to help us improve
4+
labels: bug
5+
---
6+
7+
### Bug Description
8+
A clear and concise description of the bug.
9+
10+
### Steps to Reproduce
11+
Steps to reproduce the behavior.
12+
13+
### Expected Behavior
14+
A clear and concise description of what you expected to happen.

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
blank_issues_enabled: false
12
contact_links:
23
- name: Pyro Discussion Forum
34
url: https://forum.pyro.ai/
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
name: Feature Request
3+
about: Suggest an idea or improvement
4+
labels: enhancement
5+
---
6+
7+
### Feature Summary
8+
A clear and concise description of the feature.
9+
10+
### Why is this needed?
11+
Explain why this feature is important. What problem does it solve?

0 commit comments

Comments
 (0)