diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000..a0c6fb4 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,3 @@ +# @link + +* @tarampampam diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml new file mode 100644 index 0000000..a79bf4c --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -0,0 +1,51 @@ +# Docs: + +name: 🐞 Bug report +description: File a bug/issue +labels: ['type:bug'] +assignees: [tarampampam] +body: + - type: checkboxes + attributes: + label: Is there an existing issue for this? + description: Please search to see if an issue already exists for the bug you encountered + options: + - label: I have searched the existing issues + required: true + + - type: textarea + attributes: + label: Describe the bug + description: A clear and concise description of what the bug is + validations: + required: true + + - type: textarea + attributes: + label: Steps to reproduce + description: Steps to reproduce the behavior + placeholder: | + 1. Start the container using command ... + 2. Send an HTTP request using this curl command ... + 3. See error + + - type: textarea + id: configs + attributes: + label: Configuration files + description: Please copy and paste any relevant configuration files. This will be automatically formatted into code (yaml), so no need for backticks. + render: yaml + placeholder: Traefik, docker-compose, helm, etc. + + - type: textarea + id: logs + attributes: + label: Relevant log output + description: Please copy and paste any relevant log output. This will be automatically formatted into code (shell), so no need for backticks. + render: shell + + - type: textarea + attributes: + label: Anything else? + description: Links? References? Anything that will give us more context about the issue you are encountering! + placeholder: You can attach images or log files by clicking this area to highlight it and then dragging files in diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 0000000..dbeb3d9 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,8 @@ +# Docs: + +blank_issues_enabled: false + +contact_links: + - name: 🗣 Ask a Question, Discuss + url: https://github.com/tarampampam/error-pages/discussions + about: Feel free to ask anything diff --git a/.github/ISSUE_TEMPLATE/feature-request.yml b/.github/ISSUE_TEMPLATE/feature-request.yml new file mode 100644 index 0000000..8a1397e --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature-request.yml @@ -0,0 +1,33 @@ +# Docs: + +name: 💡 Feature request +description: Suggest an idea for this project +labels: ['type:feature_request'] +assignees: [tarampampam] +body: + - type: checkboxes + attributes: + label: Is there an existing issue for this? + description: Please search to see if an issue already exists for the bug you encountered + options: + - label: I have searched the existing issues + required: true + + - type: textarea + attributes: + label: Describe the problem to be solved + description: Please present a concise description of the problem to be addressed by this feature request + validations: + required: true + + - type: textarea + attributes: + label: Suggest a solution + description: A concise description of your preferred solution + placeholder: If there are multiple solutions, please present each one separately + + - type: textarea + attributes: + label: Additional context + description: Add any other context about the feature request + placeholder: You can attach images or log files by clicking this area to highlight it and then dragging files in