Skip to content

Commit 2757401

Browse files
authored
Update .editorconfig rules (simpledotorg#3139)
* Update `.editorconfig` * Run formatter on project * Update CHANGELOG
1 parent bc0e2c4 commit 2757401

File tree

182 files changed

+2355
-1527
lines changed

Some content is hidden

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

182 files changed

+2355
-1527
lines changed

.editorconfig

Lines changed: 163 additions & 124 deletions
Large diffs are not rendered by default.

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 18 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,36 @@
11
---
2-
name: Bug report
3-
about: Create a report to help us improve
4-
title: ''
5-
labels: bug
6-
assignees: ''
2+
name: Bug report about: Create a report to help us improve title: ''
3+
labels: bug assignees: ''
74

85
---
96

10-
**Describe the bug**
7+
#### Describe the bug
8+
119
A clear and concise description of what the bug is.
1210

13-
**To Reproduce**
11+
#### To Reproduce
12+
1413
Steps to reproduce the behavior:
14+
1515
1. Go to '...'
1616
2. Click on '....'
1717
3. Scroll down to '....'
1818
4. See error
1919

20-
**Expected behavior**
20+
#### Expected behavior
21+
2122
A clear and concise description of what you expected to happen.
2223

23-
**Screenshots**
24+
#### Screenshots
25+
2426
If applicable, add screenshots to help explain your problem.
2527

26-
**Smartphone (please complete the following information):**
27-
- Device: [e.g. Pixel 2 XL]
28-
- OS: [e.g. Android 8.1]
29-
- App Version [e.g. 2019-03-25-3403]
28+
#### Smartphone (please complete the following information):
29+
30+
- Device: [e.g. Pixel 2 XL]
31+
- OS: [e.g. Android 8.1]
32+
- App Version [e.g. 2019-03-25-3403]
33+
34+
#### Additional context
3035

31-
**Additional context**
3236
Add any other context about the problem here.

.github/workflows/cleanup_heroku_review_apps.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
branches:
66
- master
77
# Also run a nightly (at 12 AM IST) workflow to clean up dangling instances for redundancy
8-
schedule :
8+
schedule:
99
- cron: '30 6 * * 1-5'
1010

1111
jobs:
@@ -19,5 +19,5 @@ jobs:
1919

2020
- name: Teardown dangling Heroku instances
2121
run: .github/scripts/teardown_heroku_instances.py
22-
env :
23-
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
22+
env:
23+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)