Skip to content

Commit

Permalink
docs: fix issue template
Browse files Browse the repository at this point in the history
  • Loading branch information
hanxiao committed Apr 26, 2020
1 parent e76f0c8 commit e3af1e0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions .github/ISSUE_TEMPLATE/config.yml
@@ -1,14 +1,14 @@
blank_issues_enabled: false
contact_links:
- name: "📚 Read Jina Docs"
- name: " 📚 Read Jina Docs"
url: https://docs.jina.ai/
about: Find your solution from our documenations
- name: "🐣 Learn by Examples"
- name: " 🐣 Learn by Examples"
url: https://github.com/jina-ai/examples
about: Learn from real-world examples
- name: "🚏 Contributing Guideline"
- name: " 🚏 Contributing Guideline"
url: https://github.com/jina-ai/jina/blob/master/CONTRIBUTING.md
about: Follow the guideline to make a good pull request
- name: "🔎 Search on Existing Issues"
url: https://github.com/jina-ai/jina/search?q=&type=Issues
about: Someone else may already post this issue and got solved
# - name: "🔎 Search on Existing Issues"
# url: https://github.com/jina-ai/jina/search?q=&type=Issues
# about: Someone else may already post this issue and got solved
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Expand Up @@ -22,7 +22,7 @@ jobs:
FOLDING: false
GITHUB_TOKEN: ${{ secrets.JINA_DEV_BOT }}
TOC_TITLE: ''
TARGET_PATHS: 'README.md, CHANGELOG.md, CONTRIBUTING.md'
TARGET_PATHS: 'README.md,CHANGELOG.md,CONTRIBUTING.md'
COMMIT_MESSAGE: 'chore(docs): update TOC'
# - uses: peter-evans/dockerhub-description@v2.1.0
# env:
Expand Down

0 comments on commit e3af1e0

Please sign in to comment.