Skip to content

Commit 8fab55e

Browse files
authored
new: ISSUE_TEMPLATE (#51)
1 parent ec71ecb commit 8fab55e

File tree

2 files changed

+44
-0
lines changed

2 files changed

+44
-0
lines changed
Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
---
2+
name: Bug report
3+
about: "Please describe the problem you have encountered"
4+
---
5+
6+
<!-- If you have a general question about NetworkX-ArangoDB, please use the discussions tab to create a new discussion -->
7+
8+
<!--- Provide a general summary of the issue in the Title above -->
9+
10+
### Current Behavior
11+
12+
<!--- Tell us what happens instead of the expected behavior -->
13+
14+
### Expected Behavior
15+
16+
<!--- Tell us what should happen -->
17+
18+
### Steps to Reproduce
19+
20+
<!--- Provide a minimal example that reproduces the bug -->
21+
22+
### Environment
23+
24+
<!--- Please provide details about your local environment -->
25+
26+
OS:
27+
Python version:
28+
NetworkX version:
29+
NetworkX-ArangoDB version:
30+
NetworkX-cuGraph version (if applicable):
31+
ArangoDB version:
32+
33+
34+
### Additional context
35+
36+
<!--- Add any other context about the problem here, screenshots, etc. -->

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
blank_issues_enabled: true
2+
contact_links:
3+
- name: Questions about NetworkX-ArangoDB
4+
url: https://github.com/arangodb/nx-arangodb/discussions/new?category=q-a
5+
about: Ask questions about usage of NetworkX-ArangoDB
6+
- name: Discussions and Ideas
7+
url: https://github.com/arangodb/nx-arangodb/discussions
8+
about: Talk about new algorithms, feature requests, show your latest application of networks.

0 commit comments

Comments
 (0)