diff --git a/.github/ISSUE_TEMPLATE/doc_update.md b/.github/ISSUE_TEMPLATE/doc_update.md new file mode 100644 index 00000000000..42555899a9d --- /dev/null +++ b/.github/ISSUE_TEMPLATE/doc_update.md @@ -0,0 +1,16 @@ +--- +name: Documentation Request +about: Let us know what our docs can improve +title: '' +labels: 'documentation' +assignees: '' +--- + +**Is some content missing, wrong or not clear?** +A clear and concise description of what the problem is and the source URL. Ex. Page [...] is not clear. + +**Describe the solution you'd like** +Let us know what could help us improve the docs. + +**Additional context** +Add any other context or screenshots about the feature request here. diff --git a/.github/workflows/sync-docs.yml b/.github/workflows/sync-docs.yml index e0c0eedcbf3..2a3bd9f16ed 100644 --- a/.github/workflows/sync-docs.yml +++ b/.github/workflows/sync-docs.yml @@ -16,6 +16,7 @@ on: branches: [main] paths: - openmetadata-docs/** + workflow_dispatch: jobs: sync-docs: