-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #85 from mindstand/nikitawootten/issue71
Relationship within a single type
- Loading branch information
Showing
20 changed files
with
293 additions
and
434 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
--- | ||
name: Bug | ||
about: Report a new bug | ||
labels: bug | ||
--- | ||
# Bug Report: | ||
<!-- Provide a clear description of the issue --> | ||
|
||
## Expected Behavior | ||
<!-- Describe the incorrect behavior --> | ||
|
||
## Current Behavior | ||
<!-- Describe the correct behavior --> | ||
|
||
## Steps to Reproduce | ||
<!-- Example code is appreciated! --> | ||
1. | ||
|
||
## Possible Solution | ||
<!-- (if applicable) --> | ||
<!-- Can you identify the location in the source where the problem exists? --> | ||
|
||
## Environment | ||
<!-- Please fill out some details about your environment --> | ||
| | Value | | ||
|------------------|-------| | ||
| Go Version | | | ||
| GoGM Version | | | ||
| Neo4J Version | | | ||
| Operating System | | | ||
|
||
## Would you be interested in tackling this issue | ||
Yes / No |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
--- | ||
name: Feature Request | ||
about: Submit a request for a new feature | ||
labels: feature | ||
--- | ||
# Feature Request: | ||
<!-- Describe what you would like to add or change about GoGM --> | ||
|
||
## Context | ||
<!-- How would you use this feature? Is it something that currently cannot be done? What problem does it solve? --> | ||
|
||
## Alternatives | ||
<!-- Can you achieve the same result another way? --> | ||
|
||
## Would you be interested in implementing this feature? | ||
Yes / No |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# Committer Notes | ||
Fixes # | ||
|
||
## Checklist | ||
- [ ] I have performed a self-review of my own code | ||
- [ ] I have commented my code, particularly in hard-to-understand areas | ||
- [ ] I have included new tests that address the changes |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.