-
Notifications
You must be signed in to change notification settings - Fork 0
Update GitHub issue and PR templates #10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
This file was deleted.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,57 @@ | ||
| --- | ||
| name: Bug Report | ||
| about: Report a bug | ||
| labels: bug | ||
| --- | ||
|
|
||
| ## Bug Report | ||
|
|
||
| ### Orchestrator version | ||
|
|
||
| <!-- Output of `orchestrator --version` --> | ||
|
|
||
| ### Backend | ||
|
|
||
| <!-- MySQL or SQLite? --> | ||
|
|
||
| ### Configuration | ||
|
|
||
| <!-- Paste your orchestrator.conf.json below (sanitized — remove passwords and sensitive hostnames) --> | ||
|
|
||
| ```json | ||
|
|
||
| ``` | ||
|
|
||
| ### Topology | ||
|
|
||
| <!-- Paste the output of `orchestrator-client -c topology -alias my-cluster` --> | ||
|
|
||
| ``` | ||
|
|
||
| ``` | ||
|
|
||
| ### Steps to reproduce | ||
|
|
||
| 1. | ||
| 2. | ||
| 3. | ||
|
|
||
| ### Expected behavior | ||
|
|
||
| <!-- What did you expect to happen? --> | ||
|
|
||
| ### Actual behavior | ||
|
|
||
| <!-- What happened instead? --> | ||
|
|
||
| ### Logs | ||
|
|
||
| <!-- Please include relevant orchestrator logs. Use `--debug --stack` for maximum verbosity. --> | ||
|
|
||
| ``` | ||
|
|
||
| ``` | ||
|
|
||
| ### Additional context | ||
|
|
||
| <!-- Any other information that might be helpful (OS, MySQL version, raft/non-raft mode, etc.) --> |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,23 @@ | ||
| --- | ||
| name: Feature Request | ||
| about: Suggest a new feature | ||
| labels: enhancement | ||
| --- | ||
|
|
||
| ## Feature Request | ||
|
|
||
| ### Problem description / use case | ||
|
|
||
| <!-- What problem are you trying to solve? Why is this feature needed? --> | ||
|
|
||
| ### Proposed solution | ||
|
|
||
| <!-- How do you envision this feature working? --> | ||
|
|
||
| ### Alternatives considered | ||
|
|
||
| <!-- Have you considered any alternative solutions or workarounds? --> | ||
|
|
||
| ### Additional context | ||
|
|
||
| <!-- Any other information, mockups, or references that might be helpful. --> |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,11 @@ | ||
| --- | ||
| name: Question | ||
| about: Ask a question about orchestrator | ||
| labels: question | ||
| --- | ||
|
|
||
| ## Question | ||
|
|
||
| <!-- Please check the documentation first: https://github.com/proxysql/orchestrator/tree/master/docs --> | ||
|
|
||
| <!-- Ask your question below. Include as much context as possible (version, setup, what you've tried). --> |
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
| @@ -1,31 +1,17 @@ | ||||||
| <!-- | ||||||
| ## A Pull Request should be associated with an Issue. | ||||||
|
|
||||||
| > We wish to have discussions in Issues. A single issue may be targeted by multiple PRs. | ||||||
| > If you're offering a new feature or fixing anything, we'd like to know beforehand in Issues, | ||||||
| > and potentially we'll be able to point development in a particular direction. | ||||||
| Thank you! We are open to PRs, but please understand if for technical reasons we are unable to accept each and any PR | ||||||
| --> | ||||||
|
|
||||||
| Related issue: https://github.com/openark/orchestrator/issues/0123456789 | ||||||
| ## Pull Request | ||||||
|
|
||||||
| Related issue: https://github.com/proxysql/orchestrator/issues/ | ||||||
|
||||||
| Related issue: https://github.com/proxysql/orchestrator/issues/ | |
| Related issue: #<issue-number> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
To make it clearer for contributors, consider adding a placeholder for the issue number in the
Related issuelink. This would guide them on where to insert the relevant issue ID.