Skip to content

Commit

Permalink
Merge pull request #3759 from ReactiveX/doc-issue-template
Browse files Browse the repository at this point in the history
docs(issue): update issue template
  • Loading branch information
kwonoj authored May 31, 2018
2 parents f94560c + 4d95b90 commit 0b56964
Show file tree
Hide file tree
Showing 4 changed files with 77 additions and 0 deletions.
32 changes: 32 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
---
name: Bug report
about: If rxjs does not behave as expected

---

## Bug Report

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

**Reproduction**
- 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}]
- RxJS version:
- (If bug is related) Loader, build configuration: [e.g webpack, angular-cli version, config]

**Possible Solution**
<!--- Only if you have suggestions on a fix for the bug -->

**Additional context/Screenshots**
Add any other context about the problem here. If applicable, add screenshots to help explain.
7 changes: 7 additions & 0 deletions .github/ISSUE_TEMPLATE/documentation.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
name: Documentation
about: Issues around documentation

---

Please check out our documentation repo https://github.com/ReactiveX/rxjs-docs and file issues there.
24 changes: 24 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
---
name: Feature request
about: Suggest new operator or features

---

## Feature Request

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

**Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

**Describe the solution you'd like**
A clear and concise description of what you want to happen.

**Describe alternatives you've considered**
A clear and concise description of any alternative solutions or features you've considered.

**(If this is new operator request) describe reason it should be core operator**
A clear and concise description of reason it can't be achieved via user-land module.

**Additional context**
Add any other context or screenshots about the feature request here.
14 changes: 14 additions & 0 deletions .github/ISSUE_TEMPLATE/support-question.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
name: Support Question
about: 'If you have a question, please check out our StackOverflow! '

---

We primarily use GitHub as an issue tracker; for usage and support questions, please check out these resources below. Thanks!

---
* StackOverflow: https://stackoverflow.com/questions/tagged/rxjs using the tag `rxjs`
* Also have a look at the readme for more information, possibly can have some answers already:
- https://github.com/ReactiveX/rxjs/blob/master/README.md
- https://github.com/ReactiveX/rxjs/blob/master/MIGRATION.md
- https://github.com/ReactiveX/rxjs/blob/master/doc/pipeable-operators.md

0 comments on commit 0b56964

Please sign in to comment.