chore: updated docs
This commit is contained in:
9
.github/ISSUE_TEMPLATE/bug_report.yaml
vendored
9
.github/ISSUE_TEMPLATE/bug_report.yaml
vendored
@@ -70,6 +70,15 @@ body:
|
||||
attributes:
|
||||
label: Relevant log output
|
||||
description: Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks.
|
||||
placeholder: |
|
||||
### This can be done by:
|
||||
- #### Re-running the workflow with debug logging enabled.
|
||||

|
||||
|
||||
### AND
|
||||
|
||||
- #### Downloading the log archive
|
||||

|
||||
render: shell
|
||||
- type: textarea
|
||||
attributes:
|
||||
|
||||
5
.github/workflows/update-readme.yml
vendored
5
.github/workflows/update-readme.yml
vendored
@@ -13,6 +13,11 @@ jobs:
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
- name: Run auto-doc
|
||||
uses: tj-actions/auto-doc@v1.4.1
|
||||
with:
|
||||
col_max_words: 12
|
||||
|
||||
- name: Run test
|
||||
uses: tj-actions/remark@v3
|
||||
|
||||
|
||||
Reference in New Issue
Block a user