Skip to content

Commit

Permalink
Merge pull request #3920 from arturcic/issue-template
Browse files Browse the repository at this point in the history
Updates to issue template
  • Loading branch information
arturcic authored Feb 23, 2024
2 parents 45515e7 + 0a90a60 commit 6281286
Show file tree
Hide file tree
Showing 6 changed files with 72 additions and 137 deletions.
49 changes: 0 additions & 49 deletions .github/ISSUE_TEMPLATE/bug_report.md

This file was deleted.

10 changes: 0 additions & 10 deletions .github/ISSUE_TEMPLATE/documentation.md

This file was deleted.

22 changes: 0 additions & 22 deletions .github/ISSUE_TEMPLATE/failing-test.md

This file was deleted.

35 changes: 0 additions & 35 deletions .github/ISSUE_TEMPLATE/feature_request.md

This file was deleted.

21 changes: 0 additions & 21 deletions .github/ISSUE_TEMPLATE/improvement-request.md

This file was deleted.

72 changes: 72 additions & 0 deletions .github/ISSUE_TEMPLATE/issue-report.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,72 @@
name: 🐞 Bug/Issue report
description: Create a report to help us improve
title: "[ISSUE]: <title>"
labels: ["needs triage"]
body:
- type: checkboxes
attributes:
label: Prerequisites
options:
- label: I have written a descriptive issue title
required: true
- label: I have searched [issues](https://github.com/GitTools/GitVersion/issues) to ensure it has not already been reported
required: true
- type: dropdown
attributes:
label: GitVersion package
options:
- GitVersion.Tool
- GitVersion.MsBuild
- GitVersion.Portable
- gittools/actions
- AzureDevops task
multiple: true
validations:
required: true
- type: input
attributes:
label: GitVersion version
validations:
required: true
- type: dropdown
attributes:
label: Operating system
options:
- Linux
- Windows
- macOS
- N/A
multiple: true
validations:
required: true
- type: textarea
attributes:
label: What are you seeing?
description: Describe the issue you are seeing
validations:
required: true
- type: textarea
attributes:
label: What is expected?
description: Describe what you would expect
validations:
required: true
- type: textarea
attributes:
label: Steps to Reproduce
description: List of steps or sample project to reproduce the issue
validations:
required: true
- type: textarea
attributes:
label: RepositoryFixture Test
description: If you are able to write your bug or scenario up as a `RepositoryFixture` test and submit a pull-request with it, it is going to increase the likelyhood of the bug being fixed. Make sure there is no sensitive data shared and that you place a stack trace inside a code (```csharp) block to avoid formatting issues.
validations:
required: false
- type: textarea
attributes:
label: Output log or link to your CI build (if appropriate).
description: Log messages you receive when running. Make sure there is no sensitive data shared. No need for backticks here.
render: shell
validations:
required: false

0 comments on commit 6281286

Please sign in to comment.