-
Notifications
You must be signed in to change notification settings - Fork 167
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #172 from dyzheng/develop
Merge v2.3.2 branch to abacusmodeling
- Loading branch information
Showing
119 changed files
with
11,681 additions
and
1,025 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 🎉! | ||
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 🎉! |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 🎉! |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 🎉! |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.