Browse Source

Update ISSUE_TEMPLATE

pull/375/head
icoxfog417 5 years ago
parent
commit
98f5d9b5ca
5 changed files with 72 additions and 0 deletions
  1. 0
      .github/ISSUE_TEMPLATE.md
  2. 21
      .github/ISSUE_TEMPLATE/01-question.md
  3. 19
      .github/ISSUE_TEMPLATE/02-bug.md
  4. 23
      .github/ISSUE_TEMPLATE/03-install.md
  5. 9
      .github/ISSUE_TEMPLATE/04-request.md

ISSUE_TEMPLATE.md → .github/ISSUE_TEMPLATE.md

21
.github/ISSUE_TEMPLATE/01-question.md

@ -0,0 +1,21 @@
---
name: "\U0001F4AC Question"
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
---
How to reproduce the behaviour
---------
<!-- 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 -->
<!--
Include a code example or the steps that led to the problem. Please try to be as specific as possible. -->
Your Environment
---------
<!-- Include details of your environment. -->
* Operating System:
* Python Version Used:
* When you install doccano:
* How did you install doccano (Heroku button etc):

19
.github/ISSUE_TEMPLATE/02-bug.md

@ -0,0 +1,19 @@
---
name: "\U0001F6A8 Bug Report"
about: For the bug report or unexpected behavior differing from the docs
---
How to reproduce the behaviour
---------
<!-- 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 -->
<!-- Include a code example or the steps that led to the problem. Please try to be as specific as possible. -->
Your Environment
---------
<!-- Include details of your environment.-->
* Operating System:
* Python Version Used:
* When you install doccano:
* How did you install doccano (Heroku button etc):

23
.github/ISSUE_TEMPLATE/03-install.md

@ -0,0 +1,23 @@
---
name: "\U000023F3 Installation Problem"
about: For the problem that you faced when installing doccano which none of the suggestions in the docs and other issues helped
---
<!-- 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 -->
How to reproduce the problem
---------
<!-- 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? -->
```bash
# copy-paste the error message here
```
Your Environment
---------
<!-- Include details of your environment.-->
* Operating System:
* Python Version Used:
* When you install doccano:
* How did you install doccano (Heroku button etc):

9
.github/ISSUE_TEMPLATE/04-request.md

@ -0,0 +1,9 @@
---
name: "\U0001F381 Feature Request"
about: For the proposal to improve or enhance doccano
---
Feature description
---------
<!-- Please describe the feature: Which area of the library is it related to? What specific solution would you like? -->
Loading…
Cancel
Save