diff --git a/.github/ISSUE_TEMPLATE/add-or-update-provider.md b/.github/ISSUE_TEMPLATE/add-or-update-provider.md new file mode 100644 index 000000000..5b6ac4998 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/add-or-update-provider.md @@ -0,0 +1,14 @@ +--- +name: Add or update provider +about: Request for a new provider or update configs for an existing provider. +title: '' +labels: provider +assignees: '' + +--- + +**Which provider?** + + +**Where are the configs?** + diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 000000000..344238dda --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,28 @@ +--- +name: Bug report +about: Container is not behaving as expected +title: '' +labels: '' +assignees: '' + +--- + + + +**Describe the problem** + + +**Add your docker run command** + + +**Logs** + + +**Host system:** + diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 000000000..6315abc65 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,20 @@ +--- +name: Feature request +about: Suggest an idea for this project +title: '' +labels: enhancement +assignees: '' + +--- + +**Is your feature request related to a problem? Please describe.** + + +**Describe the solution you'd like** + + +**Describe alternatives you've considered** + + +**Additional context** +