diff --git a/.github/ISSUE_TEMPLATE/bug.md b/.github/ISSUE_TEMPLATE/bug.md new file mode 100644 index 0000000..01689d7 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug.md @@ -0,0 +1,33 @@ +--- +name: Bug +about: Report a new bug +labels: bug +--- +# Bug Report: + + +## Expected Behavior + + +## Current Behavior + + +## Steps to Reproduce + +1. + +## Possible Solution + + + +## Environment + +| | Value | +|------------------|-------| +| Go Version | | +| GoGM Version | | +| Neo4J Version | | +| Operating System | | + +## Would you be interested in tackling this issue +Yes / No diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 0000000..2f8885e --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,16 @@ +--- +name: Feature Request +about: Submit a request for a new feature +labels: feature +--- +# Feature Request: + + +## Context + + +## Alternatives + + +## Would you be interested in implementing this feature? +Yes / No diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 0000000..7d24380 --- /dev/null +++ b/.github/pull_request_template.md @@ -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