Skip to content
Open
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
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ contact_links:
url: https://github.com/wso2/docs-apim/issues/new/choose
- name: 'General Question'
url: https://stackoverflow.com/questions/tagged/wso2-api-manager
about: "If you have a question then please ask on Stack Overflow using the #wso2-api-manager tag."
Chat with the community to get quick clarifications for your questions.
about: "If you have a question then please ask on Stack Overflow using the #wso2-api-manager tag.
Chat with the community to get quick clarifications for your questions." #fixed the bug here. This line was not inside the ""
- name: Chat on help-api-manager Discord Channel
url: https://discord.com/invite/Xa5VubmThw
about: "Chat about anything else with the community."
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/improvement.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ body:
id: limitation
attributes:
label: Current Limitation
description: Describe the the current limitation.
description: Describe the current limitation. # took out an extra "the"
validations:
required: true
- type: textarea
id: suggestion
attributes:
label: Suggested Improvement
description: Describe the the improvement you suggest.
description: Describe the improvement you suggest. # took out an extre "the"
validations:
required: true
- type: input
Expand Down