Skip to content

Commit 93f83c3

Browse files
committed
Provide additional links when creating new issue
1 parent f5d4b52 commit 93f83c3

File tree

4 files changed

+17
-3
lines changed

4 files changed

+17
-3
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: Bug report
3-
about: Create a report to help us improve
3+
about: Create a report to help us improve.
44
title: ''
55
labels: 'bug'
66
assignees: ''

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
blank_issues_enabled: true
2+
contact_links:
3+
- name: Documentation
4+
url: https://www.jsonapi.net/usage/resources/index.html
5+
about: Read our comprehensive documentation.
6+
- name: Sponsor JsonApiDotNetCore
7+
url: https://github.com/sponsors/json-api-dotnet
8+
about: Help the continued development.
9+
- name: Ask on Gitter
10+
url: https://gitter.im/json-api-dotnet-core/Lobby
11+
about: Get in touch with the whole community.
12+
- name: Ask on Stack Overflow
13+
url: https://stackoverflow.com/questions/tagged/json-api
14+
about: The best place for asking general-purpose questions.

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: Feature request
3-
about: Suggest an idea for this project
3+
about: Suggest an idea for this project.
44
title: ''
55
labels: 'enhancement'
66
assignees: ''

.github/ISSUE_TEMPLATE/question.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: Question
3-
about: Ask a question
3+
about: Ask a question.
44
title: ''
55
labels: 'question'
66
assignees: ''

0 commit comments

Comments
 (0)