Switch to unified view

a b/.github/ISSUE_TEMPLATE/bug.md
1
---
2
name: "Bug Report"
3
about: Use this template if you came across a bug or unexpected behaviour differing from the docs.
4
---
5
6
<!-- Provide a summary of the bug in the title -->
7
8
## Description
9
10
<!-- Add a clear and concise description of what the bug is. -->
11
12
## How to reproduce the bug
13
14
<!-- Add a minimal example that makes bug appears -->
15
16
```python
17
import spacy
18
19
nlp = spacy.blank("fr")
20
nlp.add_pipe("eds.normalizer")
21
22
# ...
23
```
24
25
## Your Environment
26
27
<!-- Include details of your environment. -->
28
29
- Operating System:
30
- Python Version Used:
31
- spaCy Version Used:
32
- EDS-NLP Version Used:
33
- Environment Information: