diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md deleted file mode 100644 index c91804c41..000000000 --- a/.github/ISSUE_TEMPLATE.md +++ /dev/null @@ -1,19 +0,0 @@ - diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 000000000..2135d83fe --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,57 @@ +--- +name: Bug Report +about: Report a bug +labels: bug +--- + +## Bug Report + +### Orchestrator version + + + +### Backend + + + +### Configuration + + + +```json + +``` + +### Topology + + + +``` + +``` + +### Steps to reproduce + +1. +2. +3. + +### Expected behavior + + + +### Actual behavior + + + +### Logs + + + +``` + +``` + +### Additional context + + diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 000000000..561843656 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,23 @@ +--- +name: Feature Request +about: Suggest a new feature +labels: enhancement +--- + +## Feature Request + +### Problem description / use case + + + +### Proposed solution + + + +### Alternatives considered + + + +### Additional context + + diff --git a/.github/ISSUE_TEMPLATE/question.md b/.github/ISSUE_TEMPLATE/question.md new file mode 100644 index 000000000..8835c83ac --- /dev/null +++ b/.github/ISSUE_TEMPLATE/question.md @@ -0,0 +1,11 @@ +--- +name: Question +about: Ask a question about orchestrator +labels: question +--- + +## Question + + + + diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 978d97286..a1aabc92e 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,31 +1,17 @@ - - -Related issue: https://github.com/openark/orchestrator/issues/0123456789 +## Pull Request +Related issue: https://github.com/proxysql/orchestrator/issues/ ### Description -This PR [briefly explain what is does] - - +- [ ] Code formatted with `gofmt` (please avoid `goimports`) +- [ ] Tests added/updated +- [ ] CI passes (unit, integration, system tests) +- [ ] DCO sign-off included (`git commit -s`) +- [ ] Related issue linked above