From 70cf4ed67f6c047165d36a5a1a161874e9d65e52 Mon Sep 17 00:00:00 2001 From: Anthony Mahanna Date: Fri, 30 Aug 2024 19:17:34 -0400 Subject: [PATCH] new: ISSUE_TEMPLATE --- .github/ISSUE_TEMPLATE/bug_report.md | 36 ++++++++++++++++++++++++++++ .github/ISSUE_TEMPLATE/config.yml | 8 +++++++ 2 files changed, 44 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/config.yml 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.