Update contributing guide and issue template [ci skip]

This commit is contained in:
Ines Montani 2020-12-11 13:39:26 +11:00
parent 37c5d7e826
commit 1d4b1dea25
2 changed files with 16 additions and 13 deletions

View File

@ -1,15 +1,18 @@
<!--- Please provide a summary in the title and describe your issue here. <!--- Please provide a summary in the title and describe your issue here.
Is this a bug or feature request? If a bug, include all the steps that led to the issue. Is this a bug or feature request? If a bug, include all the steps that led to the issue.
If you're looking for help with your code, consider posting a question on Stack Overflow instead: If you're looking for help with your code, consider posting a question here:
http://stackoverflow.com/questions/tagged/spacy -->
- GitHub Discussions: https://github.com/explosion/spaCy/discussions
- Stack Overflow: http://stackoverflow.com/questions/tagged/spacy
-->
## Your Environment ## Your Environment
<!-- Include details of your environment. If you're using spaCy 1.7+, you can also type
<!-- Include details of your environment. If you're using spaCy 1.7+, you can also type
`python -m spacy info --markdown` and copy-paste the result here.--> `python -m spacy info --markdown` and copy-paste the result here.-->
* Operating System:
* Python Version Used: - Operating System:
* spaCy Version Used: - Python Version Used:
* Environment Information: - spaCy Version Used:
- Environment Information:

View File

@ -26,11 +26,11 @@ also often include helpful tips and solutions to common problems. You should
also check the [troubleshooting guide](https://spacy.io/usage/#troubleshooting) also check the [troubleshooting guide](https://spacy.io/usage/#troubleshooting)
to see if your problem is already listed there. to see if your problem is already listed there.
If you're looking for help with your code, consider posting a question on If you're looking for help with your code, consider posting a question on the
[Stack Overflow](http://stackoverflow.com/questions/tagged/spacy) instead. If you [GitHub Discussions board](https://github.com/explosion/spaCy/discussions) or
tag it `spacy` and `python`, more people will see it and hopefully be able to [Stack Overflow](http://stackoverflow.com/questions/tagged/spacy). Please
help. Please understand that we won't be able to provide individual support via understand that we won't be able to provide individual support via email. We
email. We also believe that help is much more valuable if it's **shared publicly**, also believe that help is much more valuable if it's **shared publicly**,
so that more people can benefit from it. so that more people can benefit from it.
### Submitting issues ### Submitting issues