-
Notifications
You must be signed in to change notification settings - Fork 3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #6668 from ReactiveX/update-bug-template
chore(issue): update issue template
- Loading branch information
Showing
4 changed files
with
50 additions
and
70 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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. |