Skip to content

Commit 94038be

Browse files
authored
Merge pull request #194 from ActionsDesk/ncalteen/cleanup
(breaking) Cleanup and Convert to TypeScript
2 parents fee9f58 + 1115a11 commit 94038be

120 files changed

Lines changed: 49581 additions & 30360 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitattributes

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
* text=auto eol=lf
2+
3+
dist/** -diff linguist-generated=true

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 0 additions & 26 deletions
This file was deleted.
Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
name: Bug Report
2+
description: Create a bug report to help improve this project
3+
title: Bug Report
4+
body:
5+
- type: textarea
6+
id: description
7+
attributes:
8+
label: Description
9+
description: Describe the bug
10+
placeholder: A clear and concise description of what the bug is
11+
validations:
12+
required: true
13+
- type: textarea
14+
id: reproduce
15+
attributes:
16+
label: Reproduction
17+
description: Steps to reproduce the behavior
18+
placeholder: Steps to reproduce the behavior
19+
validations:
20+
required: true
21+
- type: textarea
22+
id: expected
23+
attributes:
24+
label: Expected Behavior
25+
description: Describe the expected behavior
26+
placeholder:
27+
A clear and concise description of what you expected to happen
28+
validations:
29+
required: false
30+
- type: textarea
31+
id: context
32+
attributes:
33+
label: Additional Context
34+
description: Add any other context or screenshots about the bug here
35+
validations:
36+
required: false

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
1-
blank_issues_enabled: false
2-
1+
blank_issues_enabled: true
32
contact_links:
4-
- name: GitHub Professional Services
5-
url: https://services.github.com/#contact
6-
about: Contact GitHub Professional Services
3+
- name: GitHub Community Support
4+
url: https://github.com/orgs/community/discussions
5+
about: Please ask and answer questions here.
6+
- name: GitHub Security Bug Bounty
7+
url: https://bounty.github.com/
8+
about: Please report security vulnerabilities here.
9+
- name: GitHub Expert Services
10+
url: https://github.com/services#services-contact
11+
about: Contact GitHub Expert Services

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 0 additions & 23 deletions
This file was deleted.
Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
name: Feature Request
2+
description: Suggest an idea for this project
3+
title: Feature Request
4+
body:
5+
- type: textarea
6+
id: problem
7+
attributes:
8+
label: Problem
9+
description: Please describe the problem your feature request would solve
10+
placeholder:
11+
A clear and concise description of what the problem is. E.g. _I'm always
12+
frustrated when [...]_
13+
validations:
14+
required: true
15+
- type: textarea
16+
id: solution
17+
attributes:
18+
label: Solution
19+
description: Describe the solution you'd like
20+
placeholder: A clear and concise description of what you want to happen
21+
validations:
22+
required: true
23+
- type: textarea
24+
id: alternatives
25+
attributes:
26+
label: Alternatives
27+
description: Describe alternatives you've considered
28+
placeholder: A clear and concise description of any alternative solutions
29+
validations:
30+
required: false
31+
- type: textarea
32+
id: context
33+
attributes:
34+
label: Additional Context
35+
description:
36+
Add any other context or screenshots about the feature request here
37+
validations:
38+
required: false

.github/ISSUE_TEMPLATE/request-admin-permission.md

Lines changed: 0 additions & 13 deletions
This file was deleted.
Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
name: Request Administrative Access
2+
description:
3+
Allows the support team to request a temporary admin permission in an
4+
organization
5+
title: Administrative Access Request
6+
body:
7+
- type: input
8+
id: organization
9+
attributes:
10+
label: Organization
11+
description: Organization where you want to be promoted
12+
placeholder: octo-org
13+
validations:
14+
required: true
15+
- type: textarea
16+
id: description
17+
attributes:
18+
label: Description
19+
description:
20+
Explanation of why this request is being submitted and what task(s) will
21+
be performed
22+
validations:
23+
required: true
24+
- type: input
25+
id: ticket
26+
attributes:
27+
label: Ticket
28+
description: ID of a related ticket in your support system
29+
validations:
30+
required: true
31+
- type: dropdown
32+
id: duration
33+
attributes:
34+
label: Duration
35+
description: Duration in hours that you need the permission
36+
multiple: false
37+
options:
38+
- '1'
39+
- '2'
40+
- '3'
41+
- '4'
42+
- '5'
43+
- '6'
44+
- '7'
45+
- '8'
46+
validations:
47+
required: true

.github/code_of_conduct.md

Lines changed: 0 additions & 76 deletions
This file was deleted.

.github/codeowners

Lines changed: 0 additions & 2 deletions
This file was deleted.

0 commit comments

Comments
 (0)