This commit is contained in:
Matthew Leibowitz 2018-12-20 15:02:06 +02:00
Родитель bcd2bed09b
Коммит 757b7e9dc6
3 изменённых файлов: 22 добавлений и 3 удалений

2
.github/ISSUE_TEMPLATE/bug-report.md поставляемый
Просмотреть файл

@ -1,7 +1,7 @@
---
name: Bug report
about: Create a report to help us improve
title: "[BUG]"
title: "[BUG] "
labels: ''
assignees: ''

4
.github/ISSUE_TEMPLATE/feature_request.md поставляемый
Просмотреть файл

@ -1,8 +1,8 @@
---
name: Feature request
about: Suggest an idea for this project
title: ''
labels: ''
title: "[FEATURE] "
labels: feature-request
assignees: ''
---

19
.github/ISSUE_TEMPLATE/question.md поставляемый Normal file
Просмотреть файл

@ -0,0 +1,19 @@
---
name: Question
about: You can ask any question
title: "[QUESTION] "
labels: question
assignees: ''
---
You can ask questions here, but there might be better places to do that as well:
- If you have questions on how to use SkiaSharp with .NET, this is the best place.
- If you have questions on how to draw a picture, but need some suggestions, there is the community to help:
- StackOverflow: https://stackoverflow.com/questions/tagged/skiasharp
- Xamarin Forums: https://forums.xamarin.com
- Gitter.im Chat: https://gitter.im/xamarin/XamarinComponents
- If you have questions on skia, or need to ask more advanced questions about the native API, the skia Group is the place to go: https://groups.google.com/forum/#!forum/skia-discuss
But... If you still aren't sure about where to ask your question, then go ahead and ask here! We will try and answer you, but if we can't, then we will help you get the answers you want.