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

docs(issue): update issue template #5929

Merged
merged 1 commit into from Jan 13, 2021
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
23 changes: 20 additions & 3 deletions .github/ISSUE_TEMPLATE/bug_report.md
@@ -1,24 +1,41 @@
---
name: Bug report
about: If rxjs does not behave as expected
about: Reporting bugs for rxjs core behavior

---

<!--

PLEASE READ BEFORE FILING AN ISSUE

Rxjs uses github issues (https://github.com/ReactiveX/rxjs/issues) as core team's issue backlog only.
For community contributions please use discussions (https://github.com/ReactiveX/rxjs/discussions) instead.

If you believe there is a bug in rxjs core need to be fixed, please fill out all template for repro, otherwise
core team may move issues into discussions. Also, all other non-bug report may closed without followup.

Thanks!
-->

## Bug Report

**Current Behavior**
A clear and concise description of the behavior.

**Expected behavior**
A clear and concise description of what you expected to happen (or code).

**Reproduction**

** Please provide repro code does not involves framework, or other setups to address this bug is specific to rxjs core **

- REPL or Repo link:
(you can use https://stackblitz.com/ to create one to attach here)

```js
var your => (code) => here;
```

**Expected behavior**
A clear and concise description of what you expected to happen (or code).

**Environment**
- Runtime: [e.g. Node v${x}, Chrome v${x}]
Expand Down
21 changes: 0 additions & 21 deletions .github/ISSUE_TEMPLATE/documentation.md

This file was deleted.

24 changes: 0 additions & 24 deletions .github/ISSUE_TEMPLATE/feature_request.md

This file was deleted.

12 changes: 0 additions & 12 deletions .github/ISSUE_TEMPLATE/support-question.md

This file was deleted.