Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
dgl
Commits
91f4eee0
"git@developer.sourcefind.cn:OpenDAS/torch-cluster.git" did not exist on "199be86791d48be8bb60ddd866188175266a5707"
Unverified
Commit
91f4eee0
authored
Aug 10, 2022
by
Minjie Wang
Committed by
GitHub
Aug 10, 2022
Browse files
Update issue templates
parent
182e1ad5
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
133 additions
and
87 deletions
+133
-87
.github/ISSUE_TEMPLATE/--work-item--dev-only-.md
.github/ISSUE_TEMPLATE/--work-item--dev-only-.md
+24
-0
.github/ISSUE_TEMPLATE/bug-report.md
.github/ISSUE_TEMPLATE/bug-report.md
+42
-39
.github/ISSUE_TEMPLATE/documentation.md
.github/ISSUE_TEMPLATE/documentation.md
+13
-10
.github/ISSUE_TEMPLATE/feature-request.md
.github/ISSUE_TEMPLATE/feature-request.md
+29
-26
.github/ISSUE_TEMPLATE/questions-help-support.md
.github/ISSUE_TEMPLATE/questions-help-support.md
+15
-12
.github/ISSUE_TEMPLATE/work-item.md
.github/ISSUE_TEMPLATE/work-item.md
+10
-0
No files found.
.github/ISSUE_TEMPLATE/--work-item--dev-only-.md
0 → 100644
View file @
91f4eee0
---
name
:
"
\U0001F528
Work
Item
(DEV
ONLY)"
about
:
Work item issue for tracking progress. Dev team only.
title
:
'
'
labels
:
Work Item
assignees
:
'
'
---
## 🔨Work Item
**IMPORTANT:**
*
This template is only for dev team to track project progress. For feature request or bug report, please use the corresponding issue templates.
*
DO NOT create a new work item if the purpose is to fix an existing issue or feature request. We will directly use the issue in the project tracker.
Project tracker: https://github.com/orgs/dmlc/projects/2
## Description
<!-- short description of the work item -->
## Depending work items or issues
<!-- what must be done before this -->
.github/ISSUE_TEMPLATE/bug-report.md
View file @
91f4eee0
---
name
:
"
\U0001F41B
Bug
Report"
about
:
Submit a bug report to help us improve DGL
---
## 🐛 Bug
<!-- A clear and concise description of what the bug is. -->
## To Reproduce
Steps to reproduce the behavior:
1.
1.
1.
<!-- If you have a code sample, error messages, stack traces, please provide it here as well -->
## Expected behavior
<!-- A clear and concise description of what you expected to happen. -->
## Environment
-
DGL Version (e.g., 1.0):
-
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 (if applicable):
-
GPU models and configuration (e.g. V100):
-
Any other relevant information:
## Additional context
<!-- Add any other context about the problem here. -->
---
name
:
"
\U0001F41B
Bug
Report"
about
:
Submit a bug report to help us improve DGL
title
:
'
'
labels
:
'
'
assignees
:
'
'
---
## 🐛 Bug
<!-- A clear and concise description of what the bug is. -->
## To Reproduce
Steps to reproduce the behavior:
1.
1.
1.
<!-- If you have a code sample, error messages, stack traces, please provide it here as well -->
## Expected behavior
<!-- A clear and concise description of what you expected to happen. -->
## Environment
-
DGL Version (e.g., 1.0):
-
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 (if applicable):
-
GPU models and configuration (e.g. V100):
-
Any other relevant information:
## Additional context
<!-- Add any other context about the problem here. -->
.github/ISSUE_TEMPLATE/documentation.md
View file @
91f4eee0
---
name
:
"
\U0001F4DA
Documentation"
about
:
Report an issue related to docs.dgl.ai
---
## 📚 Documentation
<!-- Please specify whether it's tutorial part or API reference part-->
<!-- Describe the issue.-->
---
name
:
"
\U0001F4DA
Documentation"
about
:
Report an issue related to docs.dgl.ai
title
:
'
'
labels
:
'
'
assignees
:
'
'
---
## 📚 Documentation
<!-- Please specify whether it's tutorial part or API reference part-->
<!-- Describe the issue.-->
.github/ISSUE_TEMPLATE/feature-request.md
View file @
91f4eee0
---
name
:
"
\U0001F680
Feature
Request"
about
:
Submit a proposal/request for a new DGL feature
---
## 🚀 Feature
<!-- 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 -->
## Alternatives
<!-- A clear and concise description of any alternative solutions or features you've considered, if any. -->
## Pitch
<!-- A clear and concise description of what you want to happen. -->
## Additional context
<!-- Add any other context or screenshots about the feature request here. -->
---
name
:
"
\U0001F680
Feature
Request"
about
:
Submit a proposal/request for a new DGL feature
title
:
'
'
labels
:
'
'
assignees
:
'
'
---
## 🚀 Feature
<!-- 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 -->
## Alternatives
<!-- A clear and concise description of any alternative solutions or features you've considered, if any. -->
## Pitch
<!-- A clear and concise description of what you want to happen. -->
## Additional context
<!-- Add any other context or screenshots about the feature request here. -->
.github/ISSUE_TEMPLATE/questions-help-support.md
View file @
91f4eee0
---
name
:
"
❓Questions/Help/Support"
about
:
Do you need support? We have resources.
---
## ❓ Questions and Help
Before proceeding, please note that we recommend
using our discussion forum (https://discuss.dgl.ai) for
general questions. As a result, this issue will
likely be CLOSED shortly.
---
name
:
"
❓Questions/Help/Support"
about
:
Do you need support? We have resources.
title
:
'
'
labels
:
'
'
assignees
:
'
'
---
## ❓ Questions and Help
Before proceeding, please note that we recommend
using our discussion forum (https://discuss.dgl.ai) for
general questions. As a result, this issue will
likely be CLOSED shortly.
.github/ISSUE_TEMPLATE/work-item.md
0 → 100644
View file @
91f4eee0
---
name
:
Work Item
about
:
Describe this issue template's purpose here.
title
:
'
'
labels
:
'
'
assignees
:
'
'
---
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment