Skip to content

Commit a8453ef

Browse files
authored
Merge branch 'v1' into v1-rc4
2 parents 7f92204 + 22ed27c commit a8453ef

5 files changed

Lines changed: 52 additions & 4 deletions

File tree

.gitattributes

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

.github/FUNDING.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# These are supported funding model platforms
2+
3+
github: bbertucc
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
---
2+
name: Bug report
3+
about: Create a report to help us improve
4+
title: ''
5+
labels: bug
6+
assignees: ''
7+
8+
---
9+
10+
## Basic Bug Description
11+
A clear and concise description of what the bug is.
12+
13+
## Steps To Reproduce
14+
Steps to reproduce the behavior:
15+
1. Go to '...'
16+
2. Click on '....'
17+
3. Scroll down to '....'
18+
4. See error
19+
20+
## Expected behavior
21+
A clear and concise description of what you expected to happen.
22+
23+
## Screenshots
24+
If applicable, add screenshots to help explain your problem.
25+
26+
**Additional context**
27+
Add any other context about the problem here.
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
name: Feature request
3+
about: Suggest an idea for this project
4+
title: ''
5+
labels: enhancement
6+
assignees: ''
7+
8+
---
9+
10+
## What problem is the feature trying to solve?
11+
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
12+
13+
## Desired Solution
14+
A clear and concise description of what you want to happen.
15+
16+
## Alternatives
17+
A clear and concise description of any alternative solutions or features you've considered.
18+
19+
## Technical Details (Optional)
20+
Technical information on how to build this feature.

index.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<meta name="viewport" content="width=device-width, initial-scale=1.0">
2222
<meta description="Equalify manages web accessibility issues with integrations with your favorite services." />
2323
<title><?php echo get_page_title(); ?></title>
24-
<link href="assets/bootstrap/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-T3c6CoIi6uLrA9TneNEoa7RxnatzjcDSCmG1MXxSR1GAsXEV/Dwwykc2MPK8M2HN" crossorigin="anonymous">
24+
<link href="assets/bootstrap/dist/css/bootstrap.min.css" rel="stylesheet" >
2525
<link href="theme.css" rel="stylesheet">
2626
</head>
2727

@@ -82,7 +82,7 @@
8282
</ul>
8383
</nav>
8484
</footer>
85-
<script src="assets/bootstrap/dist/js/bootstrap.min.js" integrity="sha384-BBtl+eGJRgqQAUMxJ7pMwbEyER4l1g+O15P+16Ep7Q9Q+zqX6gSbd85u4mG4QzX+" crossorigin="anonymous"></script>
85+
<script src="assets/bootstrap/dist/js/bootstrap.min.js"dde></script>
8686
</body>
8787

8888
</html>

0 commit comments

Comments
 (0)