summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorMridul Seth <seth.mridul@gmail.com>2021-01-06 23:56:20 +0100
committerGitHub <noreply@github.com>2021-01-06 14:56:20 -0800
commitc6a7798ad5c266172f78f8a57103e579e7851b69 (patch)
tree045ed817aa9e76839a3d0c0d3ac518b21c46c91d /.github
parent06da800ff32bea5dc97815cf07b5fb69bb01cb56 (diff)
downloadnetworkx-c6a7798ad5c266172f78f8a57103e579e7851b69.tar.gz
use issue templates to redirect to discussions tab, add a bug report template (#4524)
* use issue templates to redirect to discussions tab, add a bug report template * issue_template config
Diffstat (limited to '.github')
-rw-r--r--.github/ISSUE_TEMPLATE/bug_report.md27
-rw-r--r--.github/ISSUE_TEMPLATE/config.yml8
2 files changed, 35 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md
new file mode 100644
index 00000000..a57dee01
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/bug_report.md
@@ -0,0 +1,27 @@
+---
+name: Bug report
+about: 'Please describe the problem you have encountered'
+---
+
+<!-- If you have a general question about NetworkX, please use the discussions tab to create a new discussion -->
+
+<!--- Provide a general summary of the issue in the Title above -->
+
+
+### Current Behavior
+<!--- Tell us what happens instead of the expected behavior -->
+
+### Expected Behavior
+<!--- Tell us what should happen -->
+
+### Steps to Reproduce
+<!--- Provide a minimal example that reproduces the bug -->
+
+### Environment
+<!--- Please provide details about your local environment -->
+Python version:
+NetworkX version:
+
+
+### Additional context
+<!--- Add any other context about the problem here, screenshots, etc. -->
diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml
new file mode 100644
index 00000000..058d8844
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/config.yml
@@ -0,0 +1,8 @@
+blank_issues_enabled: true
+contact_links:
+ - name: Questions about NetworkX
+ url: https://github.com/networkx/networkx/discussions/new?category=q-a
+ about: Ask questions about usage of NetworkX
+ - name: Discussions and Ideas
+ url: https://github.com/networkx/networkx/discussions
+ about: Talk about new algorithms, feature requests, show your latest application of networks. \ No newline at end of file