diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 00000000..2cd3dcbe --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,36 @@ +--- +name: Bug report +about: "Please describe the problem you have encountered" +--- + + + + + +### Current Behavior + + + +### Expected Behavior + + + +### Steps to Reproduce + + + +### Environment + + + +OS: +Python version: +NetworkX version: +NetworkX-ArangoDB version: +NetworkX-cuGraph version (if applicable): +ArangoDB version: + + +### Additional context + + diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 00000000..d7a7b7e3 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,8 @@ +blank_issues_enabled: true +contact_links: + - name: Questions about NetworkX-ArangoDB + url: https://github.com/arangodb/nx-arangodb/discussions/new?category=q-a + about: Ask questions about usage of NetworkX-ArangoDB + - name: Discussions and Ideas + url: https://github.com/arangodb/nx-arangodb/discussions + about: Talk about new algorithms, feature requests, show your latest application of networks.