43 lines
1.5 KiB
Markdown
43 lines
1.5 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)_
|