1
1
mirror of https://github.com/Byron/gitoxide synced 2025-10-06 01:52:40 +02:00

Bug template includes question about Git behavior.

This commit is contained in:
Bittrance
2023-11-05 23:29:39 +01:00
parent 64d437061d
commit 2cabcbcdf3

View File

@@ -12,6 +12,10 @@ body:
attributes:
label: Expected behavior 🤔
description: Describe what should happen.
- type: textarea
attributes:
label: Git behavior
description: Describe what Git does under similar circumstances.
- type: textarea
attributes:
label: Steps to reproduce 🕹