Skip to content

Commit

Permalink
Merge pull request #6668 from ReactiveX/update-bug-template
Browse files Browse the repository at this point in the history
chore(issue): update issue template
  • Loading branch information
kwonoj committed Dec 1, 2021
2 parents 1a50ecc + a52893a commit 0a64078
Show file tree
Hide file tree
Showing 4 changed files with 50 additions and 70 deletions.
21 changes: 0 additions & 21 deletions .github/ISSUE_TEMPLATE.md

This file was deleted.

49 changes: 0 additions & 49 deletions .github/ISSUE_TEMPLATE/bug_report.md

This file was deleted.

45 changes: 45 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yml
@@ -0,0 +1,45 @@
name: Bug Report
description: Bug report for RxJS core behavior.
body:
- type: textarea
id: description
attributes:
label: Describe the bug
description: |
A clear and concise description of the behavior.
validations:
required: true
- type: textarea
id: expected-behavior
attributes:
label: Expected behavior
description: A clear and concise description of what you expect to happen.
validations:
required: true
- type: textarea
id: code
attributes:
label: Reproduction code
description: Code to create a minimal reproduction.
render: typescript
- type: input
id: repro-link
attributes:
label: Reproduction URL
description: Use [Stackblitz](https://stackblitz.com/fork/rxjs) or a git repo to show a minimal reproduction of the issue. Please also paste the example code in the "Reproduction code" section above.
- type: input
id: version
attributes:
label: Version
validations:
required: true
- type: textarea
id: environment
attributes:
label: Environment
placeholder: Version of runtime environment, build configuration, etc, that can affect behavior of RxJS.
- type: textarea
id: addition
attributes:
label: Additional context
placeholder: Add any other context about the problem here.
5 changes: 5 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
@@ -0,0 +1,5 @@
blank_issues_enabled: false
contact_links:
- name: Questions, request, issues other than Rx core bugs
url: https://github.com/ReactiveX/rxjs/discussions
about: For general discussions, or request please use discussions.

0 comments on commit 0a64078

Please sign in to comment.