Skip to content

Commit

Permalink
Update GitHub Templates (#1427)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattleibow authored Jul 23, 2020
1 parent c62ce46 commit 5e92da4
Show file tree
Hide file tree
Showing 4 changed files with 31 additions and 8 deletions.
12 changes: 12 additions & 0 deletions .github/ISSUE_TEMPLATE/bug-report.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,17 @@ assignees: ''
- Target Devices: <!-- the devices that you noticed this on, e.g. iPhone X -->
- <!-- Google Pixel 4 XL -->
- <!-- iPhone 11 -->

<details>
<summary>Detailed IDE/OS information (click to expand)</summary>

```
PASTE ANY DETAILED VERSION INFO HERE
```
</details>


**Screenshots**

Expand All @@ -49,3 +60,4 @@ assignees: ''
**Reproduction Link**

<!-- please upload or provide a link to a reproduction case -->

12 changes: 8 additions & 4 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,17 @@ assignees: ''
---

**Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is. Ex. I need to do X, but the API is missing from the C# binding.

<!-- A clear and concise description of what the problem is. Ex. I need to do X, but the API is missing from the C# binding. -->

**Describe the solution you'd like**
A clear and concise description of what you want to happen.

<!-- A clear and concise description of what you want to happen. -->

**Describe alternatives you've considered**
A clear and concise description of any alternative solutions or features you've considered.

<!-- A clear and concise description of any alternative solutions or features you've considered. -->

**Additional context**
Add any other context or screenshots about the feature request here.

<!-- Add any other context or screenshots about the feature request here. -->
4 changes: 4 additions & 0 deletions .github/ISSUE_TEMPLATE/question.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ 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.
Expand All @@ -17,3 +19,5 @@ You can ask questions here, but there might be better places to do that as well:
- 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.
-->
11 changes: 7 additions & 4 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
**Description of Change**

Describe your changes here.
<!-- Describe your changes here. -->

**Bugs Fixed**

- Related to issue #
<!-- Provide links to issues here. Ensure that a GitHub issue was created for your feature or bug fix before sending PR. -->

Provide links to issues here. Ensure that a GitHub issue was created for your feature or bug fix before sending PR.
- Related to issue #

**API Changes**

<!-- REPLACE THIS COMMENT
List all API changes here (or just put None), example:
Added:
Expand All @@ -20,10 +21,12 @@ Added:
Changed:
- `object Cell.OldPropertyName => object Cell.NewPropertyName`
-->

**Behavioral Changes**

Describe any non-bug related behavioral changes that may change how users app behaves when upgrading to this version of the codebase.
<!-- Describe any non-bug related behavioral changes that may change how users app behaves when upgrading to this version of the codebase. -->

**PR Checklist**

Expand Down

0 comments on commit 5e92da4

Please sign in to comment.