diff --git a/.gitea/ISSUE_TEMPLATE/BUG_TEMPLATE.yml b/.gitea/ISSUE_TEMPLATE/BUG_TEMPLATE.yml new file mode 100644 index 0000000..634bd6f --- /dev/null +++ b/.gitea/ISSUE_TEMPLATE/BUG_TEMPLATE.yml @@ -0,0 +1,44 @@ +name: 🐞 Bug Report +description: File a bug/issue +title: "[BUG] " +labels: ["Kind/Bug"] +assignees: + - dominik +body: + - type: textarea + attributes: + label: Current behavior + description: A concise description of what you're experiencing. + validations: + required: true + - type: textarea + attributes: + label: Expected behavior + description: A concise description of what you expected to happen. + validations: + required: false + - type: textarea + attributes: + label: Steps to reproduce + description: If possible, describe steps to reproduce the behavior. + placeholder: | + 1. Pressed button '...' + 2. See error... + 3. Infinite sadness 😞 + validations: + required: false + - type: textarea + attributes: + label: Log messages + description: | + Please copy and paste any relevant log output. + render: shell + validations: + required: false + - type: textarea + attributes: + label: Anything else? + description: | + Everything else that could provide more context about the issue, e.g. screenshots. + validations: + required: false diff --git a/.gitea/ISSUE_TEMPLATE/FEATURE_TEMPLATE.yml b/.gitea/ISSUE_TEMPLATE/FEATURE_TEMPLATE.yml new file mode 100644 index 0000000..4e584d4 --- /dev/null +++ b/.gitea/ISSUE_TEMPLATE/FEATURE_TEMPLATE.yml @@ -0,0 +1,26 @@ +name: 🙂 Feature Request +about: Request a new feature or feature improvement +title: "[Feature]: <title>" +labels: ["Kind/Feature", "Kind/Enhancement"] +assignees: + - dominik +body: + - type: textarea + attributes: + label: Proposed Behavior + description: A concise description of what you want to happen. + validations: + required: true + - type: textarea + attributes: + label: Possible benefits + description: A concise description of why this is an benefit for users. + validations: + required: false + - type: textarea + attributes: + label: Anything else? + description: | + Everything else that could provide more context about the issue, e.g. screenshots. + validations: + required: false diff --git a/.gitea/ISSUE_TEMPLATE/config.yaml b/.gitea/ISSUE_TEMPLATE/config.yaml new file mode 100644 index 0000000..4014299 --- /dev/null +++ b/.gitea/ISSUE_TEMPLATE/config.yaml @@ -0,0 +1,5 @@ +blank_issues_enabled: false +contact_links: + - name: Mystery + url: https://c.xkcd.com/random/comic/ + about: What is behind door number 4?