Skip to content

Commit

Permalink
Update issue template to use the new setup
Browse files Browse the repository at this point in the history
For now we'll keep one for bugs and everything else will keep being an empty issue.
  • Loading branch information
MrStevns committed Sep 27, 2024
1 parent 53e9f2f commit 1a55fff
Show file tree
Hide file tree
Showing 2 changed files with 76 additions and 0 deletions.
68 changes: 68 additions & 0 deletions .github/ISSUE_TEMPLATE/BUG_REPORT.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,68 @@
name: "🐛 Bug Report"
description: Create a new ticket for a bug.
title: "🐛 [BUG] - <title>"
labels: [
"Bug"
]
body:
- type: textarea
id: description
attributes:
label: "Description"
description: A brief overview of your issue
placeholder: When I use the paint bucket in a vector layer everything goes red
validations:
required: true
- type: textarea
id: expected
attributes:
label: "Expected result"
description: Explain how the function should behave in the context you're using it.
placeholder: I expected that the paint bucket filled everything red on the vector layer
validations:
required: true
- type: textarea
id: actual
attributes:
label: "Actual result"
description: Explain what you actually got and how different it is from your expectations.
placeholder: The paint bucket only changed the color of the stroke
validations:
required: true
- type: textarea
id: reprod
attributes:
label: "Steps to reproduce"
description: Describe the exact steps to reproduce the problem as best as you can
value: |
1. Click on the vector layer
2. Move the scrubber to an vector keyframe
3. Draw a stroke
3. Select the bucket tool
4. Click to fill the layer.
5. ....
render: bash
validations:
required: true
- type: textarea
id: attachments
attributes:
label: "Video or Image Reference"
description: A screenshot or short video to show your problem.
placeholder: <Drag and drop an image or video here>
value: |
<Drag and drop an image or video here>
validations:
required: false
- type: textarea
id: specs
attributes:
label: "System Information"
description: You can find some of the needed information in "About" dialog in the top menu of Pencil2D.
value: |
- Pencil2D version: <0.7.0, 0.6.6 etc...>
- Operation system: <Windows|MacOS|Linux>
- Drawing tablet: <Insert tablet name if applicable>
render: bash
validations:
required: true
8 changes: 8 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
blank_issues_enabled: true
contact_links:
- name: Pencil2D forums
url: https://discuss.pencil2d.org/
about: A place to discuss issues, share knowledge, showcase animations or request features.
- name: Discord
url: https://discord.com/invite/8FxdV2g
about: Our primary communication and support channel. Most of the contributors hang around here.

0 comments on commit 1a55fff

Please sign in to comment.