Skip to content

Commit 1b9796b

Browse files
StartAutomatingJames Brundage
authored andcommitted
feat: Example Issue Template ( Fixes #128 ) [skip ci]
1 parent 5364157 commit 1b9796b

File tree

2 files changed

+75
-0
lines changed

2 files changed

+75
-0
lines changed

.github/ISSUE_TEMPLATE/Example.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
name: Example
2+
description: Share an Example
3+
labels: ["documentation"]
4+
body:
5+
- type: markdown
6+
attributes:
7+
value: |
8+
Show off your samples
9+
- type: textarea
10+
id: Example
11+
attributes:
12+
label: Example
13+
description: Provide an example (in Markdown)
14+
validations:
15+
required: true

docs/_data/issues/128.json

Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,60 @@
1+
{
2+
"active_lock_reason": null,
3+
"assignee": null,
4+
"assignees": [],
5+
"author_association": "MEMBER",
6+
"body": null,
7+
"closed_at": null,
8+
"comments": 0,
9+
"comments_url": "https://api.github.com/repos/PowerShellWeb/PSJekyll/issues/128/comments",
10+
"created_at": "2024-10-17T07:00:10Z",
11+
"events_url": "https://api.github.com/repos/PowerShellWeb/PSJekyll/issues/128/events",
12+
"html_url": "https://github.com/PowerShellWeb/PSJekyll/issues/128",
13+
"id": 2593817042,
14+
"labels": [],
15+
"labels_url": "https://api.github.com/repos/PowerShellWeb/PSJekyll/issues/128/labels{/name}",
16+
"locked": false,
17+
"milestone": null,
18+
"node_id": "I_kwDOM5E4t86amoHS",
19+
"number": 128,
20+
"performed_via_github_app": null,
21+
"reactions": {
22+
"+1": 0,
23+
"-1": 0,
24+
"confused": 0,
25+
"eyes": 0,
26+
"heart": 0,
27+
"hooray": 0,
28+
"laugh": 0,
29+
"rocket": 0,
30+
"total_count": 0,
31+
"url": "https://api.github.com/repos/PowerShellWeb/PSJekyll/issues/128/reactions"
32+
},
33+
"repository_url": "https://api.github.com/repos/PowerShellWeb/PSJekyll",
34+
"state": "open",
35+
"state_reason": null,
36+
"timeline_url": "https://api.github.com/repos/PowerShellWeb/PSJekyll/issues/128/timeline",
37+
"title": "`Example` issue template should suggest documentation",
38+
"updated_at": "2024-10-17T19:57:28Z",
39+
"url": "https://api.github.com/repos/PowerShellWeb/PSJekyll/issues/128",
40+
"user": {
41+
"avatar_url": "https://avatars.githubusercontent.com/u/1043665?v=4",
42+
"events_url": "https://api.github.com/users/StartAutomating/events{/privacy}",
43+
"followers_url": "https://api.github.com/users/StartAutomating/followers",
44+
"following_url": "https://api.github.com/users/StartAutomating/following{/other_user}",
45+
"gists_url": "https://api.github.com/users/StartAutomating/gists{/gist_id}",
46+
"gravatar_id": "",
47+
"html_url": "https://github.com/StartAutomating",
48+
"id": 1043665,
49+
"login": "StartAutomating",
50+
"node_id": "MDQ6VXNlcjEwNDM2NjU=",
51+
"organizations_url": "https://api.github.com/users/StartAutomating/orgs",
52+
"received_events_url": "https://api.github.com/users/StartAutomating/received_events",
53+
"repos_url": "https://api.github.com/users/StartAutomating/repos",
54+
"site_admin": false,
55+
"starred_url": "https://api.github.com/users/StartAutomating/starred{/owner}{/repo}",
56+
"subscriptions_url": "https://api.github.com/users/StartAutomating/subscriptions",
57+
"type": "User",
58+
"url": "https://api.github.com/users/StartAutomating"
59+
}
60+
}

0 commit comments

Comments
 (0)