Skip to content

Commit 98f5d9b

Browse files
committed
Update ISSUE_TEMPLATE
1 parent 3ee2518 commit 98f5d9b

File tree

5 files changed

+72
-0
lines changed

5 files changed

+72
-0
lines changed
File renamed without changes.

.github/ISSUE_TEMPLATE/01-question.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
---
2+
name: "\U0001F4AC Question"
3+
about: For the question to confirm suspiciously behaviors or feature usage. Please use StackOverflow if your question is general usage or help with your environment
4+
5+
---
6+
7+
How to reproduce the behaviour
8+
---------
9+
<!-- Before submitting an issue, make sure to check the docs and closed issues and FAQ to see if any of the solutions work for you. https://github.com/chakki-works/doccano/wiki/Frequently-Asked-Questions -->
10+
11+
<!--
12+
Include a code example or the steps that led to the problem. Please try to be as specific as possible. -->
13+
14+
Your Environment
15+
---------
16+
<!-- Include details of your environment. -->
17+
18+
* Operating System:
19+
* Python Version Used:
20+
* When you install doccano:
21+
* How did you install doccano (Heroku button etc):

.github/ISSUE_TEMPLATE/02-bug.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
---
2+
name: "\U0001F6A8 Bug Report"
3+
about: For the bug report or unexpected behavior differing from the docs
4+
5+
---
6+
7+
How to reproduce the behaviour
8+
---------
9+
<!-- Before submitting an issue, make sure to check the docs and closed issues and FAQ to see if any of the solutions work for you. https://github.com/chakki-works/doccano/wiki/Frequently-Asked-Questions -->
10+
11+
<!-- Include a code example or the steps that led to the problem. Please try to be as specific as possible. -->
12+
13+
Your Environment
14+
---------
15+
<!-- Include details of your environment.-->
16+
* Operating System:
17+
* Python Version Used:
18+
* When you install doccano:
19+
* How did you install doccano (Heroku button etc):

.github/ISSUE_TEMPLATE/03-install.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
---
2+
name: "\U000023F3 Installation Problem"
3+
about: For the problem that you faced when installing doccano which none of the suggestions in the docs and other issues helped
4+
5+
---
6+
7+
<!-- Before submitting an issue, make sure to check the docs and closed issues and FAQ to see if any of the solutions work for you. https://github.com/chakki-works/doccano/wiki/Frequently-Asked-Questions -->
8+
9+
How to reproduce the problem
10+
---------
11+
<!-- Include the details of how the problem occurred. Which option did you choose to install doccano? Did you come across an error? What else did you try? -->
12+
13+
```bash
14+
# copy-paste the error message here
15+
```
16+
17+
Your Environment
18+
---------
19+
<!-- Include details of your environment.-->
20+
* Operating System:
21+
* Python Version Used:
22+
* When you install doccano:
23+
* How did you install doccano (Heroku button etc):

.github/ISSUE_TEMPLATE/04-request.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
name: "\U0001F381 Feature Request"
3+
about: For the proposal to improve or enhance doccano
4+
5+
---
6+
7+
Feature description
8+
---------
9+
<!-- Please describe the feature: Which area of the library is it related to? What specific solution would you like? -->

0 commit comments

Comments
 (0)