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:
## Environment
- 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):
- How you installed DGL (`conda`, `pip`, source):
- Build command you used (if compiling from source):
- Python version:
- CUDA/cuDNN version:
- GPU models and configuration:
- CUDA/cuDNN version (if applicable):
- GPU models and configuration (e.g. V100):
- Any other relevant information:
## Additional context
......
......@@ -7,4 +7,4 @@ about: Report an issue related to docs.dgl.ai
## 📚 Documentation
<!-- 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.-->
\ No newline at end of file
<!-- Describe the issue.-->
......@@ -5,11 +5,13 @@ about: Submit a proposal/request for a new DGL feature
---
## 🚀 Feature
<!-- A clear and concise description of the feature proposal -->
<!-- A brief description of the feature proposal -->
## 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
......
......@@ -6,8 +6,6 @@ about: Do you need support? We have resources.
## ❓ Questions and Help
### Please note that this issue tracker is not a help forum and this issue will be closed.
Our primary means of support is our discussion forum:
- [Discussion Forum](http://discuss.dgl.ai/)
\ No newline at end of file
<!-- Before proceeding, please note that we recommend
using our discussion forum (https://discuss.dgl.ai) for
general questions. -->
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.
-->
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