Skip to content

new: ISSUE_TEMPLATE #51

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Aug 30, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
36 changes: 36 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
---
name: Bug report
about: "Please describe the problem you have encountered"
---

<!-- If you have a general question about NetworkX-ArangoDB, 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 -->

OS:
Python version:
NetworkX version:
NetworkX-ArangoDB version:
NetworkX-cuGraph version (if applicable):
ArangoDB version:


### Additional context

<!--- Add any other context about the problem here, screenshots, etc. -->
8 changes: 8 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -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.