diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 64621049..a8cc036d 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -12,13 +12,13 @@ body: label: Describe the bug description: A clear and concise description of the bug. value: | - ## Description + #### Description - ## Expected behavior + #### Expected behavior - ## Actual behavior + #### Actual behavior - ## Versions + #### Versions Please list the version of the relevant packages or applications in which the bug exists. validations: @@ -42,10 +42,10 @@ body: label: Additional Information description: If there are any possible solutions, workarounds, or additional information please describe them here value: | - ## Workarounds + #### Workarounds - ## Possible solutions + #### Possible solutions - ## Additional information + #### Additional information validations: required: false \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index e55bdc19..e09e586a 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -16,12 +16,11 @@ body: description: A clear and concise description of the feature. value: | - **Is your feature related to a problem? Please describe.** + #### Is your feature related to a problem? Please describe. - **Describe the requested feature** - + #### Describe the requested feature - **Describe alternatives you've considered** + #### Describe alternatives you've considered validations: required: true - type: textarea diff --git a/.github/ISSUE_TEMPLATE/improvement_request.yml b/.github/ISSUE_TEMPLATE/improvement_request.yml index 9de03fbd..748025c6 100644 --- a/.github/ISSUE_TEMPLATE/improvement_request.yml +++ b/.github/ISSUE_TEMPLATE/improvement_request.yml @@ -12,11 +12,11 @@ body: label: Describe the suggested improvement description: A clear and concise description of what the improvement is. value: | - **Is your improvement related to a problem? Please describe.** + #### Is your improvement related to a problem? Please describe. - **Describe the suggested solution** + #### Describe the suggested solution - **Describe alternatives you've considered** + #### Describe alternatives you've considered validations: required: true - type: textarea diff --git a/.github/workflows/virus-scan.yml b/.github/workflows/virus-scan.yml index e1cdd4b7..da3c9bd4 100644 --- a/.github/workflows/virus-scan.yml +++ b/.github/workflows/virus-scan.yml @@ -12,6 +12,6 @@ jobs: owner: ${{ github.repository_owner }} repo: ${{ github.event.repository.name }} tag: ${{ github.event.release.name }} - github-access-token: ${{ secrets.RELEASE_ANTIVIRUS_GITHUB_ACCESS_TOKEN_PBOT4 }} + github-access-token: ${{ secrets.GITHUB_TOKEN }} slack-token: ${{ secrets.SLACK_TOKEN }} - slack-channel: ${{ secrets.VIRUS_REPORTING_SLACK_CHANNEL }} + slack-channel: ${{ vars.VIRUS_REPORTING_SLACK_CHANNEL }}