diff --git a/.github/ISSUE_TEMPLATE/bugs.md b/.github/ISSUE_TEMPLATE/bugs.md new file mode 100644 index 000000000..9e1b35fbf --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bugs.md @@ -0,0 +1,15 @@ +--- +name: "\U0001F6A8 Bug Report" +about: Did you come across a bug or unexpected behaviour differing from the docs? + +--- + +## How to reproduce the behaviour + + +## Your Environment + +* Operating System: +* Python Version Used: +* spaCy Version Used: +* Environment Information: diff --git a/.github/ISSUE_TEMPLATE/docs.md b/.github/ISSUE_TEMPLATE/docs.md new file mode 100644 index 000000000..4cf791330 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/docs.md @@ -0,0 +1,10 @@ +--- +name: "\U0001F4DA Documentation" +about: Did you spot a mistake in the docs, is anything unclear or do you have a + suggestion? + +--- + + +## Which page or section is this issue related to? + diff --git a/.github/ISSUE_TEMPLATE/install.md b/.github/ISSUE_TEMPLATE/install.md new file mode 100644 index 000000000..d0790bbdb --- /dev/null +++ b/.github/ISSUE_TEMPLATE/install.md @@ -0,0 +1,21 @@ +--- +name: "\U000023F3 Installation Problem" +about: Do you have problems installing spaCy, and none of the suggestions in the docs + and other issues helped? + +--- + + +## How to reproduce the problem + + +```bash +# copy-paste the error message here +``` + +## Your Environment + +* Operating System: +* Python Version Used: +* spaCy Version Used: +* Environment Information: diff --git a/.github/ISSUE_TEMPLATE/other.md b/.github/ISSUE_TEMPLATE/other.md new file mode 100644 index 000000000..b59b3a89d --- /dev/null +++ b/.github/ISSUE_TEMPLATE/other.md @@ -0,0 +1,15 @@ +--- +name: "\U0001F4AC Anything else?" +about: For general usage questions or help with your code, please consider + posting on StackOverflow instead. + +--- + + + +## Your Environment + +* Operating System: +* Python Version Used: +* spaCy Version Used: +* Environment Information: diff --git a/.github/ISSUE_TEMPLATE/request.md b/.github/ISSUE_TEMPLATE/request.md new file mode 100644 index 000000000..0b64aadd2 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/request.md @@ -0,0 +1,11 @@ +--- +name: "\U0001F381 Feature Request" +about: Do you have an idea for an improvement, a new feature or a plugin? + +--- + +## Feature description + + +## Could the feature be a [custom component](https://spacy.io/usage/processing-pipelines#custom-components) or [spaCy plugin](https://spacy.io/universe)? +If so, we will tag it as [`project idea`](https://github.com/explosion/spaCy/labels/project%20idea) so other users can take it on.