Skip to content

Commit 4e3bc87

Browse files
authored
Added issue templates (piotrwitek#192)
1 parent 73ed76b commit 4e3bc87

File tree

3 files changed

+62
-0
lines changed

3 files changed

+62
-0
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
---
2+
name: Bug report
3+
about: Create a report to help us improve
4+
---
5+
6+
## Description
7+
<!-- A clear description of what the bug is -->
8+
9+
## Steps to Reproduce
10+
<!--
11+
Steps to reproduce the behavior:
12+
1. Go to '...'
13+
2. Click on '....'
14+
3. Scroll down to '....'
15+
4. See error
16+
-->
17+
18+
## Expected behavior
19+
<!-- A clear description of what you expected to happen -->
20+
21+
## Suggested solution(s)
22+
<!-- How could we solve this bug. What changes would need to be made -->
23+
24+
## Project Dependencies
25+
- TypeScript Version: X.X.X
26+
- tsconfig.json:
27+
<!-- Paste contents of your tsconfig.json here -->
28+
29+
## Environment (optional)
30+
<!-- Fill if you think it's relevant to your issue -->
31+
- Browser and Version: XXX
32+
- OS: XXX
33+
- Node Version: XXX
34+
- Package Manager and Version: XXX

.github/ISSUE_TEMPLATE/custom.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
name: Question
3+
about: Have a question? Please check our spectrum community chat.
4+
---
5+
6+
First of all please check our spectrum community chat and we recommend to ask your question there for a quickest response and the indexing in search engines:
7+
- https://spectrum.chat/react-redux-ts
8+
9+
The only good reason to use issue tracker for your questions would be for "special requests" that doesn't fit into bug reports and feature requests categories.
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
---
2+
name: Feature request
3+
about: Suggest an idea for this project
4+
---
5+
6+
## Is your feature request related to a real problem or use-case?
7+
<!-- A clear description of your problem or use-case-->
8+
9+
## Describe a solution including usage in code example
10+
<!-- A clear description of the solution including usage with complete code examples, nicely formatted with "```ts" tags (especially if that's a new api proposal) -->
11+
12+
## Who does this impact? Who is this for?
13+
<!-- Who is this for? All users? TypeScript users? Yourself? People using X, Y, Z, etc.? -->
14+
15+
## Describe alternatives you've considered (optional)
16+
<!-- A clear and concise description of any alternative solutions or workaround you've considered -->
17+
18+
## Additional context (optional)
19+
<!-- Add any other stuff you need, like links or related issues -->

0 commit comments

Comments
 (0)