Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add issue templates #638

Merged
merged 4 commits into from
Dec 22, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 25 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
---
name: Bug report
about: File a bug report
title: ''
labels: bug
assignees: ''

---

**Describe the bug**
<!-- Please enter a short, clear description of the bug -->

**To Reproduce**
<!-- Please provide any required setup and steps to reproduce the behavior -->
1. ...
2. ...

**Expected behavior**
<!-- Please provide a description of what you expected to happen -->

**Version Info**
<!-- Specify version of CsWinRT NuGet, .NET SDK, Windows SDK, or other relevant info -->

**Additional context**
<!-- Enter any other applicable info here -->
34 changes: 34 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
---
name: Feature request
about: Suggest a new feature or idea
title: ''
labels: enhancement
assignees: ''

---

<!-- This is a template for new feature requests/proposals.
It's fine if you don't have all the details: you can start with the Summary and Rationale.
-->

# Proposal: [your title here]
<!-- Add a title for your proposal. Please be short and descriptive -->

## Summary
<!-- Include 1-2 sentences summarizing your feature/proposal -->

## Rationale
<!-- Create a list that describes WHY the feature should be added -->
* {First reason for why we should consider this proposal}
* {Second reason for why we should consider this proposal}
* {etc}

## Important Notes
<!-- Please include any other important details.
This could include one or more of:
- usage examples
- other implementation notes
-->

## Open Questions
<!-- Please list any open issues that you think still need to be addressed. -->
10 changes: 10 additions & 0 deletions .github/ISSUE_TEMPLATE/question.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
name: Question
about: I have a question
title: 'Question: [your question here]'
labels: question
assignees: ''

---

<!-- Use this section to give more context for your question or other supporting materials -->