diff --git a/.github/ISSUE_TEMPLATE/bug-issue.yml b/.github/ISSUE_TEMPLATE/bug-issue.yml index 64dbd43..1bbd001 100644 --- a/.github/ISSUE_TEMPLATE/bug-issue.yml +++ b/.github/ISSUE_TEMPLATE/bug-issue.yml @@ -1,24 +1,22 @@ name: Bug report description: Report a bug or an issue that isn't working as expected. title: "[BUG]: " -labels: ["bug"] +labels: + - bug assignees: "" - body: - type: markdown attributes: value: | Please fill out the following information to help us resolve the issue. - - type: input id: description attributes: label: Describe the bug description: A clear and concise description of what the bug is. - placeholder: "Describe the bug in detail..." + placeholder: Describe the bug in detail... validations: required: true - - type: textarea id: steps attributes: @@ -29,28 +27,25 @@ body: 2. Click on '...' 3. Scroll down to '...' 4. See error - placeholder: "List the steps to reproduce the bug..." + placeholder: List the steps to reproduce the bug... validations: required: true - - type: input id: expected attributes: label: Expected behavior description: What you expected to happen. - placeholder: "What was the expected result?" + placeholder: What was the expected result? validations: required: true - - type: input id: actual attributes: label: Actual behavior description: What actually happened instead. - placeholder: "What happened instead?" + placeholder: What happened instead? validations: required: true - - type: dropdown id: environment attributes: @@ -65,7 +60,6 @@ body: value: staging validations: required: true - - type: input id: version attributes: @@ -74,12 +68,11 @@ body: placeholder: "e.g., 1.0.0" validations: required: false - - type: textarea id: additional attributes: label: Additional context description: Add any other context about the problem here. - placeholder: "Any additional information..." + placeholder: Any additional information... validations: required: false diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 9dc9d50..bc3f586 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -4,5 +4,6 @@ contact_links: url: t.me/AIhawkCommunity about: You can join the discussions on Telegram. - name: New issue - url: https://github.com/feder-cr/linkedIn_auto_jobs_applier_with_AI/blob/v3/.github/CONTRIBUTING.md - about: Before opening a new issue, please make sure to read CONTRIBUTING.md + url: >- + https://github.com/feder-cr/linkedIn_auto_jobs_applier_with_AI/blob/v3/.github/CONTRIBUTING.md + about: "Before opening a new issue, please make sure to read CONTRIBUTING.md"