lammps/.github/PULL_REQUEST_TEMPLATE/maintenance_refactoring.md

2.1 KiB

name about title labels assignees
Maintenance or Refactoring Submit a pull request that does code refactoring or other maintenance changes [MAINTENANCE] _Replace With Suitable Title_ maintenance

Summary

Related Issue(s)

Author(s)

Licensing

By submitting this pull request, I agree, that my contribution will be included in LAMMPS and redistributed under either the GNU General Public License version 2 (GPL v2) or the GNU Lesser General Public License version 2.1 (LGPL v2.1).

Backward Compatibility

Detailed Description

Post Submission Checklist

  • The pull request is complete
  • The source code follows the LAMMPS formatting guidelines
  • The feature has been verified to work with the conventional build system
  • The feature has been verified to work with the CMake based build system
  • Suitable tests have been added to the unittest tree.