generated from pcdshub/lcls-plc-template-twincat-project
-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
MNT: updating PULL_REQUEST_TEMPLATE.md from template
Performed by pcds-migration-tools AddFileFromTemplate
- Loading branch information
Showing
1 changed file
with
25 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,25 @@ | ||
<!--- Provide a general summary of your changes in the Title above --> | ||
## Description | ||
<!--- Describe your changes in detail --> | ||
|
||
## Motivation and Context | ||
<!--- Why is this change required? What problem does it solve? --> | ||
<!--- If it fixes an open issue, please link to the issue here. --> | ||
|
||
## How Has This Been Tested? | ||
<!--- Please describe in detail how you tested your changes. --> | ||
<!--- Include details of your testing environment, and the tests you ran to --> | ||
<!--- see how your change affects other areas of the code, etc. --> | ||
|
||
## Where Has This Been Documented? | ||
<!-- Include where the changes made have been documented. --> | ||
<!-- This can simply be a comment in the code or updating a docstring --> | ||
|
||
## Screenshots (if appropriate): | ||
|
||
## Pre-merge checklist | ||
- [ ] Code works interactively | ||
- [ ] Code contains descriptive comments | ||
- [ ] Test suite passes locally | ||
- [ ] Libraries are set to fixed versions and not ``Always Newest`` | ||
- [ ] Code committed with ``pre-commit`` (alternatively ``pre-commit run --all-files``) |