Skip to content

Commit 0b56964

Browse files
authored
Merge pull request #3759 from ReactiveX/doc-issue-template
docs(issue): update issue template
2 parents f94560c + 4d95b90 commit 0b56964

File tree

4 files changed

+77
-0
lines changed

4 files changed

+77
-0
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
---
2+
name: Bug report
3+
about: If rxjs does not behave as expected
4+
5+
---
6+
7+
## Bug Report
8+
9+
**Current Behavior**
10+
A clear and concise description of the behavior.
11+
12+
**Reproduction**
13+
- REPL or Repo link:
14+
(you can use https://stackblitz.com/ to create one to attach here)
15+
16+
```js
17+
var your => (code) => here;
18+
```
19+
20+
**Expected behavior**
21+
A clear and concise description of what you expected to happen (or code).
22+
23+
**Environment**
24+
- Runtime: [e.g. Node v${x}, Chrome v${x}]
25+
- RxJS version:
26+
- (If bug is related) Loader, build configuration: [e.g webpack, angular-cli version, config]
27+
28+
**Possible Solution**
29+
<!--- Only if you have suggestions on a fix for the bug -->
30+
31+
**Additional context/Screenshots**
32+
Add any other context about the problem here. If applicable, add screenshots to help explain.
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
name: Documentation
3+
about: Issues around documentation
4+
5+
---
6+
7+
Please check out our documentation repo https://github.com/ReactiveX/rxjs-docs and file issues there.
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
---
2+
name: Feature request
3+
about: Suggest new operator or features
4+
5+
---
6+
7+
## Feature Request
8+
9+
With pipable operator, RxJS strongly recommends to create new features via pipable function and publish it as user-land module. If this feature request is
10+
11+
**Is your feature request related to a problem? Please describe.**
12+
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
13+
14+
**Describe the solution you'd like**
15+
A clear and concise description of what you want to happen.
16+
17+
**Describe alternatives you've considered**
18+
A clear and concise description of any alternative solutions or features you've considered.
19+
20+
**(If this is new operator request) describe reason it should be core operator**
21+
A clear and concise description of reason it can't be achieved via user-land module.
22+
23+
**Additional context**
24+
Add any other context or screenshots about the feature request here.
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
name: Support Question
3+
about: 'If you have a question, please check out our StackOverflow! '
4+
5+
---
6+
7+
We primarily use GitHub as an issue tracker; for usage and support questions, please check out these resources below. Thanks!
8+
9+
---
10+
* StackOverflow: https://stackoverflow.com/questions/tagged/rxjs using the tag `rxjs`
11+
* Also have a look at the readme for more information, possibly can have some answers already:
12+
- https://github.com/ReactiveX/rxjs/blob/master/README.md
13+
- https://github.com/ReactiveX/rxjs/blob/master/MIGRATION.md
14+
- https://github.com/ReactiveX/rxjs/blob/master/doc/pipeable-operators.md

0 commit comments

Comments
 (0)