-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfeedback.html
More file actions
177 lines (167 loc) · 8.2 KB
/
Copy pathfeedback.html
File metadata and controls
177 lines (167 loc) · 8.2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Feedback and Bug Reports | EasyStack</title>
<meta name="description" content="Report bugs or request features for the EasyStack stack data structure visualizer. Every message goes directly to the developer.">
<meta name="keywords" content="feedback, bug report, feature request, EasyStack support, stack visualizer help">
<meta name="author" content="Arun Neupane">
<meta name="robots" content="index, follow">
<meta name="theme-color" content="#F2F2F7">
<meta name="google-adsense-account" content="ca-pub-1708134460872611">
<link rel="canonical" href="https://easystack.netlify.app/feedback">
<meta property="og:title" content="Feedback and Bug Reports | EasyStack">
<meta property="og:description" content="Report bugs or request features for the EasyStack stack data structure visualizer.">
<meta property="og:type" content="website">
<meta property="og:url" content="https://easystack.netlify.app/feedback">
<meta property="og:image" content="https://easystack.netlify.app/images/social-card.png">
<meta property="og:image:width" content="1200" />
<meta property="og:image:height" content="630" />
<meta property="og:site_name" content="EasyStack">
<meta property="og:locale" content="en_US">
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="Feedback and Bug Reports | EasyStack">
<meta name="twitter:description" content="Report bugs or request features for the EasyStack stack visualizer.">
<meta name="twitter:image" content="https://easystack.netlify.app/images/social-card.png">
<link rel="icon" href="./images/stack-fav.png" type="image/x-icon">
<link rel="apple-touch-icon" href="./images/stack-fav.png">
<link rel="stylesheet" href="./hig.css">
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "WebPage",
"name": "Feedback and Bug Reports | EasyStack",
"url": "https://easystack.netlify.app/feedback",
"description": "Report bugs or request features for the EasyStack stack data structure visualizer.",
"author": {
"@type": "Person",
"name": "Arun Neupane"
}
}
</script>
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "BreadcrumbList",
"itemListElement": [
{ "@type": "ListItem", "position": 1, "name": "Home", "item": "https://easystack.netlify.app/" },
{ "@type": "ListItem", "position": 2, "name": "Feedback", "item": "https://easystack.netlify.app/feedback" }
]
}
</script>
</head>
<body>
<a class="skip-link" href="#main">Skip to content</a>
<header class="topbar">
<div class="shell topbar__inner">
<a class="brand" href="./"><span class="brand__mark brand__mark--logo"><img src="./images/stack.gif" alt="" width="30" height="30"></span> EasyStack</a>
<nav aria-label="Primary">
<ul class="nav-links desktop-links">
<li><a href="./">Visualizer</a></li>
<li><a href="./guides">Guides</a></li>
<li><a href="./stack-visualizer">Tool</a></li>
<li><a href="./stack-frame-visualizer">Call Stack</a></li>
<li><a href="./stack-interview">Interview</a></li>
</ul>
</nav>
<button class="theme-toggle" id="themeToggle" type="button" title="Toggle dark mode"></button>
<button class="nav-toggle" id="navToggle" type="button" aria-label="Menu" aria-expanded="false" aria-controls="navLinks"><span></span><span></span><span></span></button>
<ul class="nav-links nav-mobile" id="navLinks">
<li><a href="./">Visualizer</a></li>
<li><a href="./guides">All Guides</a></li>
<li><a href="./stack-operations">Stack Operations</a></li>
<li><a href="./stack-visualizer">Advanced Tool</a></li>
<li><a href="./stack-frame-visualizer">Call Stack Visualizer</a></li>
<li><a href="./complexity-analyzer">Complexity</a></li>
<li><a href="./stack-interview">Interview Problems</a></li>
<li><a href="./about">About</a></li>
</ul>
</div>
</header>
<main id="main" class="playing-field">
<section class="hero hero--tool" data-reveal>
<div class="shell">
<nav class="breadcrumbs" aria-label="Breadcrumb">
<a href="./">Home</a><span class="crumb-sep"></span><span aria-current="page">Feedback</span>
</nav>
<span class="hero__kicker">Get in Touch</span>
<h1>Feedback</h1>
<p class="hero__lead">Found a bug, have a feature idea, or just want to say hello? Every message goes directly to the developer. I read and reply to all of them.</p>
</div>
</section>
<section class="section" data-reveal>
<div class="shell shell--narrow">
<div class="prose">
<h2>How to Report a Bug</h2>
<p>To help me fix issues quickly, please include the following when you report a bug:</p>
<ul>
<li><strong>Browser and version</strong> - Which browser are you using? (Chrome, Firefox, Safari, Edge, etc.)</li>
<li><strong>Device and OS</strong> - Desktop, tablet, or phone? What operating system?</li>
<li><strong>Steps to reproduce</strong> - What did you click or type right before the problem happened?</li>
<li><strong>Expected vs actual behavior</strong> - What did you expect to happen, and what happened instead?</li>
<li><strong>Screenshot or screen recording</strong> - If possible, a visual makes the bug much easier to track down.</li>
</ul>
<h2>How to Request a Feature</h2>
<p>I am always looking for ways to improve EasyStack. When suggesting a feature, let me know:</p>
<ul>
<li><strong>Which page or tool</strong> - Is this for the basic visualizer, the advanced tool, the call stack visualizer, or something else?</li>
<li><strong>What behavior you want</strong> - Describe the feature in your own words. What should it do?</li>
<li><strong>Why it helps</strong> - A sentence on how this would make learning stacks easier for you or others.</li>
</ul>
<h2>Email</h2>
<p>The most direct way to reach me:</p>
<p><a href="mailto:arunneupane0000@gmail.com">arunneupane0000@gmail.com</a></p>
<h2>GitHub Issues</h2>
<p>If you prefer a public discussion or want to track the status of a bug, open an issue on the repository:</p>
<p><a href="https://github.com/arundada9000/Stack/issues" target="_blank" rel="noopener">GitHub Issues - EasyStack</a></p>
<h2>Privacy Note</h2>
<p>EasyStack does not collect personal data, track users, or use cookies beyond what is needed for basic site functionality. For full details, read the <a href="./privacy.html">Privacy Policy</a>.</p>
</div>
</div>
</section>
</main>
<footer class="footer">
<div class="shell">
<div class="footer__grid">
<div>
<div class="footer__brand"><span class="brand__mark brand__mark--logo"><img src="./images/stack.gif" alt="" width="24" height="24"></span> EasyStack</div>
<p class="footer__about">A free, interactive stack data structure visualizer with comprehensive guides.</p>
</div>
<div>
<h4>Tools</h4>
<ul>
<li><a href="./">Basic Visualizer</a></li>
<li><a href="./stack-visualizer">Advanced Tool</a></li>
<li><a href="./stack-frame-visualizer">Call Stack</a></li>
<li><a href="./complexity-analyzer">Complexity Analyzer</a></li>
</ul>
</div>
<div>
<h4>Guides</h4>
<ul>
<li><a href="./guides">All Guides</a></li>
<li><a href="./stack-operations">Stack Operations</a></li>
<li><a href="./stack-complexity">Time Complexity</a></li>
<li><a href="./call-stack">The Call Stack</a></li>
</ul>
</div>
<div>
<h4>Site</h4>
<ul>
<li><a href="./about">About</a></li>
<li><a href="./contact">Contact</a></li>
<li><a href="./feedback">Feedback</a></li>
<li><a href="./privacy">Privacy Policy</a></li>
</ul>
</div>
</div>
<div class="footer__bottom">
<span>Copyright <span data-year>2026</span> EasyStack. Made by Arun Neupane.</span>
<span>Free forever. No sign-up. Fully offline-ready PWA.</span>
</div>
</div>
</footer>
<script src="./hig.js"></script>
</body>
</html>