diff --git a/.github/ISSUE_TEMPLATE/1-feature-request.md b/.github/ISSUE_TEMPLATE/1-feature-request.md new file mode 100644 index 0000000..44226d6 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/1-feature-request.md @@ -0,0 +1,26 @@ +--- +name: Feature Request +about: Suggest an idea for this project +labels: enhancement +assignees: checktheroads +--- + + + +# Feature Description + + +### Is your feature request related to a problem? Please describe. + + +# Environment & Use Case + + +# Additional Context + diff --git a/.github/ISSUE_TEMPLATE/2-bug-report.md b/.github/ISSUE_TEMPLATE/2-bug-report.md new file mode 100644 index 0000000..e49015b --- /dev/null +++ b/.github/ISSUE_TEMPLATE/2-bug-report.md @@ -0,0 +1,51 @@ +--- +name: Bug Report +about: Report a problem or unexpected behavior +labels: bug +assignees: checktheroads +--- + + + +# Bug Description + + +# Expected behavior + + +# Steps to Reproduce + + +## Local Configurations + + +``` + +``` + +## Logs + + +``` + +``` + +# Possible Solution + + +# Environment + +## Server + - OS: + - Python Version: + - hyperglass Version: + +## Client + - OS & Version: + - Browser: + +### Smartphone Details (if applicable) + - Device: + - OS: + - Browser: + diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 0000000..a49eab2 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1 @@ +blank_issues_enabled: true \ No newline at end of file diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md deleted file mode 100644 index d9182b5..0000000 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ /dev/null @@ -1,3 +0,0 @@ -<-- Thank you for your interest in contributing to hyperglass. The contribution policy requires that a feature request or bug must be opened prior to a pull request being reviewed. Please list the related feature request or bug below: --> - -### Fixes: diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 0000000..748a1c7 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,15 @@ + + + + +# Description + + +# Related Issues + + +# Motivation and Context + + +# Tests +