Skip to content

Commit a083dd8

Browse files
committed
update .github issue templates
1 parent 527b5e1 commit a083dd8

4 files changed

Lines changed: 103 additions & 33 deletions

File tree

.github/ISSUE_TEMPLATE.md

Lines changed: 0 additions & 33 deletions
This file was deleted.
Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
---
2+
name: Bug Report 🐞
3+
about: Something isn't working as expected? Here is the right place to report.
4+
---
5+
6+
<!--
7+
To make it easier for us to help you — please follow the suggested format below.
8+
9+
Useful Links:
10+
- Documentation: https://multiboardfortrello.com/
11+
12+
Before opening a new issue, please search existing issues: https://github.com/natterstefan/react-trello-multiboard/issues
13+
14+
For general technical questions, contact me on [Twitter](http://twitter.com/natterstefan).
15+
-->
16+
17+
## Bug Report
18+
19+
## Relevant information
20+
21+
<!-- Provide as much useful information as you can -->
22+
23+
### Your Environment
24+
25+
* Browser: **\_**
26+
* Browser version: **\_**
27+
* OS: **\_**
28+
* App Version: **\_**
29+
30+
#### Steps to reproduce:
31+
32+
1. ---
33+
2. ---
34+
3. ---
35+
36+
#### Observed Results:
37+
38+
* What happened? This could be a description, log output, etc.
39+
40+
#### Expected Results:
41+
42+
* What did you expect to happen?
43+
44+
#### Relevant Code (optional):
45+
46+
```
47+
// TODO(you): code here to reproduce the problem
48+
```
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
---
2+
name: Feature Request 💡
3+
about: Suggest a new idea for the React-Trello-Multiboard.
4+
---
5+
6+
<!--
7+
To make it easier for us to help you — please follow the suggested format below.
8+
9+
Useful Links:
10+
- Documentation: https://multiboardfortrello.com/
11+
12+
Before opening a new issue, please search existing issues: https://github.com/natterstefan/react-trello-multiboard/issues
13+
14+
For general technical questions, contact me on [Twitter](http://twitter.com/natterstefan).
15+
-->
16+
17+
## Feature Request
18+
19+
Brief explanation of the feature you have in mind.
20+
21+
### Basic example
22+
23+
If you want you can include a basic code example. Omit this section if it's not applicable.
24+
25+
### Motivation
26+
27+
Why are you suggesting this? What is the use case for it and what is the expected outcome?

.github/ISSUE_TEMPLATE/question.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
---
2+
name: Question 🤔
3+
about: Usage question or discussion about ReactTrelloMultiboard.
4+
---
5+
6+
<!--
7+
To make it easier for us to help you — please follow the suggested format below.
8+
9+
Useful Links:
10+
- Documentation: https://multiboardfortrello.com/
11+
12+
Before opening a new issue, please search existing issues: https://github.com/natterstefan/react-trello-multiboard/issues
13+
14+
For general technical questions, contact me on [Twitter](http://twitter.com/natterstefan).
15+
-->
16+
17+
## Question
18+
19+
## Relevant information
20+
21+
<!-- Provide as much useful information as you can -->
22+
23+
### Your Environment
24+
25+
* Browser: **\_**
26+
* Browser version: **\_**
27+
* OS: **\_**
28+
* App Version: **\_**

0 commit comments

Comments
 (0)