From 970f15ec7468753a0923426fe9360510fa0404a7 Mon Sep 17 00:00:00 2001 From: Minjie Wang Date: Wed, 5 Dec 2018 23:15:39 -0500 Subject: [PATCH] [Release] simplify the pr template a little (#268) --- .github/ISSUE_TEMPLATE/bug-report.md | 8 +++---- .github/ISSUE_TEMPLATE/documentation.md | 2 +- .github/ISSUE_TEMPLATE/feature-request.md | 8 ++++--- .../ISSUE_TEMPLATE/questions-help-support.md | 8 +++---- .github/PULL_REQUEST_TEMPLATE.md | 23 ++++++------------- 5 files changed, 20 insertions(+), 29 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md index ea634135d943..a8eae6f53d46 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.md +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -25,15 +25,15 @@ 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 - \ No newline at end of file + diff --git a/.github/ISSUE_TEMPLATE/documentation.md b/.github/ISSUE_TEMPLATE/documentation.md index f58b365b4c23..09186e819f07 100644 --- a/.github/ISSUE_TEMPLATE/documentation.md +++ b/.github/ISSUE_TEMPLATE/documentation.md @@ -7,4 +7,4 @@ about: Report an issue related to docs.dgl.ai ## 📚 Documentation - \ No newline at end of file + diff --git a/.github/ISSUE_TEMPLATE/feature-request.md b/.github/ISSUE_TEMPLATE/feature-request.md index 2e3c4e3707d3..d399dd68050a 100644 --- a/.github/ISSUE_TEMPLATE/feature-request.md +++ b/.github/ISSUE_TEMPLATE/feature-request.md @@ -5,11 +5,13 @@ about: Submit a proposal/request for a new DGL feature --- ## 🚀 Feature - + ## Motivation - + ## Alternatives @@ -21,4 +23,4 @@ about: Submit a proposal/request for a new DGL feature ## Additional context - \ No newline at end of file + diff --git a/.github/ISSUE_TEMPLATE/questions-help-support.md b/.github/ISSUE_TEMPLATE/questions-help-support.md index 29974b43a98a..bc6e22a85866 100644 --- a/.github/ISSUE_TEMPLATE/questions-help-support.md +++ b/.github/ISSUE_TEMPLATE/questions-help-support.md @@ -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 + diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 96d4cf6eea67..518ed0180f22 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -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) + ## 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 +