Browse Source
Merge pull request #5437 from rstm-sf/infra/config_issue_template
Add redirects for Q/A and discussions in issue templates
pull/5462/head
Steven Kirk
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with
12 additions and
4 deletions
-
.github/ISSUE_TEMPLATE/bug_report.md
-
.github/ISSUE_TEMPLATE/config.yml
-
.github/ISSUE_TEMPLATE/feature_request.md
|
|
|
@ -4,7 +4,6 @@ about: Create a report to help us improve Avalonia |
|
|
|
title: '' |
|
|
|
labels: bug |
|
|
|
assignees: '' |
|
|
|
|
|
|
|
--- |
|
|
|
|
|
|
|
**Describe the bug** |
|
|
|
@ -12,6 +11,7 @@ A clear and concise description of what the bug is. |
|
|
|
|
|
|
|
**To Reproduce** |
|
|
|
Steps to reproduce the behavior: |
|
|
|
|
|
|
|
1. Go to '...' |
|
|
|
2. Click on '....' |
|
|
|
3. Scroll down to '....' |
|
|
|
@ -24,8 +24,9 @@ A clear and concise description of what you expected to happen. |
|
|
|
If applicable, add screenshots to help explain your problem. |
|
|
|
|
|
|
|
**Desktop (please complete the following information):** |
|
|
|
- OS: [e.g. Windows, Mac, Linux (State distribution)] |
|
|
|
- Version [e.g. 0.10.0-rc1 or 0.9.12] |
|
|
|
|
|
|
|
- OS: [e.g. Windows, Mac, Linux (State distribution)] |
|
|
|
- Version [e.g. 0.10.0-rc1 or 0.9.12] |
|
|
|
|
|
|
|
**Additional context** |
|
|
|
Add any other context about the problem here. |
|
|
|
|
|
|
|
@ -0,0 +1,8 @@ |
|
|
|
blank_issues_enabled: false |
|
|
|
contact_links: |
|
|
|
- name: Questions, Discussions, Ideas |
|
|
|
url: https://github.com/AvaloniaUI/Avalonia/discussions/new |
|
|
|
about: Please ask and answer questions here. |
|
|
|
- name: Avalonia Community Support on Gitter |
|
|
|
url: https://gitter.im/AvaloniaUI/Avalonia |
|
|
|
about: Please ask and answer questions here. |
|
|
|
@ -4,7 +4,6 @@ about: Suggest an idea for this project |
|
|
|
title: '' |
|
|
|
labels: enhancement |
|
|
|
assignees: '' |
|
|
|
|
|
|
|
--- |
|
|
|
|
|
|
|
**Is your feature request related to a problem? Please describe.** |
|
|
|
|