From a35f407dfc9d149d43035d2cedcd0f60f1abeccb Mon Sep 17 00:00:00 2001 From: Axel Kohlmeyer Date: Fri, 8 Feb 2019 17:15:22 +0100 Subject: [PATCH 1/2] Patch release 8 February 2019 --- doc/src/Manual.txt | 4 ++-- src/version.h | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/src/Manual.txt b/doc/src/Manual.txt index b477ce9cf0..08dc9a19fb 100644 --- a/doc/src/Manual.txt +++ b/doc/src/Manual.txt @@ -1,7 +1,7 @@ LAMMPS Users Manual - + @@ -21,7 +21,7 @@ :line LAMMPS Documentation :c,h1 -1 Feb 2019 version :c,h2 +8 Feb 2019 version :c,h2 "What is a LAMMPS version?"_Manual_version.html diff --git a/src/version.h b/src/version.h index e2a390864d..f15fa13e02 100644 --- a/src/version.h +++ b/src/version.h @@ -1 +1 @@ -#define LAMMPS_VERSION "1 Feb 2019" +#define LAMMPS_VERSION "8 Feb 2019" From b4765683dac25b026b10879f3570c45722d3dd90 Mon Sep 17 00:00:00 2001 From: Axel Kohlmeyer Date: Fri, 8 Feb 2019 15:27:16 -0500 Subject: [PATCH 2/2] restore generic pull request template (for now) --- .github/PULL_REQUEST_TEMPLATE.md | 40 +++++++++++++++++++++++--------- 1 file changed, 29 insertions(+), 11 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 77c81ea69d..32b76a079c 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,28 +1,46 @@ -## Purpose +**Summary** -_Briefly describe the new feature(s), enhancement(s), or bugfix(es) included in this pull request. If this addresses an open GitHub Issue, mention the issue number, e.g. with `fixes #221` or `closes #135`, so that issue will be automatically closed when the pull request is merged_ +_Briefly describe the new feature(s), enhancement(s), or bugfix(es) included in this pull request._ -## Author(s) +**Related Issues** -_Please state name and affiliation of the author or authors that should be credited with the changes in this pull request_ +__If this addresses an open GitHub Issue, mention the issue number here. Use the phrases `fixes #221` or `closes #135`, when you want those issues to be automatically closed when the pull request is merged_ -## Backward Compatibility +**Author(s)** + +_Please state name and affiliation of the author or authors that should be credited with the changes in this pull request. If this pull request adds new files to the distribution, please also provide a suitable "long-lived" e-mail address (e.g. from gmail, yahoo, outlook, etc.) for the *corresponding* author, i.e. the person the LAMMPS developers can contact directly with questions and requests related to maintenance and support of this code. now and in the future_ + +**Licensing** + +By submitting this pull request, I agree, that my contribution will be included in LAMMPS and redistributed under the GNU General Public License version 2. + +_Please complete the following statement by adding "yes" or "no":_ +My contribution may be re-licensed as LGPL (for use of LAMMPS as a library linked to proprietary software): + +**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_ -## Implementation Notes +**Implementation Notes** _Provide any relevant details about how the changes are implemented, how correctness was verified, how other features - if any - in LAMMPS are affected_ -## Post Submission Checklist +**Post Submission Checklist** + +_Please check the fields below as they are completed **after** the pull request has been submitted_ -_Please check the fields below as they are completed_ - [ ] The feature or features in this pull request is complete -- [ ] Suitable new documentation files and/or updates to the existing docs are included -- [ ] One or more example input decks are included +- [ ] Licensing information is complete +- [ ] Corresponding author information is complete - [ ] The source code follows the LAMMPS formatting guidelines +- [ ] Suitable new documentation files and/or updates to the existing docs are included +- [ ] The added/updated documentation is integrated and tested with the documentation build system +- [ ] 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 +- [ ] A package specific README file has been included or updated +- [ ] One or more example input decks are included -## Further Information, Files, and Links +**Further Information, Files, and Links** _Put any additional information here, attach relevant text or image files, and URLs to external sites (e.g. DOIs or webpages)_