Skip to content

Commit

Permalink
Added pr and issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
nikitawootten committed Jan 21, 2022
1 parent 6b9935d commit f6f3995
Show file tree
Hide file tree
Showing 3 changed files with 56 additions and 0 deletions.
33 changes: 33 additions & 0 deletions .github/ISSUE_TEMPLATE/bug.md
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
16 changes: 16 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
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
7 changes: 7 additions & 0 deletions .github/pull_request_template.md
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

0 comments on commit f6f3995

Please sign in to comment.