Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update issue templates #4038

Merged
merged 7 commits into from Feb 7, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
10 changes: 9 additions & 1 deletion .github/ISSUE_TEMPLATE/bug_report.md
@@ -1,22 +1,30 @@
---
name: Bug Report
about: Create a report to help us improve
title: ''
labels: bug
assignees: ''

---

# Summary

<!-- Tell us what the bug is -->

# Expected Behavior

<!--- Tell us what should happen -->

# Actual Behavior

<!--- Tell us what happens instead of the expected behavior -->

# Steps to Reproduce

1.
2.
3.

# Environment

<!-- Tell us where on the platform it happens -->
<!-- e.g. desktop or mobile version, your browser, your OS -->
31 changes: 31 additions & 0 deletions .github/ISSUE_TEMPLATE/client-side-bug-report.md
@@ -0,0 +1,31 @@
---
name: Client-side Bug Report
about: Create a report to help us improve
title: ''
labels: bug, client-side
assignees: ''

---

# Summary

<!-- Tell us what the bug is -->

# Expected Behavior

<!--- Tell us what should happen -->

# Actual Behavior

<!--- Tell us what happens instead of the expected behavior -->

# Steps to Reproduce

1.
2.
3.

# Environment

<!-- Tell us where on the platform it happens -->
<!-- e.g. desktop or mobile version, your browser, your OS -->
12 changes: 12 additions & 0 deletions .github/ISSUE_TEMPLATE/client-side-feature-request.md
@@ -0,0 +1,12 @@
---
name: Client-side Feature Request
about: Suggest an idea for this project
title: ''
labels: client-side, feature
assignees: ''

---

# Summary

<!-- Tell us what the suggestion is -->
9 changes: 5 additions & 4 deletions .github/ISSUE_TEMPLATE/feature_request.md
@@ -1,11 +1,12 @@
---
name: Feature Request
about: Suggest an idea for this project
title: ''
labels: feature
assignees: ''

---

# Summary
<!-- Tell us what the suggestion is -->

# Environment
<!-- Tell us where on the platform it related -->
<!-- e.g. desktop or mobile version, your browser, your OS -->
<!-- Tell us what the suggestion is -->
31 changes: 31 additions & 0 deletions .github/ISSUE_TEMPLATE/server-side-bug-report.md
@@ -0,0 +1,31 @@
---
name: Server-side Bug Report
about: Create a report to help us improve
title: ''
labels: bug, server-side
assignees: ''

---

# Summary

<!-- Tell us what the bug is -->

# Expected Behavior

<!--- Tell us what should happen -->

# Actual Behavior

<!--- Tell us what happens instead of the expected behavior -->

# Steps to Reproduce

1.
2.
3.

# Environment

<!-- Tell us where on the platform it happens -->
<!-- e.g. your Node.js version, your OS -->
12 changes: 12 additions & 0 deletions .github/ISSUE_TEMPLATE/server-side-feature-request.md
@@ -0,0 +1,12 @@
---
name: Server-side Feature Request
about: Suggest an idea for this project
title: ''
labels: feature, server-side
assignees: ''

---

# Summary

<!-- Tell us what the suggestion is -->