Skip to content

Commit 926b2ab

Browse files
committed
added
2 parents e9daeef + 57eae7f commit 926b2ab

16 files changed

Lines changed: 2843 additions & 12414 deletions

File tree

Lines changed: 5 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,18 @@
1-
---
2-
name: Bug report
3-
about: Create a report to help us improve
4-
5-
---
1+
---------------
2+
bug :
3+
---------------
64

75
**Describe the bug**
86
A clear and concise description of what the bug is.
97

108
**To Reproduce**
119
Steps to reproduce the behavior:
12-
1. Go to '...'
13-
2. Click on '....'
14-
3. Scroll down to '....'
15-
4. See error
1610

1711
**Expected behavior**
1812
A clear and concise description of what you expected to happen.
1913

2014
**Screenshots**
2115
If applicable, add screenshots to help explain your problem.
2216

23-
**Desktop (please complete the following information):**
24-
- OS: [e.g. iOS]
25-
- Browser [e.g. chrome, safari]
26-
- Version [e.g. 22]
27-
28-
**Smartphone (please complete the following information):**
29-
- Device: [e.g. iPhone6]
30-
- OS: [e.g. iOS8.1]
31-
- Browser [e.g. stock browser, safari]
32-
- Version [e.g. 22]
33-
34-
**Additional context**
35-
Add any other context about the problem here.
17+
**Reference**
18+
Share the refernce url

Ref/Notes.md

Lines changed: 2591 additions & 0 deletions
Large diffs are not rendered by default.

docs/.nojekyll

Whitespace-only changes.

docs/index.html

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8">
5+
<title>10secondsofcode - The team behind 10-seconds-of-code and official 10-seconds projects.</title>
6+
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
7+
<meta name="description" content="The team behind 10-seconds-of-code and official 10-seconds projects.">
8+
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
9+
<link rel="stylesheet" href="//unpkg.com/docsify/lib/themes/vue.css">
10+
</head>
11+
<body>
12+
<div id="app"></div>
13+
<script>
14+
window.$docsify = {
15+
name: '10secondsofcode',
16+
basePath: '/docs/',
17+
loadNavbar: true,
18+
repo: 'https://github.com/10secondsofcode/10secondsofcode'
19+
}
20+
</script>
21+
<script src="//unpkg.com/docsify/lib/docsify.min.js"></script>
22+
</body>
23+
</html>

0 commit comments

Comments
 (0)