forked from aws/aws-parallelcluster-node
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Enrico Usai <[email protected]>
- Loading branch information
1 parent
bbaf17b
commit d4edfe8
Showing
1 changed file
with
19 additions
and
3 deletions.
There are no files selected for viewing
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 |
---|---|---|
@@ -1,6 +1,22 @@ | ||
*Issue #, if available:* | ||
|
||
*Description of changes:* | ||
### Description of changes | ||
* Describe *what* you're changing and *why* you're doing these changes. | ||
* Link to impacted open issues. | ||
|
||
### Tests | ||
* Describe the automated and/or manual tests executed to validate the patch. | ||
* Describe the added/modified tests. | ||
|
||
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license. | ||
### References | ||
* Link to related PRs in other packages (i.e. cookbook, node). | ||
* Link to documentation useful to understand the changes. | ||
|
||
### Checklist | ||
- [ ] Make sure you are pointing to **the right branch** and add a label in the PR title (i.e. **2.x** vs **3.x**) | ||
- [ ] Check all commits' messages are clear, describing what and why vs how. | ||
- [ ] Make sure **to have added unit tests or integration tests** to cover the new/modified code. | ||
- [ ] Check if documentation is impacted by this change. | ||
|
||
Please review the [guidelines for contributing](../CONTRIBUTING.md) and [Pull Request Instructions](https://github.com/aws/aws-parallelcluster/wiki/Git-Pull-Request-Instructions). | ||
|
||
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license. |