Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update docs request template to request that people add docs issues t… #3606

Merged
merged 3 commits into from
Jun 1, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions .github/ISSUE_TEMPLATE/documentation.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@ labels: type/enhancement, area/documentation
assignees: ''

---
### Tell us about the documentation you'd like us to add or update.
It can be as pedantic as a typo or as titanic as an entire tutorial request.

## Tell us about the documentation you'd like us to add or update

## Are there any related areas of documentation that currently exist? Could you point to them?
### If applicable, add links to the relevant docs that should be updated
- [Link to relevant docs page](https://docs.airbyte.io)
8 changes: 8 additions & 0 deletions .github/workflows/project.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,11 @@ jobs:
with:
project: "https://github.com/airbytehq/airbyte/projects/1"
column_name: "Backlog"
- name: Assign documentation issues to the Documentation Roadmap project
uses: srggrs/assign-one-project-github-action@1.2.0
if: |
contains(github.event.issue.labels.*.name, 'area/documentation') ||
contains(github.event.pull_request.labels.*.name, 'area/documentation')
with:
project: "https://github.com/airbytehq/airbyte/projects/4"
column_name: "Needs Triage"
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,5 @@
"name": "Asana",
"dockerRepository": "airbyte/source-asana",
"dockerImageTag": "0.1.0",
"documentationUrl": "https://hub.docker.com/r/airbyte/source-asana",
"icon": "asana.svg"
"documentationUrl": "https://hub.docker.com/r/airbyte/source-asana"
}