43 lines
1.6 KiB
Markdown
43 lines
1.6 KiB
Markdown
---
|
|
name: Bug fix
|
|
about: Submit a pull request that fixes one or more bugs
|
|
title: "[BUGFIX] _Replace With Suitable Title_"
|
|
labels: bugfix
|
|
assignees: ''
|
|
|
|
---
|
|
|
|
**Summary**
|
|
|
|
<!--Briefly describe the bug or bugs, that are eliminated by this pull request.-->
|
|
|
|
**Related Issue(s)**
|
|
|
|
<!--If this request addresses or is related to an existing (open) GitHub issue, e.g. a bug report, mention the issue number number here following a pound sign (aka hashmark), e.g.`#222`.-->
|
|
|
|
**Author(s)**
|
|
|
|
<!--Please state name and affiliation of the author or authors that should be credited with the changes in this pull request-->
|
|
|
|
**Licensing**
|
|
|
|
By submitting this pull request I implicitly accept, that my submission is subject to the same licensing terms as the files that are modified.
|
|
|
|
**Backward Compatibility**
|
|
|
|
<!--Please state whether any changes in the pull request break backward compatibility for inputs, and - if yes - explain what has been changed and why-->
|
|
|
|
**Detailed Description**
|
|
|
|
<!--Provide any relevant details about how the fixed bug can be reproduced, how the changes are implemented, how correctness was verified, how other features - if any - in LAMMPS are affected-->
|
|
|
|
## Post Submission Checklist
|
|
|
|
<!--Please check the fields below as they are completed *after* the pull request is submitted-->
|
|
- [ ] The code in this pull request is complete
|
|
- [ ] The source code follows the LAMMPS formatting guidelines
|
|
|
|
## Further Information, Files, and Links
|
|
|
|
<!--Put any additional information here, attach relevant text or image files, and URLs to external sites (e.g. to download input decks for testing)-->
|