-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
206 lines (185 loc) · 10.2 KB
/
index.html
File metadata and controls
206 lines (185 loc) · 10.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
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>GitHub Issue Template Generator - Bug Report & PR Templates | Gingiris</title>
<meta name="description" content="Free GitHub issue template generator. Create bug report templates, feature request templates, and PR templates. Open source marketing tool for developer community growth and GitHub contribution.">
<meta name="keywords" content="github issue template, bug report template, github pr template, feature request template, github community, developer marketing, open source marketing, github contribution, github issue example, open source growth, oss marketing">
<!-- Open Graph -->
<meta property="og:title" content="GitHub Issue Template Generator - Free Open Source Tool">
<meta property="og:description" content="Auto-analyze GitHub repos and generate professional issue templates for open source outreach.">
<meta property="og:type" content="website">
<meta property="og:url" content="https://gingiris.github.io/github-issue-generator/">
<!-- Twitter -->
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="GitHub Issue Template Generator">
<meta name="twitter:description" content="Free tool for generating professional GitHub issues.">
<!-- Canonical -->
<link rel="canonical" href="https://gingiris.github.io/github-issue-generator/">
<link rel="stylesheet" href="style.css">
<link rel="icon" href="data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><text y='.9em' font-size='90'>📝</text></svg>">
<!-- Schema.org -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "WebApplication",
"name": "GitHub Issue Template Generator",
"description": "Generate professional GitHub issue templates for open source outreach",
"url": "https://gingiris.github.io/github-issue-generator/",
"applicationCategory": "DeveloperApplication",
"operatingSystem": "Web",
"offers": {
"@type": "Offer",
"price": "0",
"priceCurrency": "USD"
},
"author": {
"@type": "Organization",
"name": "Gingiris",
"url": "https://github.com/Gingiris"
}
}
</script>
</head>
<body>
<div class="container">
<header>
<h1>📝 GitHub Issue Generator</h1>
<p class="subtitle">Paste repo URL → Get professional outreach Issue</p>
<p class="credit">Based on <a href="https://github.com/Gingiris/gingiris-opensource" target="_blank">75% response rate</a> outreach tactics</p>
</header>
<main>
<!-- Step 1: URL Input -->
<div id="step1" class="step">
<div class="url-input-section">
<label for="urlInput">🔗 Paste GitHub repo URL</label>
<div class="url-input-wrapper">
<input type="url" id="urlInput" placeholder="https://github.com/owner/repo" required>
<button type="button" id="fetchBtn" class="btn-fetch">
<span class="btn-text">Analyze Repo</span>
<span class="btn-loading hidden">⏳</span>
</button>
</div>
<details class="token-section">
<summary>⚠️ Rate limited? Add your GitHub token</summary>
<p class="token-hint">Get a token from <a href="https://github.com/settings/tokens" target="_blank">GitHub Settings</a> (no permissions needed)</p>
<input type="password" id="githubToken" placeholder="ghp_xxxxxxxxxxxx">
<button type="button" onclick="saveToken()">Save Token</button>
</details>
</div>
</div>
<!-- Step 2: Repo Info (auto-filled) -->
<div id="repoInfo" class="repo-info hidden">
<h3>📊 Repo Analysis</h3>
<div class="repo-stats">
<div class="stat">
<span class="stat-label">Name</span>
<span class="stat-value" id="repoName">-</span>
</div>
<div class="stat">
<span class="stat-label">Stars</span>
<span class="stat-value" id="repoStars">-</span>
</div>
<div class="stat">
<span class="stat-label">Age</span>
<span class="stat-value" id="repoAge">-</span>
</div>
<div class="stat">
<span class="stat-label">Stage</span>
<span class="stat-value" id="repoStage">-</span>
</div>
</div>
<p class="repo-desc" id="repoDesc">-</p>
</div>
<!-- Step 3: Customize -->
<form id="issueForm" class="hidden">
<div class="form-group">
<label for="yourProject">Your Project/Expertise (optional)</label>
<input type="text" id="yourProject" placeholder="e.g., Growth playbook for open source projects">
</div>
<div class="form-group">
<label for="issueType">Issue Type</label>
<select id="issueType">
<option value="growth">💡 Growth Strategy Proposal</option>
<option value="docs">📚 Documentation Improvement</option>
<option value="feature">✨ Feature Suggestion</option>
<option value="collab">🤝 Collaboration Request</option>
</select>
</div>
<button type="submit" class="btn-generate">✨ Generate Issues</button>
</form>
<!-- Results -->
<div id="results" class="results hidden">
<h2>Generated Issues</h2>
<div class="issue-card" id="issue1">
<div class="issue-header">
<span class="issue-label">🎯 Direct Value Offer</span>
</div>
<div class="issue-title-wrapper">
<label>Title:</label>
<div class="issue-title"></div>
</div>
<div class="issue-body-wrapper">
<label>Body:</label>
<div class="issue-body"></div>
</div>
<button class="btn-copy" onclick="copyIssue(1)">📋 Copy All</button>
</div>
<div class="issue-card" id="issue2">
<div class="issue-header">
<span class="issue-label">🤝 Collaborative Approach</span>
</div>
<div class="issue-title-wrapper">
<label>Title:</label>
<div class="issue-title"></div>
</div>
<div class="issue-body-wrapper">
<label>Body:</label>
<div class="issue-body"></div>
</div>
<button class="btn-copy" onclick="copyIssue(2)">📋 Copy All</button>
</div>
<div class="tips-box">
<h3>💡 Pro Tips</h3>
<ul>
<li><strong>Issue first, PR later:</strong> 75% success vs 27% for direct PRs</li>
<li><strong>Respond within 12h:</strong> When maintainer replies, engage fast</li>
<li><strong>Chinese repos:</strong> Use Chinese, mention "出海增长"</li>
<li><strong>Show research:</strong> Reference their stars, recent activity</li>
</ul>
</div>
<button class="btn-restart" onclick="restart()">🔄 Analyze another repo</button>
</div>
</main>
<section class="seo-content">
<h2>GitHub Issue Template Best Practices</h2>
<p>A well-crafted <strong>GitHub issue template</strong> increases response rates and builds stronger <strong>GitHub community</strong> relationships. This free generator creates professional templates for <strong>open source marketing</strong>.</p>
<h3>Types of Templates</h3>
<ul>
<li>📝 <strong>Bug report template</strong> — Clear, structured bug reports</li>
<li>✨ <strong>Feature request template</strong> — Compelling feature proposals</li>
<li>🔀 <strong>GitHub PR template</strong> — Professional pull request descriptions</li>
<li>🤝 <strong>GitHub contribution</strong> guides — Onboarding new contributors</li>
</ul>
<h3>Developer Marketing Tips</h3>
<p>Effective <strong>developer marketing</strong> starts with genuine <strong>GitHub contribution</strong>. Focus on providing value to the <strong>GitHub community</strong> through thoughtful issues and PRs.</p>
</section>
<footer>
<div class="cta-box">
<p>🚀 Want the complete OSS marketing playbook?</p>
<a href="https://gingiris.gumroad.com/l/vhmkew" target="_blank" class="btn btn-primary">Get OSS Marketing Guide $</a>
<a href="https://github.com/Gingiris/gingiris-opensource" target="_blank" class="btn btn-outline">⭐ Star on GitHub</a>
</div>
<p>
Want the complete <strong>open source marketing</strong> playbook?
<a href="https://github.com/Gingiris/gingiris-opensource" target="_blank">⭐ Star on GitHub</a> |
<a href="https://gingiris.com" target="_blank">Gingiris</a>
</p>
<p class="footer-note">Free tool by Gingiris • No data collected</p>
</footer>
</div>
<div id="toast" class="toast hidden">Copied to clipboard!</div>
<script src="script.js"></script>
</body>
</html>