forked from dmlc/dgl
-
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.
[Release] simplify the pr template a little (dmlc#268)
- Loading branch information
1 parent
612a7fb
commit 970f15e
Showing
5 changed files
with
20 additions
and
29 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
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
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
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
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,28 +1,19 @@ | ||
IMPORTANT: Please do not create a Pull Request without creating an issue first. | ||
|
||
Any change needs to be discussed before proceeding. Failure to do so may result in the rejection of the pull request. | ||
|
||
Please provide enough information so that others can review your pull request: | ||
|
||
## Description | ||
Explain the details for making this change. What existing problem does the pull request solve? | ||
|
||
## Test Plan | ||
Describe the test plan (required) | ||
<!-- Brief description. Refer to the related issues if existed. | ||
It'll be great if relevant reviewers can be assigned as well.--> | ||
|
||
## Checklist | ||
### Essentials | ||
Please feel free to remove inapplicable items for your PR. | ||
- [ ] The PR title starts with [$CATEGORY] (such as [Model], [Doc], [Feature]]) | ||
- [ ] Changes are complete (i.e. I finished coding on this PR) | ||
- [ ] All changes have test coverage | ||
- [ ] Code is well-documented | ||
- [ ] To the my best knowledge, examples are either not affected by this change, or have been fixed to be compatible with this change | ||
- [ ] To the my best knowledge, examples are either not affected by this change, | ||
or have been fixed to be compatible with this change | ||
- [ ] Related issue is referred in this PR | ||
|
||
### Changes ### | ||
## Changes | ||
<!-- You could use following template | ||
- [ ] Feature1, tests, (and when applicable, API doc) | ||
- [ ] Feature2, tests, (and when applicable, API doc) | ||
|
||
## Comments ## | ||
Add any other context about the pull request here. | ||
--> |