Unverified Commit 970f15ec authored by Minjie Wang's avatar Minjie Wang Committed by GitHub
Browse files

[Release] simplify the pr template a little (#268)

parent 612a7fb9
...@@ -25,13 +25,13 @@ Steps to reproduce the behavior: ...@@ -25,13 +25,13 @@ Steps to reproduce the behavior:
## Environment ## Environment
- DGL Version (e.g., 1.0): - DGL Version (e.g., 1.0):
- Backend Library & Version (e.g., PyTorch 0.4.1): - Backend Library & Version (e.g., PyTorch 0.4.1, MXNet/Gluon 1.3):
- OS (e.g., Linux): - OS (e.g., Linux):
- How you installed DGL (`conda`, `pip`, source): - How you installed DGL (`conda`, `pip`, source):
- Build command you used (if compiling from source): - Build command you used (if compiling from source):
- Python version: - Python version:
- CUDA/cuDNN version: - CUDA/cuDNN version (if applicable):
- GPU models and configuration: - GPU models and configuration (e.g. V100):
- Any other relevant information: - Any other relevant information:
## Additional context ## Additional context
......
...@@ -7,4 +7,4 @@ about: Report an issue related to docs.dgl.ai ...@@ -7,4 +7,4 @@ about: Report an issue related to docs.dgl.ai
## 📚 Documentation ## 📚 Documentation
<!-- Please specify whether it's tutorial part or API reference part--> <!-- Please specify whether it's tutorial part or API reference part-->
<!-- A clear and concise description of what content in docs.dgl.ai is an issue.--> <!-- Describe the issue.-->
\ No newline at end of file
...@@ -5,11 +5,13 @@ about: Submit a proposal/request for a new DGL feature ...@@ -5,11 +5,13 @@ about: Submit a proposal/request for a new DGL feature
--- ---
## 🚀 Feature ## 🚀 Feature
<!-- A clear and concise description of the feature proposal --> <!-- A brief description of the feature proposal -->
## Motivation ## Motivation
<!-- Please outline the motivation for the proposal. Is your feature request related to a problem? e.g., I'm always frustrated when [...]. If this is related to another GitHub issue, please link here too --> <!-- Please outline the motivation for the proposal. Is your feature request
related to a problem? e.g., I'm always frustrated when [...]. If this is
related to another GitHub issue, please link here too -->
## Alternatives ## Alternatives
......
...@@ -6,8 +6,6 @@ about: Do you need support? We have resources. ...@@ -6,8 +6,6 @@ about: Do you need support? We have resources.
## ❓ Questions and Help ## ❓ Questions and Help
### Please note that this issue tracker is not a help forum and this issue will be closed. <!-- Before proceeding, please note that we recommend
using our discussion forum (https://discuss.dgl.ai) for
Our primary means of support is our discussion forum: general questions. -->
- [Discussion Forum](http://discuss.dgl.ai/)
\ No newline at end of file
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 ## Description
Explain the details for making this change. What existing problem does the pull request solve? <!-- Brief description. Refer to the related issues if existed.
It'll be great if relevant reviewers can be assigned as well.-->
## Test Plan
Describe the test plan (required)
## Checklist ## Checklist
### Essentials
Please feel free to remove inapplicable items for your PR. Please feel free to remove inapplicable items for your PR.
- [ ] The PR title starts with [$CATEGORY] (such as [Model], [Doc], [Feature]]) - [ ] The PR title starts with [$CATEGORY] (such as [Model], [Doc], [Feature]])
- [ ] Changes are complete (i.e. I finished coding on this PR) - [ ] Changes are complete (i.e. I finished coding on this PR)
- [ ] All changes have test coverage - [ ] All changes have test coverage
- [ ] Code is well-documented - [ ] 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 - [ ] Related issue is referred in this PR
### Changes ### ## Changes
<!-- You could use following template
- [ ] Feature1, tests, (and when applicable, API doc) - [ ] Feature1, tests, (and when applicable, API doc)
- [ ] Feature2, tests, (and when applicable, API doc) - [ ] Feature2, tests, (and when applicable, API doc)
-->
## Comments ##
Add any other context about the pull request here.
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment