-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1b5eb3b
commit 4a1106a
Showing
1 changed file
with
36 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,36 @@ | ||
<!--- These comments are hidden when you submit the pull request, ---> | ||
<!--- so you do not need to remove them. ---> | ||
|
||
<!--- Before opening a pull request, go over all the following points: ---> | ||
<!--- * I have read the contributor guide (CONTRIBUTING.md) ---> | ||
<!--- * My code follows the code style of this project ---> | ||
<!--- * I added tests to cover my changes ---> | ||
<!--- * If needed, I updated the documentation ---> | ||
<!--- * If needed, I added translations if they are needed ---> | ||
<!--- * If needed, I added migration files and checked for potential conflicts ---> | ||
|
||
<!--- This project only accepts pull requests related to open issues. ---> | ||
<!--- If suggesting a new feature or change, please discuss it in an issue first. ---> | ||
<!--- If fixing a bug, there should be an issue describing it with steps to reproduce. ---> | ||
|
||
<!--- Please provide a general summary of your changes in the title of the pull request ---> | ||
|
||
## Description | ||
<!--- Describe your changes in detail ---> | ||
|
||
<!--- Please link to a related issue here ---> | ||
Resolves #ISSUE_NUMBER | ||
|
||
## Motivation and Context | ||
<!--- Why is this change required? What problem does it solve? ---> | ||
|
||
## 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. ---> | ||
|
||
## Screenshots (if appropriate) | ||
|
||
<!--- This pull request template is adapted from: ---> | ||
<!--- https://github.com/TalAter/open-source-templates (MIT License). ---> | ||
<!--- https://github.com/dec0dOS/amazing-github-template (MIT License). ---> |