Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
34 changes: 0 additions & 34 deletions .github/ISSUE_TEMPLATE/bug-report.md

This file was deleted.

54 changes: 54 additions & 0 deletions .github/ISSUE_TEMPLATE/bug-report.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
name: Bug Report
description: Create a report for problems with ABACUS
labels: Bug
assignees:
- dyzheng
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.
validations:
required: true

- type: textarea
attributes:
label: Expected behavior
description: |
A clear and concise description of what you expected to happen.

- type: textarea
attributes:
label: To Reproduce
description: |
Steps to reproduce the behavior:
1. [e.g. clone the source code from ...]
2. [e.g. configure CMake with options ...]
3. [e.g. build ABACUS with ...]
4. [e.g. run ABACUS with ...]

It is recommended to attach your calculation case here for the developers to reproduce the bug.

- type: textarea
attributes:
label: Environment
description: |
- OS: [e.g. Ubuntu 20.04]
- Compiler: [e.g. gcc 5.1.0]
- Dependencies: [e.g. Intel MKL, OpenBLAS]

- type: textarea
attributes:
label: Additional Context
description: |
Add any other context about the problem here.
- type: markdown
attributes:
value: >
Thanks for contributing 🎉!


17 changes: 0 additions & 17 deletions .github/ISSUE_TEMPLATE/feature-request.md

This file was deleted.

33 changes: 33 additions & 0 deletions .github/ISSUE_TEMPLATE/feature-request.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
name: Feature Request
description: Suggest something more for ABACUS to do
labels: Feature
assignees:
- mohanchen

body:
- type: textarea
attributes:
label: Background
description: |
A clear and concise description of why this new feature is important.
validations:
required: true

- type: textarea
attributes:
label: Describe the solution you'd like
description: |
A clear and concise description of what you want to happen.
validations:
required: true

- type: textarea
attributes:
label: Additional Context
description: |
Add any other context or screenshots about the feature request here.

- type: markdown
attributes:
value: >
Thanks for contributing 🎉!
17 changes: 0 additions & 17 deletions .github/ISSUE_TEMPLATE/functionality-request.md

This file was deleted.

10 changes: 0 additions & 10 deletions .github/ISSUE_TEMPLATE/help-wanted.md

This file was deleted.

18 changes: 18 additions & 0 deletions .github/ISSUE_TEMPLATE/help-wanted.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Help Wanted
description: For general questions or assistance.
labels: Help wanted
assignees:
- caic99

body:
- type: textarea
attributes:
label: Details
description: |
Want to use ABACUS for certain system? Facing problems when installing ABACUS? Don't know how to choose a good parameter? Feel free to reach us, and we'll do our best to help!
validations:
required: true
- type: markdown
attributes:
value: >
Thanks for contributing 🎉!
18 changes: 0 additions & 18 deletions .github/ISSUE_TEMPLATE/software-enhancements.md

This file was deleted.

27 changes: 27 additions & 0 deletions .github/ISSUE_TEMPLATE/software-enhancements.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
name: Software Enhancements
description: Suggest an idea to make ABACUS more robust and organized
labels: Refactor
assignees:
- caic99

body:
- type: textarea
attributes:
label: Describe Current Status and Possible Solution
description: |
A clear and concise description of why this enhancement is important.
Describing the current situation of ABACUS is preferred.
If you have some ideas about how to achieve it, please feel free to comment.
validations:
required: true

- type: textarea
attributes:
label: Additional Context
description: |
Add any other context or screenshots about the enhancement here.

- type: markdown
attributes:
value: >
Thanks for contributing 🎉!