Skip to content

Commit 8f999e7

Browse files
author
David Reed
committed
prettier
1 parent d230e0e commit 8f999e7

Some content is hidden

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

42 files changed

+10490
-8975
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

+48-42
Original file line numberDiff line numberDiff line change
@@ -1,42 +1,48 @@
1-
---
2-
name: Bug report
3-
about: Create a report to help us improve
4-
title: ''
5-
labels: ''
6-
assignees: ''
7-
8-
---
9-
10-
Issue tracker is **ONLY** used for reporting bugs. New features should be discussed on our Discord server.
11-
12-
13-
<!--- Provide a general summary of the issue in the Title above -->
14-
15-
## Expected Behavior
16-
<!--- Tell us what should happen -->
17-
18-
## Current Behavior
19-
<!--- Tell us what happens instead of the expected behavior -->
20-
21-
## Possible Solution
22-
<!--- Not obligatory, but suggest a fix/reason for the bug, -->
23-
24-
## Steps to Reproduce
25-
<!--- Provide a link to a live example, or an unambiguous set of steps to -->
26-
<!--- reproduce this bug. Include code to reproduce, if relevant -->
27-
1.
28-
2.
29-
3.
30-
4.
31-
32-
## Context (Environment)
33-
<!--- How has this issue affected you? What are you trying to accomplish? -->
34-
<!--- Providing context helps us come up with a solution that is most useful in the real world -->
35-
36-
<!--- Provide a general summary of the issue in the Title above -->
37-
38-
## Detailed Description
39-
<!--- Provide a detailed description of the change or addition you are proposing -->
40-
41-
## Possible Implementation
42-
<!--- Not obligatory, but suggest an idea for implementing addition or change -->
1+
---
2+
name: Bug report
3+
about: Create a report to help us improve
4+
title: ''
5+
labels: ''
6+
assignees: ''
7+
---
8+
9+
Issue tracker is **ONLY** used for reporting bugs. New features should be discussed on our Discord server.
10+
11+
<!--- Provide a general summary of the issue in the Title above -->
12+
13+
## Expected Behavior
14+
15+
<!--- Tell us what should happen -->
16+
17+
## Current Behavior
18+
19+
<!--- Tell us what happens instead of the expected behavior -->
20+
21+
## Possible Solution
22+
23+
<!--- Not obligatory, but suggest a fix/reason for the bug, -->
24+
25+
## Steps to Reproduce
26+
27+
<!--- Provide a link to a live example, or an unambiguous set of steps to -->
28+
<!--- reproduce this bug. Include code to reproduce, if relevant -->
29+
30+
1.
31+
2.
32+
3.
33+
4.
34+
35+
## Context (Environment)
36+
37+
<!--- How has this issue affected you? What are you trying to accomplish? -->
38+
<!--- Providing context helps us come up with a solution that is most useful in the real world -->
39+
40+
<!--- Provide a general summary of the issue in the Title above -->
41+
42+
## Detailed Description
43+
44+
<!--- Provide a detailed description of the change or addition you are proposing -->
45+
46+
## Possible Implementation
47+
48+
<!--- Not obligatory, but suggest an idea for implementing addition or change -->

.github/ISSUE_TEMPLATE/config.yml

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
blank_issues_enabled: false
2-
contact_links:
3-
- name: Community Support
4-
url: https://discord.gg/unblock
5-
about: Please ask and answer questions here.
6-
- name: Heroku, Repl.it, Blocked site issues
7-
url: https://www.youtube.com/watch?v=BLUkgRAy_Vo
8-
about: Do not create issues for these.
1+
blank_issues_enabled: false
2+
contact_links:
3+
- name: Community Support
4+
url: https://discord.gg/unblock
5+
about: Please ask and answer questions here.
6+
- name: Heroku, Repl.it, Blocked site issues
7+
url: https://www.youtube.com/watch?v=BLUkgRAy_Vo
8+
about: Do not create issues for these.

.prettierrc

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"tabWidth": 4,
3+
"singleQuote": true
4+
}

0 commit comments

Comments
 (0)