Skip to content
This repository has been archived by the owner on Mar 3, 2024. It is now read-only.

Commit

Permalink
update issue template for bug report (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
caic99 authored Feb 26, 2024
1 parent 5d41ce6 commit ff0548e
Show file tree
Hide file tree
Showing 3 changed files with 57 additions and 27 deletions.
26 changes: 0 additions & 26 deletions .github/ISSUE_TEMPLATE/bug_report.md

This file was deleted.

56 changes: 56 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
name: Bug Report
description: Create a report to help us improve
labels: [bug]
assignees: ["ysyecust"]
body:
- type: textarea
attributes:
label: Describe the bug
description: |
A clear and concise description of what the bug is. The bug may results in:
- abnormal interruption of the program,
- systematic or randomized numerical error, or
- relatively low efficiency.
placeholder: |
Example: Uni-Dock crashed with the following error message ...
validations:
required: true

- type: textarea
attributes:
label: Expected behavior
description: |
A clear and concise description of what you expected to happen.
placeholder: |
Example: Uni-Dock should output the result as ...
- type: textarea
attributes:
label: To Reproduce
description: |
Steps to reproduce the behavior.
Please provide necessary information including input file, running commands, error log, etc.
It is strongly recommended to attach your input files here for the developers to reproduce the bug.
placeholder: |
Example:
1. Build Uni-Dock
2. Run the following command ...
- type: textarea
attributes:
label: Environment
description: |
- CUDA version
- GPU model
- Uni-Dock version
placeholder: |
Example:
- CUDA 12.2.0
- GPU: NVIDIA A100
- Uni-Dock on commit: 9ad06c4
- type: textarea
attributes:
label: Additional Context
description: |
Add any other context about the problem here.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
name: Feature request
about: Suggest an idea for this project
title: ''
title: 'Feature Request: '
labels: enhancement
assignees: ''

Expand Down

0 comments on commit ff0548e

Please sign in to comment.